@xyo-network/modules 7.0.7 → 7.0.8

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 +71 -67
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/modules",
3
- "version": "7.0.7",
3
+ "version": "7.0.8",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -34,85 +34,89 @@
34
34
  "README.md"
35
35
  ],
36
36
  "dependencies": {
37
- "@xyo-network/archivist": "~7.0.7",
38
- "@xyo-network/diviner": "~7.0.7",
39
- "@xyo-network/boundwitness-loader": "~7.0.7",
40
- "@xyo-network/address-payload-plugin": "~7.0.7",
41
- "@xyo-network/bridge": "~7.0.7",
42
- "@xyo-network/manifest-wrapper": "~7.0.7",
43
- "@xyo-network/api-location-diviner": "~7.0.7",
44
- "@xyo-network/module": "~7.0.7",
45
- "@xyo-network/payloadset-plugin": "~7.0.7",
46
- "@xyo-network/node": "~7.0.7",
47
- "@xyo-network/sentinel": "~7.0.7",
48
- "@xyo-network/witness": "~7.0.7"
37
+ "@xyo-network/address-payload-plugin": "~7.0.8",
38
+ "@xyo-network/api-location-diviner": "~7.0.8",
39
+ "@xyo-network/boundwitness-loader": "~7.0.8",
40
+ "@xyo-network/archivist": "~7.0.8",
41
+ "@xyo-network/bridge": "~7.0.8",
42
+ "@xyo-network/diviner": "~7.0.8",
43
+ "@xyo-network/manifest-wrapper": "~7.0.8",
44
+ "@xyo-network/module": "~7.0.8",
45
+ "@xyo-network/node": "~7.0.8",
46
+ "@xyo-network/payloadset-plugin": "~7.0.8",
47
+ "@xyo-network/witness": "~7.0.8",
48
+ "@xyo-network/sentinel": "~7.0.8"
49
49
  },
