Skip to content
This repository was archived by the owner on Jan 14, 2026. It is now read-only.

Commit 1d1cf73

Browse files
committed
docs: update pnpm version requirement to 10.20.0
1 parent 24c3b3a commit 1d1cf73

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ This is a pnpm workspace monorepo. All packages and examples share dependencies
5050

5151
- **Deflex API Key** - Request an API key by emailing [support@txnlab.dev](mailto:support@txnlab.dev)
5252
- Node.js >= 20
53-
- pnpm 10.18.3 or later
53+
- pnpm 10.20.0 or later
5454

5555
### Installation
5656

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ All examples use the local SDK package via pnpm workspaces. This means changes t
5858

5959
- **Deflex API Key** - Request an API key by emailing [support@txnlab.dev](mailto:support@txnlab.dev)
6060
- Node.js >= 20
61-
- pnpm 10.18.3 or later
61+
- pnpm 10.20.0 or later
6262

6363
### Installation
6464

examples/node-cli/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This example demonstrates how to use the Deflex SDK in a Node.js command-line ap
55
## Features
66

77
- Command-line interface for executing swaps
8-
- Custom signer implementation using algosdk.Account
8+
- Custom signer implementation using `algosdk.Account`
99
- Environment variable configuration
1010
- Detailed console output with swap progress
1111
- TypeScript with strict mode enabled
@@ -14,7 +14,7 @@ This example demonstrates how to use the Deflex SDK in a Node.js command-line ap
1414

1515
- **Deflex API Key** - Request an API key by emailing [support@txnlab.dev](mailto:support@txnlab.dev)
1616
- Node.js >= 20
17-
- pnpm 10.18.3 or later
17+
- pnpm 10.20.0 or later
1818

1919
## Setup
2020

@@ -109,7 +109,7 @@ The CLI will:
109109
1. ABC123...
110110
2. DEF456...
111111
112-
🔗 View on AlgoExplorer: https://algoexplorer.io/tx/ABC123...
112+
🔗 View on allo: https://allo.info/tx/ABC123...
113113
```
114114

115115
## Custom Signer Implementation

examples/react-query/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ A React application demonstrating advanced Deflex SDK integration with TanStack
1717

1818
- **Deflex API Key** - Request an API key by emailing [support@txnlab.dev](mailto:support@txnlab.dev)
1919
- Node.js >= 20
20-
- pnpm 10.18.3 or later
20+
- pnpm 10.20.0 or later
2121

2222
## Setup
2323

examples/react/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A simple React application demonstrating basic Deflex SDK integration with Vite
1414

1515
- **Deflex API Key** - Request an API key by emailing [support@txnlab.dev](mailto:support@txnlab.dev)
1616
- Node.js >= 20
17-
- pnpm 10.18.3 or later
17+
- pnpm 10.20.0 or later
1818

1919
## Setup
2020

0 commit comments

Comments
 (0)