@ar.io/sdk 3.22.0-alpha.7 → 3.22.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -1
- package/lib/cjs/version.js +1 -1
- package/lib/esm/version.js +1 -1
- package/lib/types/version.d.ts +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -361,7 +361,6 @@ To claim testnet tokens from the testnet token faucet, you can use one of the fo
|
|
|
361
361
|
1. Visit [faucet.ar.io](https://faucet.ar.io) - the easiest way to quickly get tokens for testing for a single address.
|
|
362
362
|
|
|
363
363
|
2. Programmatically via the SDK - useful if you need to claim tokens for multiple addresses or dynamically within your application.
|
|
364
|
-
|
|
365
364
|
- `ARIO.testnet().faucet.captchaUrl()` - returns the captcha URL for the testnet faucet. Open this URL in a new browser window and listen for the `ario-jwt-success` event to be emitted.
|
|
366
365
|
- `ARIO.testnet().faucet.claimWithAuthToken({ authToken, recipient, quantity })` - claims tokens for the specified recipient address using the provided auth token.
|
|
367
366
|
- `ARIO.testnet().faucet.verifyAuthToken({ authToken })` - verifies if the provided auth token is still valid.
|
package/lib/cjs/version.js
CHANGED
package/lib/esm/version.js
CHANGED
package/lib/types/version.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ar.io/sdk",
|
|
3
|
-
"version": "3.22.
|
|
3
|
+
"version": "3.22.1",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/ar-io/ar-io-sdk.git"
|
|
@@ -96,11 +96,10 @@
|
|
|
96
96
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
97
97
|
"@typescript-eslint/parser": "^6.4.0",
|
|
98
98
|
"arconnect": "^1.0.3",
|
|
99
|
-
"axios": "^1.13.2",
|
|
100
99
|
"c8": "^10.1.3",
|
|
101
100
|
"dotenv": "^16.4.5",
|
|
102
101
|
"dotenv-cli": "^7.4.2",
|
|
103
|
-
"esbuild": "^0.27.
|
|
102
|
+
"esbuild": "^0.27.1",
|
|
104
103
|
"esbuild-plugin-polyfill-node": "^0.3.0",
|
|
105
104
|
"eslint": "^8.47.0",
|
|
106
105
|
"eslint-config-prettier": "^9.0.0",
|
|
@@ -128,6 +127,7 @@
|
|
|
128
127
|
"@dha-team/arbundles": "^1.0.1",
|
|
129
128
|
"@permaweb/aoconnect": "0.0.68",
|
|
130
129
|
"arweave": "1.15.5",
|
|
130
|
+
"axios": "^1.13.2",
|
|
131
131
|
"commander": "^12.1.0",
|
|
132
132
|
"eventemitter3": "^5.0.1",
|
|
133
133
|
"prompts": "^2.4.2"
|