@ar.io/sdk 3.22.0 → 3.22.2

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 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.
@@ -397,6 +397,7 @@ function parseAoEpochData(value) {
397
397
  prescribedNames: zod_1.z.array(zod_1.z.string()),
398
398
  observations: zod_1.z.any(),
399
399
  epochIndex: zod_1.z.number(),
400
+ arnsStats: zod_1.z.any(),
400
401
  });
401
402
  return epochDataSchema.parse(value);
402
403
  }
@@ -17,4 +17,4 @@
17
17
  Object.defineProperty(exports, "__esModule", { value: true });
18
18
  exports.version = void 0;
19
19
  // AUTOMATICALLY GENERATED FILE - DO NOT TOUCH
20
- exports.version = '3.22.0';
20
+ exports.version = '3.22.2';
@@ -385,6 +385,7 @@ export function parseAoEpochData(value) {
385
385
  prescribedNames: z.array(z.string()),
386
386
  observations: z.any(),
387
387
  epochIndex: z.number(),
388
+ arnsStats: z.any(),
388
389
  });
389
390
  return epochDataSchema.parse(value);
390
391
  }
@@ -14,4 +14,4 @@
14
14
  * limitations under the License.
15
15
  */
16
16
  // AUTOMATICALLY GENERATED FILE - DO NOT TOUCH
17
- export const version = '3.22.0';
17
+ export const version = '3.22.2';
@@ -13,4 +13,4 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- export declare const version = "3.22.0-alpha.7";
16
+ export declare const version = "3.22.1";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ar.io/sdk",
3
- "version": "3.22.0",
3
+ "version": "3.22.2",
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.0",
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"