@ardrive/turbo-sdk 1.36.0-alpha.1 → 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.
@@ -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 = '1.36.0-alpha.1';
20
+ exports.version = '1.36.0';
@@ -14,4 +14,4 @@
14
14
  * limitations under the License.
15
15
  */
16
16
  // AUTOMATICALLY GENERATED FILE - DO NOT TOUCH
17
- export const version = '1.36.0-alpha.1';
17
+ export const version = '1.36.0';
@@ -13,5 +13,5 @@
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 = "1.35.0";
16
+ export declare const version = "1.36.0";
17
17
  //# sourceMappingURL=version.d.ts.map
package/package.json CHANGED
@@ -1,10 +1,9 @@
1
1
  {
2
2
  "name": "@ardrive/turbo-sdk",
3
- "version": "1.36.0-alpha.1",
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
- "browser": "./bundles/web.bundle.min.js"
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
- "browser": "./bundles/web.bundle.min.js"
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.9.0",
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",
@@ -106,7 +102,7 @@
106
102
  "@commitlint/config-conventional": "^17.1.0",
107
103
  "@esbuild-plugins/node-modules-polyfill": "^0.2.2",
108
104
  "@semantic-release/changelog": "^6.0.3",
109
- "@semantic-release/exec": "^6.0.3",
105
+ "@semantic-release/exec": "^7.1.0",
110
106
  "@semantic-release/git": "^10.0.1",
111
107
  "@trivago/prettier-plugin-sort-imports": "^4.2.0",
112
108
  "@types/chai": "^4.3.5",
@@ -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.19.2",
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",
@@ -139,7 +135,7 @@
139
135
  "node-fetch": "^3.3.2",
140
136
  "prettier": "^3.0.2",
141
137
  "rimraf": "^5.0.1",
142
- "semantic-release": "^21.0.7",
138
+ "semantic-release": "^25.0.1",
143
139
  "sinon": "^15.2.0",
144
140
  "ts-node": "^10.9.1",
145
141
  "typescript": "^5.5.4"