@ardrive/turbo-sdk 1.36.0 → 1.36.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/lib/types/version.d.ts +1 -1
- package/lib/types/version.d.ts.map +1 -1
- package/package.json +9 -13
- package/bundles/web.bundle.min.js +0 -277118
package/lib/types/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,eAAO,MAAM,OAAO,
|
|
1
|
+
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,eAAO,MAAM,OAAO,WAAW,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ardrive/turbo-sdk",
|
|
3
|
-
"version": "1.36.
|
|
3
|
+
"version": "1.36.1",
|
|
4
4
|
"main": "./lib/cjs/node/index.js",
|
|
5
5
|
"types": "./lib/types/node/index.d.ts",
|
|
6
6
|
"module": "./lib/esm/node/index.js",
|
|
7
|
-
"browser": "./bundles/web.bundle.min.js",
|
|
8
7
|
"type": "module",
|
|
9
8
|
"repository": {
|
|
10
9
|
"type": "git",
|
|
@@ -12,7 +11,6 @@
|
|
|
12
11
|
},
|
|
13
12
|
"files": [
|
|
14
13
|
"lib",
|
|
15
|
-
"bundles",
|
|
16
14
|
"LICENSE",
|
|
17
15
|
"README.md"
|
|
18
16
|
],
|
|
@@ -23,21 +21,19 @@
|
|
|
23
21
|
},
|
|
24
22
|
"exports": {
|
|
25
23
|
".": {
|
|
26
|
-
"import": "./lib/esm/node/index.js",
|
|
27
|
-
"require": "./lib/cjs/node/index.js",
|
|
28
24
|
"types": "./lib/types/node/index.d.ts",
|
|
29
|
-
"
|
|
25
|
+
"import": "./lib/esm/node/index.js",
|
|
26
|
+
"require": "./lib/cjs/node/index.js"
|
|
30
27
|
},
|
|
31
28
|
"./node": {
|
|
29
|
+
"types": "./lib/types/node/index.d.ts",
|
|
32
30
|
"import": "./lib/esm/node/index.js",
|
|
33
|
-
"require": "./lib/cjs/node/index.js"
|
|
34
|
-
"types": "./lib/types/node/index.d.ts"
|
|
31
|
+
"require": "./lib/cjs/node/index.js"
|
|
35
32
|
},
|
|
36
33
|
"./web": {
|
|
37
|
-
"import": "./lib/esm/web/index.js",
|
|
38
|
-
"require": "./lib/cjs/web/index.js",
|
|
39
34
|
"types": "./lib/types/web/index.d.ts",
|
|
40
|
-
"
|
|
35
|
+
"import": "./lib/esm/web/index.js",
|
|
36
|
+
"require": "./lib/cjs/web/index.js"
|
|
41
37
|
}
|
|
42
38
|
},
|
|
43
39
|
"bin": {
|
|
@@ -87,7 +83,7 @@
|
|
|
87
83
|
"@permaweb/aoconnect": "0.0.57",
|
|
88
84
|
"@solana/web3.js": "^1.91.7",
|
|
89
85
|
"arweave": "^1.15.1",
|
|
90
|
-
"axios": "^1.
|
|
86
|
+
"axios": "^1.12.0",
|
|
91
87
|
"bignumber.js": "^9.1.2",
|
|
92
88
|
"bs58": "^5.0.0",
|
|
93
89
|
"cli-progress": "^3.12.0",
|
|
@@ -122,7 +118,7 @@
|
|
|
122
118
|
"c8": "^8.0.1",
|
|
123
119
|
"dotenv": "^16.4.5",
|
|
124
120
|
"dotenv-cli": "^7.4.1",
|
|
125
|
-
"esbuild": "^0.
|
|
121
|
+
"esbuild": "^0.25.0",
|
|
126
122
|
"esbuild-plugin-polyfill-node": "^0.3.0",
|
|
127
123
|
"eslint": "^8.47.0",
|
|
128
124
|
"eslint-config-prettier": "^9.0.0",
|