@uswap/toolboxes 4.3.12 → 4.3.14
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/package.json +5 -11
package/package.json
CHANGED
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@solana/web3.js": "~1.98.0",
|
|
33
33
|
"@ton/crypto": "~3.3.0",
|
|
34
34
|
"@ton/ton": "~15.4.0",
|
|
35
|
-
"@uswap/helpers": "4.5.
|
|
35
|
+
"@uswap/helpers": "4.5.14",
|
|
36
36
|
"base64-js": "~1.5.1",
|
|
37
37
|
"bitcoinjs-lib": "~6.1.0",
|
|
38
38
|
"bs58check": "~4.0.0",
|
|
@@ -186,17 +186,11 @@
|
|
|
186
186
|
"types": "./dist/types/utxo/index.d.ts"
|
|
187
187
|
}
|
|
188
188
|
},
|
|
189
|
-
"files": [
|
|
190
|
-
"dist/",
|
|
191
|
-
"src/"
|
|
192
|
-
],
|
|
189
|
+
"files": ["dist/", "src/"],
|
|
193
190
|
"homepage": "https://github.com/horizontalsystems/USwap",
|
|
194
191
|
"license": "Apache-2.0",
|
|
195
192
|
"name": "@uswap/toolboxes",
|
|
196
|
-
"repository": {
|
|
197
|
-
"type": "git",
|
|
198
|
-
"url": "git+https://github.com/horizontalsystems/USwap.git"
|
|
199
|
-
},
|
|
193
|
+
"repository": { "type": "git", "url": "git+https://github.com/horizontalsystems/USwap.git" },
|
|
200
194
|
"scripts": {
|
|
201
195
|
"build": "bun run ./build.ts",
|
|
202
196
|
"build:clean": "rm -rf dist && bun run ./build.ts",
|
|
@@ -207,5 +201,5 @@
|
|
|
207
201
|
"type-check:go": "tsgo"
|
|
208
202
|
},
|
|
209
203
|
"type": "module",
|
|
210
|
-
"version": "4.3.
|
|
211
|
-
}
|
|
204
|
+
"version": "4.3.14"
|
|
205
|
+
}
|