@hyperbridge/sdk 2.3.0 → 2.3.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/dist/browser/index.d.ts +63 -9
- package/dist/browser/index.js +328 -82
- package/dist/browser/index.js.map +1 -1
- package/dist/node/{IntentGatewayV2-C55Aitcb.d.cts → IntentGatewayV2-SB851bZs.d.cts} +41 -8
- package/dist/node/{IntentGatewayV2-C55Aitcb.d.ts → IntentGatewayV2-SB851bZs.d.ts} +41 -8
- package/dist/node/index.cjs +328 -82
- package/dist/node/index.cjs.map +1 -1
- package/dist/node/index.d.cts +24 -3
- package/dist/node/index.d.ts +24 -3
- package/dist/node/index.js +328 -82
- package/dist/node/index.js.map +1 -1
- package/dist/node/intents-helpers.cjs.map +1 -1
- package/dist/node/intents-helpers.d.cts +1 -1
- package/dist/node/intents-helpers.d.ts +1 -1
- package/dist/node/intents-helpers.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": "2.3.
|
|
3
|
+
"version": "2.3.1",
|
|
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",
|
|
@@ -145,6 +145,7 @@
|
|
|
145
145
|
"test:hyper-fungible-token": "vitest --watch=false --dangerouslyIgnoreUnhandledErrors --sequence.concurrent=false ./src/tests/sequential/hyperFungibleToken.test.ts",
|
|
146
146
|
"test:evm-substrate": "vitest --watch=false --sequence.concurrent=false ./src/tests/sequential/evm-substrate.test.ts",
|
|
147
147
|
"test:token-list": "vitest --watch=false --sequence.concurrent=false ./src/tests/sequential/tokenList.test.ts",
|
|
148
|
+
"test:get-request": "vitest --watch=false --sequence.concurrent=false ./src/tests/sequential/getRequestBscAmoy.test.ts",
|
|
148
149
|
"test:watch": "vitest --exclude=./src/tests/sequential",
|
|
149
150
|
"lint": "biome lint .",
|
|
150
151
|
"lint:fix": "biome lint --write .",
|