50
50
  "devDependencies": {
51
- "@ariestools/sdk": "^7.0.5",
51
+ "@ariestools/sdk": "~7.0.8",
52
52
  "@bitauth/libauth": "~3.0.0",
53
+ "@metamask/providers": "~22.1.1",
53
54
  "@noble/post-quantum": "~0.6.1",
54
- "@opentelemetry/api": "^1.9.1",
55
- "@opentelemetry/sdk-trace-base": "^2.9.0",
55
+ "@opentelemetry/api": "~1.9.1",
56
+ "@opentelemetry/sdk-trace-base": "~2.9.0",
56
57
  "@scure/base": "~2.2.0",
57
58
  "@scure/bip39": "~2.2.0",
58
- "@xylabs/geo": "^7.0.5",
59
- "@xylabs/threads": "^7.0.5",
60
- "@xylabs/toolchain": "^8.5.15",
61
- "@xylabs/tsconfig": "^8.5.15",
62
- "@xylabs/vitest-extended": "^7.0.5",
63
- "@xyo-network/payload-utils": "~7.0.12",
64
- "@xyo-network/sdk-protocol": "^7.0.12",
59
+ "@xylabs/geo": "~7.0.8",
60
+ "@xylabs/threads": "~7.0.8",
61
+ "@xylabs/toolchain": "~8.6.2",
62
+ "@xylabs/tsconfig": "~8.6.2",
63
+ "@xylabs/vitest-extended": "~7.0.8",
64
+ "@xyo-network/payload-utils": "~7.0.13",
65
+ "@xyo-network/sdk-protocol": "~7.0.13",
66
+ "ajv": "~8.20.0",
67
+ "async-mutex": "~0.5.0",
68
+ "browserslist": "~4.28.4",
69
+ "debug": "~4.4.3",
70
+ "eslint": "~10.6.0",
71
+ "eslint-import-resolver-typescript": "~4.4.5",
72
+ "ethers": "~6.17.0",
73
+ "fast-json-patch": "~3.1.1",
74
+ "hash-wasm": "~4.12.0",
75
+ "idb": "~8.0.3",
76
+ "jsonpath-plus": "~10.4.0",
77
+ "lru-cache": "~11.5.1",
78
+ "observable-fns": "~0.6.1",
79
+ "typescript": "~6.0.3",
80
+ "vite": "~8.1.3",
81
+ "vitest": "~4.1.9",
82
+ "webextension-polyfill": "~0.12.0",
83
+ "zod": "~4.4.3",
84
+ "@xyo-network/archivist-memory": "~7.0.8",
85
+ "@xyo-network/archivist-model": "~7.0.8",
86
+ "@xyo-network/diviner-address-history": "~7.0.8",
87
+ "@xyo-network/diviner-jsonpath-memory": "~7.0.8",
88
+ "@xyo-network/diviner-jsonpath-aggregate-memory": "~7.0.8",
89
+ "@xyo-network/diviner-jsonpatch-memory": "~7.0.8",
90
+ "@xyo-network/diviner-model": "~7.0.8",
91
+ "@xyo-network/module-resolver": "~7.0.8",
92
+ "@xyo-network/module-factory-locator": "~7.0.8",
93
+ "@xyo-network/node-memory": "~7.0.8",
94
+ "@xyo-network/node-model": "~7.0.8",
95
+ "@xyo-network/witness-adhoc": "~7.0.8",
96
+ "@xyo-network/witness-model": "~7.0.8"
97
+ },
98
+ "peerDependencies": {
99
+ "@ariestools/sdk": "^7.0.8",
100
+ "@bitauth/libauth": "^3.0.0",
101
+ "@metamask/providers": "^22.1.1",
102
+ "@noble/post-quantum": "^0.6.1",
103
+ "@opentelemetry/api": "^1.9.1",
104
+ "@opentelemetry/sdk-trace-base": "^2.9.0",
105
+ "@scure/base": "^2.2.0",
106
+ "@scure/bip39": "^2.2.0",
107
+ "@xylabs/geo": "^7.0.8",
108
+ "@xylabs/threads": "^7.0.8",
109
+ "@xyo-network/sdk-protocol": "^7.0.13",
65
110
  "ajv": "^8.20.0",
66
111
  "async-mutex": "^0.5.0",
67
- "browserslist": "4.28.4",
68
112
  "debug": "^4.4.3",
69
- "eslint": "^10.6.0",
70
- "eslint-import-resolver-typescript": "^4.4.5",
71
113
  "ethers": "^6.17.0",
72
- "fast-json-patch": "~3.1.1",
73
- "hash-wasm": "~4.12.0",
114
+ "hash-wasm": "^4.12.0",
74
115
  "idb": "^8.0.3",
75
- "jsonpath-plus": "^10.4.0",
76
116
  "lru-cache": "^11.5.1",
77
117
  "observable-fns": "^0.6.1",
78
- "typescript": "~6.0.3",
79
- "vite": "^8.1.3",
80
- "vitest": "~4.1.9",
81
- "zod": "^4.4.3",
82
- "@xyo-network/archivist-model": "~7.0.7",
83
- "@xyo-network/diviner-address-history": "~7.0.7",
84
- "@xyo-network/diviner-model": "~7.0.7",
85
- "@xyo-network/diviner-jsonpatch-memory": "~7.0.7",
86
- "@xyo-network/archivist-memory": "~7.0.7",
87
- "@xyo-network/diviner-jsonpath-aggregate-memory": "~7.0.7",
88
- "@xyo-network/module-factory-locator": "~7.0.7",
89
- "@xyo-network/diviner-jsonpath-memory": "~7.0.7",
90
- "@xyo-network/node-model": "~7.0.7",
91
- "@xyo-network/node-memory": "~7.0.7",
92
- "@xyo-network/witness-adhoc": "~7.0.7",
93
- "@xyo-network/module-resolver": "~7.0.7",
94
- "@xyo-network/witness-model": "~7.0.7"
95
- },
96
- "peerDependencies": {
97
- "@ariestools/sdk": "^7.0",
98
- "@bitauth/libauth": "~3.0",
99
- "@noble/post-quantum": "~0.6.1",
100
- "@opentelemetry/api": "^1.9",
101
- "@opentelemetry/sdk-trace-base": "^2.7",
102
- "@scure/base": "~2.2",
103
- "@scure/bip39": "~2.2",
104
- "@xylabs/geo": "^7.0",
105
- "@xylabs/threads": "^7.0",
106
- "@xyo-network/sdk-protocol": "^7.0",
107
- "ajv": "^8.20",
108
- "async-mutex": "^0.5",
109
- "debug": "^4.4",
110
- "ethers": "^6.16",
111
- "hash-wasm": "~4.12",
112
- "idb": "^8.0",
113
- "lru-cache": "^11.3",
114
- "observable-fns": "~0.6",
115
- "zod": "^4.4"
118
+ "webextension-polyfill": "^0.12.0",
119
+ "zod": "^4.4.3"
116
120
  },
117
121
  "engines": {
118
122
  "node": "^24"