@cavos/kit 0.0.1 → 0.0.3

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": "@cavos/kit",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "description": "Cavos Kit - device-native verifiable smart accounts (secp256r1 device signers). Starknet first, multi-chain by design.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -43,6 +43,9 @@
43
43
  "dependencies": {
44
44
  "@noble/curves": "^1.6.0",
45
45
  "@noble/hashes": "^1.5.0",
46
+ "@solana/web3.js": "^1.98.4",
47
+ "@stellar/stellar-sdk": "^16.0.1",
48
+ "@turnkey/sdk-browser": "^6.1.1",
46
49
  "starknet": "^9.4.2"
47
50
  },
48
51
  "peerDependencies": {