@aptos-labs/aptos-client
Advanced tools
+48
-44
@@ -10,48 +10,50 @@ { | ||
| "exports": { | ||
| "deno": { | ||
| "types": "./dist/fetch/index.fetch.d.mts", | ||
| "import": "./dist/fetch/index.fetch.mjs" | ||
| }, | ||
| "bun": { | ||
| "types": "./dist/fetch/index.fetch.d.mts", | ||
| "import": "./dist/fetch/index.fetch.mjs" | ||
| }, | ||
| "browser": { | ||
| "import": { | ||
| "types": "./dist/browser/index.browser.d.mts", | ||
| "default": "./dist/browser/index.browser.mjs" | ||
| ".": { | ||
| "deno": { | ||
| "types": "./dist/fetch/index.fetch.d.mts", | ||
| "import": "./dist/fetch/index.fetch.mjs" | ||
| }, | ||
| "require": { | ||
| "types": "./dist/browser/index.browser.d.ts", | ||
| "default": "./dist/browser/index.browser.js" | ||
| } | ||
| }, | ||
| "react-native": { | ||
| "import": { | ||
| "bun": { | ||
| "types": "./dist/fetch/index.fetch.d.mts", | ||
| "default": "./dist/fetch/index.fetch.mjs" | ||
| "import": "./dist/fetch/index.fetch.mjs" | ||
| }, | ||
| "require": { | ||
| "types": "./dist/fetch/index.fetch.d.ts", | ||
| "default": "./dist/fetch/index.fetch.js" | ||
| } | ||
| }, | ||
| "node": { | ||
| "import": { | ||
| "types": "./dist/node/index.node.d.mts", | ||
| "default": "./dist/node/index.node.mjs" | ||
| "browser": { | ||
| "import": { | ||
| "types": "./dist/browser/index.browser.d.mts", | ||
| "default": "./dist/browser/index.browser.mjs" | ||
| }, | ||
| "require": { | ||
| "types": "./dist/browser/index.browser.d.ts", | ||
| "default": "./dist/browser/index.browser.js" | ||
| } | ||
| }, | ||
| "require": { | ||
| "types": "./dist/node/index.node.d.ts", | ||
| "default": "./dist/node/index.node.js" | ||
| } | ||
| }, | ||
| "default": { | ||
| "import": { | ||
| "types": "./dist/fetch/index.fetch.d.mts", | ||
| "default": "./dist/fetch/index.fetch.mjs" | ||
| "react-native": { | ||
| "import": { | ||
| "types": "./dist/fetch/index.fetch.d.mts", | ||
| "default": "./dist/fetch/index.fetch.mjs" | ||
| }, | ||
| "require": { | ||
| "types": "./dist/fetch/index.fetch.d.ts", | ||
| "default": "./dist/fetch/index.fetch.js" | ||
| } | ||
| }, | ||
| "require": { | ||
| "types": "./dist/fetch/index.fetch.d.ts", | ||
| "default": "./dist/fetch/index.fetch.js" | ||
| "node": { | ||
| "import": { | ||
| "types": "./dist/node/index.node.d.mts", | ||
| "default": "./dist/node/index.node.mjs" | ||
| }, | ||
| "require": { | ||
| "types": "./dist/node/index.node.d.ts", | ||
| "default": "./dist/node/index.node.js" | ||
| } | ||
| }, | ||
| "default": { | ||
| "import": { | ||
| "types": "./dist/fetch/index.fetch.d.mts", | ||
| "default": "./dist/fetch/index.fetch.mjs" | ||
| }, | ||
| "require": { | ||
| "types": "./dist/fetch/index.fetch.d.ts", | ||
| "default": "./dist/fetch/index.fetch.js" | ||
| } | ||
| } | ||
@@ -84,2 +86,3 @@ } | ||
| "test:bun": "bun test ./test/bun.integration.ts", | ||
| "test:build": "tsx --test --test-force-exit test/build.test.ts", | ||
| "lint": "biome check", | ||
@@ -106,3 +109,3 @@ "lint:fix": "biome check --write", | ||
| "peerDependencies": { | ||
| "undici": "^7.22.0" | ||
| "undici": "^7.24.1" | ||
| }, | ||
@@ -118,7 +121,8 @@ "peerDependenciesMeta": { | ||
| "tsx": "^4.21.0", | ||
| "esbuild": "^0.27.4", | ||
| "tsup": "^8.5.1", | ||
| "typescript": "^5.9.3", | ||
| "undici": "^7.22.0" | ||
| "undici": "^7.24.1" | ||
| }, | ||
| "version": "3.0.0" | ||
| "version": "3.0.1" | ||
| } |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
202551
0.1%10
-9.09%7
16.67%