@hyperbridge/sdk 1.4.8 → 1.4.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.
- package/dist/browser/index.d.ts +38 -2
- package/dist/browser/index.js +134 -23
- package/dist/browser/index.js.map +1 -1
- package/dist/node/index.d.ts +38 -2
- package/dist/node/index.js +134 -23
- package/dist/node/index.js.map +1 -1
- package/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hyperbridge/sdk",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.10",
|
|
4
4
|
"description": "The hyperclient SDK provides utilities for querying proofs and statuses for cross-chain requests from HyperBridge.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/node/index.d.ts",
|
|
@@ -127,6 +127,7 @@
|
|
|
127
127
|
"test:intent-gateway": "vitest --watch=false --sequence.concurrent=false ./src/tests/sequential/intentGateway.test.ts",
|
|
128
128
|
"test:token-gateway": "vitest --watch=false --sequence.concurrent=false ./src/tests/tokenGateway.test.ts",
|
|
129
129
|
"test:evm-substrate": "vitest --watch=false --sequence.concurrent=false ./src/tests/sequential/evm-substrate.test.ts",
|
|
130
|
+
"test:token-list": "vitest --watch=false --sequence.concurrent=false ./src/tests/sequential/tokenList.test.ts",
|
|
130
131
|
"test:watch": "vitest --exclude=./src/tests/sequential",
|
|
131
132
|
"lint": "biome lint .",
|
|
132
133
|
"lint:fix": "biome lint --write .",
|