@hyperbridge/sdk 1.4.6 → 1.4.7-rc0000000001

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyperbridge/sdk",
3
- "version": "1.4.6",
3
+ "version": "1.4.7-rc0000000001",
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",
@@ -71,7 +71,6 @@
71
71
  "jsdom": "^26.0.0",
72
72
  "log-timestamp": "^0.3.0",
73
73
  "tsup": "^8.4.0",
74
- "typescript": "^5.9.3",
75
74
  "vite-tsconfig-paths": "^5.1.4",
76
75
  "vitest": "^3.1.4"
77
76
  },
@@ -105,7 +104,7 @@
105
104
  "@polkadot/x-textdecoder": "^13.5.6",
106
105
  "@polkadot/x-textencoder": "^13.5.6",
107
106
  "@polkadot/x-ws": "^13.5.6",
108
- "typescript": "^5.5.4"
107
+ "typescript": "^5.9.3"
109
108
  },
110
109
  "peerDependencies": {
111
110
  "vite": "^5.0.0 || ^6.0.0"