@xyo-network/module 6.0.1 → 6.0.2

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