@xyo-network/node 6.0.1 → 6.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.
Files changed (1) hide show
  1. package/package.json +31 -37
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/node",
3
- "version": "6.0.1",
3
+ "version": "6.0.3",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -46,58 +46,55 @@
46
46
  "README.md"
47
47
  ],
48
48
  "dependencies": {
49
- "@xyo-network/node-wrapper": "~6.0.1",
50
- "@xyo-network/node-abstract": "~6.0.1",
51
- "@xyo-network/node-model": "~6.0.1",
52
- "@xyo-network/node-memory": "~6.0.1"
49
+ "@xyo-network/node-model": "~6.0.3",
50
+ "@xyo-network/node-wrapper": "~6.0.3",
51
+ "@xyo-network/node-memory": "~6.0.3",
52
+ "@xyo-network/node-abstract": "~6.0.3"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@bitauth/libauth": "~3.0.0",
56
- "@metamask/providers": "^22.1",
56
+ "@metamask/providers": "^22.1.1",
57
57
  "@noble/post-quantum": "~0.6.1",
58
58
  "@opentelemetry/api": "^1.9.1",
59
59
  "@opentelemetry/sdk-trace-base": "^2.7.1",
60
60
  "@scure/base": "~2.2.0",
61
61
  "@scure/bip39": "~2.2.0",
62
- "@xylabs/geo": "^6.0",
63
- "@xylabs/sdk-js": "^6.0.4",
64
- "@xylabs/threads": "~6.0.4",
65
- "@xylabs/toolchain": "~8.1.6",
66
- "@xylabs/tsconfig": "~8.1.6",
67
- "@xylabs/vitest-extended": "~6.0.4",
68
- "@xylabs/vitest-matchers": "~6.0.4",
69
- "@xyo-network/sdk-protocol-js": "~6.0.5",
70
- "ajv": "^8.20",
62
+ "@xylabs/geo": "^6.0.7",
63
+ "@xylabs/sdk-js": "^6.0.7",
64
+ "@xylabs/threads": "^6.0.7",
65
+ "@xylabs/toolchain": "~8.1.15",
66
+ "@xylabs/tsconfig": "~8.1.15",
67
+ "@xylabs/vitest-extended": "~6.0.7",
68
+ "@xylabs/vitest-matchers": "~6.0.7",
69
+ "@xyo-network/sdk-protocol-js": "~6.0.8",
70
+ "ajv": "^8.20.0",
71
71
  "async-mutex": "^0.5.0",
72
72
  "bn.js": "^5.2.3",
73
73
  "buffer": "^6.0.3",
74
74
  "debug": "~4.4.3",
75
- "eslint": "^10.4.0",
75
+ "eslint": "^10.4.1",
76
76
  "ethers": "^6.16.0",
77
77
  "hash-wasm": "~4.12.0",
78
- "idb": "^8.0",
78
+ "idb": "^8.0.3",
79
79
  "lru-cache": "^11.5.1",
80
- "mapbox-gl": "^3.23",
81
80
  "observable-fns": "~0.6.1",
82
81
  "pako": "~2.1.0",
83
- "store2": "~2.14",
84
82
  "tslib": "^2.8.1",
85
83
  "typescript": "~6.0.3",
86
- "vite": "^8.0.14",
87
- "vitest": "~4.1.7",
88
- "wasm-feature-detect": "~1.8.0",
89
- "webextension-polyfill": "^0.12",
84
+ "vite": "^8.0.16",
85
+ "vitest": "~4.1.8",
86
+ "webextension-polyfill": "^0.12.0",
90
87
  "zod": "^4.4.3",
91
- "@xyo-network/archivist-memory": "~6.0.1",
92
- "@xyo-network/diviner-huri": "~6.0.1",
93
- "@xyo-network/diviner-model": "~6.0.1",
94
- "@xyo-network/module-model": "~6.0.1",
95
- "@xyo-network/archivist-model": "~6.0.1",
96
- "@xyo-network/module-abstract": "~6.0.1",
97
- "@xyo-network/diviner-archivist": "~6.0.1",
98
- "@xyo-network/module-resolver": "~6.0.1",
99
- "@xyo-network/module-wrapper": "~6.0.1",
100
- "@xyo-network/witness-adhoc": "~6.0.1"
88
+ "@xyo-network/archivist-model": "~6.0.3",
89
+ "@xyo-network/diviner-model": "~6.0.3",
90
+ "@xyo-network/diviner-archivist": "~6.0.3",
91
+ "@xyo-network/diviner-huri": "~6.0.3",
92
+ "@xyo-network/module-resolver": "~6.0.3",
93
+ "@xyo-network/module-abstract": "~6.0.3",
94
+ "@xyo-network/witness-adhoc": "~6.0.3",
95
+ "@xyo-network/module-wrapper": "~6.0.3",
96
+ "@xyo-network/archivist-memory": "~6.0.3",
97
+ "@xyo-network/module-model": "~6.0.3"
101
98
  },
102
99
  "peerDependencies": {
103
100
  "@bitauth/libauth": "~3.0",
@@ -109,7 +106,7 @@
109
106
  "@scure/bip39": "~2.2",
110
107
  "@xylabs/geo": "^6.0",
111
108
  "@xylabs/sdk-js": "^6.0",
112
- "@xylabs/threads": "~6.0",
109
+ "@xylabs/threads": "^6.0",
113
110
  "@xyo-network/sdk-protocol-js": "~6.0",
114
111
  "ajv": "^8.20",
115
112
  "async-mutex": "^0.5",
@@ -120,11 +117,8 @@
120
117
  "hash-wasm": "~4.12",
121
118
  "idb": "^8.0",
122
119
  "lru-cache": "^11.3",
123
- "mapbox-gl": "^3.23",
124
120
  "observable-fns": "~0.6",
125
121
  "pako": "~2.1",
126
- "store2": "~2.14",
127
- "wasm-feature-detect": "~1.8",
128
122
  "webextension-polyfill": "^0.12",
129
123
  "zod": "^4.4"
130
124
  },