@uswap/toolboxes 4.3.9 → 4.3.10

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.
Files changed (1) hide show
  1. package/package.json +11 -5
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.9",
35
+ "@uswap/helpers": "4.5.10",
36
36
  "base64-js": "~1.5.1",
37
37
  "bitcoinjs-lib": "~6.1.0",
38
38
  "bs58check": "~4.0.0",
@@ -186,11 +186,17 @@
186
186
  "types": "./dist/types/utxo/index.d.ts"
187
187
  }
188
188
  },
189
- "files": ["dist/", "src/"],
189
+ "files": [
190
+ "dist/",
191
+ "src/"
192
+ ],
190
193
  "homepage": "https://github.com/horizontalsystems/USwap",
191
194
  "license": "Apache-2.0",
192
195
  "name": "@uswap/toolboxes",
193
- "repository": { "type": "git", "url": "git+https://github.com/horizontalsystems/USwap.git" },
196
+ "repository": {
197
+ "type": "git",
198
+ "url": "git+https://github.com/horizontalsystems/USwap.git"
199
+ },
194
200
  "scripts": {
195
201
  "build": "bun run ./build.ts",
196
202
  "build:clean": "rm -rf dist && bun run ./build.ts",
@@ -201,5 +207,5 @@
201
207
  "type-check:go": "tsgo"
202
208
  },
203
209
  "type": "module",
204
- "version": "4.3.9"
205
- }
210
+ "version": "4.3.10"
211
+ }