@xyo-network/module-factory-locator 7.0.2 → 7.0.4
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 +20 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/module-factory-locator",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.4",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -34,21 +34,20 @@
|
|
|
34
34
|
"README.md"
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@xyo-network/archivist-memory": "~7.0.
|
|
38
|
-
"@xyo-network/diviner-boundwitness": "~7.0.
|
|
39
|
-
"@xyo-network/diviner-
|
|
40
|
-
"@xyo-network/
|
|
41
|
-
"@xyo-network/
|
|
42
|
-
"@xyo-network/node-view": "~7.0.
|
|
43
|
-
"@xyo-network/
|
|
44
|
-
"@xyo-network/
|
|
45
|
-
"@xyo-network/
|
|
46
|
-
"@xyo-network/
|
|
47
|
-
"@xyo-network/witness-adhoc": "~7.0.
|
|
37
|
+
"@xyo-network/archivist-memory": "~7.0.4",
|
|
38
|
+
"@xyo-network/diviner-boundwitness": "~7.0.4",
|
|
39
|
+
"@xyo-network/diviner-payload-generic": "~7.0.4",
|
|
40
|
+
"@xyo-network/bridge-http": "~7.0.4",
|
|
41
|
+
"@xyo-network/diviner-identity": "~7.0.4",
|
|
42
|
+
"@xyo-network/node-view": "~7.0.4",
|
|
43
|
+
"@xyo-network/node-memory": "~7.0.4",
|
|
44
|
+
"@xyo-network/sentinel-memory": "~7.0.4",
|
|
45
|
+
"@xyo-network/archivist-view": "~7.0.4",
|
|
46
|
+
"@xyo-network/module-model": "~7.0.4",
|
|
47
|
+
"@xyo-network/witness-adhoc": "~7.0.4"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@bitauth/libauth": "~3.0.0",
|
|
51
|
-
"@metamask/providers": "^22.1.1",
|
|
52
51
|
"@noble/post-quantum": "~0.6.1",
|
|
53
52
|
"@opentelemetry/api": "^1.9.1",
|
|
54
53
|
"@opentelemetry/sdk-trace-base": "^2.8.0",
|
|
@@ -62,38 +61,37 @@
|
|
|
62
61
|
"@xyo-network/sdk-protocol": "^7.0.4",
|
|
63
62
|
"ajv": "^8.20.0",
|
|
64
63
|
"async-mutex": "^0.5.0",
|
|
65
|
-
"
|
|
64
|
+
"browserslist": "4.28.4",
|
|
65
|
+
"debug": "^4.4.3",
|
|
66
66
|
"eslint": "^10.6.0",
|
|
67
|
+
"eslint-import-resolver-typescript": "^4.4.5",
|
|
67
68
|
"ethers": "^6.17.0",
|
|
68
69
|
"hash-wasm": "~4.12.0",
|
|
69
70
|
"idb": "^8.0.3",
|
|
70
71
|
"lru-cache": "^11.5.1",
|
|
71
|
-
"observable-fns": "
|
|
72
|
+
"observable-fns": "^0.6.1",
|
|
72
73
|
"typescript": "~6.0.3",
|
|
73
|
-
"webextension-polyfill": "^0.12.0",
|
|
74
74
|
"zod": "^4.4.3"
|
|
75
75
|
},
|
|
76
76
|
"peerDependencies": {
|
|
77
77
|
"@bitauth/libauth": "~3.0",
|
|
78
|
-
"@metamask/providers": "^22.1",
|
|
79
78
|
"@noble/post-quantum": "~0.6.1",
|
|
80
79
|
"@opentelemetry/api": "^1.9",
|
|
81
80
|
"@opentelemetry/sdk-trace-base": "^2.7",
|
|
82
81
|
"@scure/base": "~2.2",
|
|
83
82
|
"@scure/bip39": "~2.2",
|
|
84
|
-
"@xylabs/geo": "^
|
|
85
|
-
"@xylabs/sdk": "^
|
|
86
|
-
"@xylabs/threads": "^
|
|
83
|
+
"@xylabs/geo": "^7.0",
|
|
84
|
+
"@xylabs/sdk": "^7.0",
|
|
85
|
+
"@xylabs/threads": "^7.0",
|
|
87
86
|
"@xyo-network/sdk-protocol": "^7.0",
|
|
88
87
|
"ajv": "^8.20",
|
|
89
88
|
"async-mutex": "^0.5",
|
|
90
|
-
"debug": "
|
|
89
|
+
"debug": "^4.4",
|
|
91
90
|
"ethers": "^6.16",
|
|
92
91
|
"hash-wasm": "~4.12",
|
|
93
92
|
"idb": "^8.0",
|
|
94
93
|
"lru-cache": "^11.3",
|
|
95
94
|
"observable-fns": "~0.6",
|
|
96
|
-
"webextension-polyfill": "^0.12",
|
|
97
95
|
"zod": "^4.4"
|
|
98
96
|
},
|
|
99
97
|
"engines": {
|