@unicitylabs/sphere-sdk 0.2.2 → 0.2.5

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": "@unicitylabs/sphere-sdk",
3
- "version": "0.2.2",
3
+ "version": "0.2.5",
4
4
  "description": "Modular TypeScript SDK for Unicity wallet operations",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -71,7 +71,7 @@
71
71
  "test:e2e": "vitest run --config vitest.e2e.config.ts",
72
72
  "lint": "eslint . --ext .ts",
73
73
  "typecheck": "tsc --noEmit",
74
- "cli": "npx tsx cli.ts"
74
+ "cli": "npx tsx cli/index.ts"
75
75
  },
76
76
  "keywords": [
77
77
  "unicity",
@@ -90,7 +90,7 @@
90
90
  "dependencies": {
91
91
  "@noble/curves": "^1.9.7",
92
92
  "@noble/hashes": "^2.0.1",
93
- "@unicitylabs/nostr-js-sdk": "^0.3.2",
93
+ "@unicitylabs/nostr-js-sdk": "^0.3.3",
94
94
  "@unicitylabs/state-transition-sdk": "1.6.1-rc.f37cb85",
95
95
  "bip39": "^3.1.0",
96
96
  "buffer": "^6.0.3",
@@ -100,7 +100,11 @@
100
100
  "optionalDependencies": {
101
101
  "@helia/ipns": "^9.1.3",
102
102
  "@helia/json": "^5.0.3",
103
- "helia": "^6.0.11"
103
+ "@libp2p/crypto": "^5.1.13",
104
+ "@libp2p/peer-id": "^6.0.4",
105
+ "helia": "^6.0.11",
106
+ "ipns": "^10.0.0",
107
+ "multiformats": "^13.4.2"
104
108
  },
105
109
  "devDependencies": {
106
110
  "@eslint/js": "^9.39.2",
@@ -126,7 +130,11 @@
126
130
  "ws": ">=8.0.0",
127
131
  "@helia/ipns": ">=9.0.0",
128
132
  "@helia/json": ">=5.0.0",
129
- "helia": ">=6.0.0"
133
+ "@libp2p/crypto": ">=5.0.0",
134
+ "@libp2p/peer-id": ">=6.0.0",
135
+ "helia": ">=6.0.0",
136
+ "ipns": ">=10.0.0",
137
+ "multiformats": ">=13.0.0"
130
138
  },
131
139
  "peerDependenciesMeta": {
132
140
  "ws": {
@@ -138,8 +146,20 @@
138
146
  "@helia/json": {
139
147
  "optional": true
140
148
  },
149
+ "@libp2p/crypto": {
150
+ "optional": true
151
+ },
152
+ "@libp2p/peer-id": {
153
+ "optional": true
154
+ },
141
155
  "helia": {
142
156
  "optional": true
157
+ },
158
+ "ipns": {
159
+ "optional": true
160
+ },
161
+ "multiformats": {
162
+ "optional": true
143
163
  }
144
164
  },
145
165
  "engines": {