@xyo-network/diviner-temporal-indexing-memory 7.0.2 → 7.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.
- package/package.json +27 -29
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/diviner-temporal-indexing-memory",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.3",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -34,24 +34,23 @@
|
|
|
34
34
|
"README.md"
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@xyo-network/
|
|
38
|
-
"@xyo-network/archivist-model": "~7.0.
|
|
39
|
-
"@xyo-network/diviner-indexing-model": "~7.0.
|
|
40
|
-
"@xyo-network/diviner-indexing-memory": "~7.0.
|
|
41
|
-
"@xyo-network/diviner-boundwitness": "~7.0.
|
|
42
|
-
"@xyo-network/diviner-jsonpath-aggregate-memory": "~7.0.
|
|
43
|
-
"@xyo-network/diviner-model": "~7.0.
|
|
44
|
-
"@xyo-network/diviner-
|
|
45
|
-
"@xyo-network/diviner-
|
|
46
|
-
"@xyo-network/
|
|
47
|
-
"@xyo-network/diviner-wrapper": "~7.0.
|
|
48
|
-
"@xyo-network/diviner-temporal-indexing-model": "~7.0.
|
|
49
|
-
"@xyo-network/module-model": "~7.0.
|
|
50
|
-
"@xyo-network/witness-timestamp": "~7.0.
|
|
37
|
+
"@xyo-network/diviner-abstract": "~7.0.3",
|
|
38
|
+
"@xyo-network/archivist-model": "~7.0.3",
|
|
39
|
+
"@xyo-network/diviner-indexing-model": "~7.0.3",
|
|
40
|
+
"@xyo-network/diviner-indexing-memory": "~7.0.3",
|
|
41
|
+
"@xyo-network/diviner-boundwitness": "~7.0.3",
|
|
42
|
+
"@xyo-network/diviner-jsonpath-aggregate-memory": "~7.0.3",
|
|
43
|
+
"@xyo-network/diviner-jsonpath-model": "~7.0.3",
|
|
44
|
+
"@xyo-network/diviner-model": "~7.0.3",
|
|
45
|
+
"@xyo-network/diviner-payload-model": "~7.0.3",
|
|
46
|
+
"@xyo-network/archivist-wrapper": "~7.0.3",
|
|
47
|
+
"@xyo-network/diviner-wrapper": "~7.0.3",
|
|
48
|
+
"@xyo-network/diviner-temporal-indexing-model": "~7.0.3",
|
|
49
|
+
"@xyo-network/module-model": "~7.0.3",
|
|
50
|
+
"@xyo-network/witness-timestamp": "~7.0.3"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@bitauth/libauth": "~3.0.0",
|
|
54
|
-
"@metamask/providers": "^22.1.1",
|
|
55
54
|
"@noble/post-quantum": "~0.6.1",
|
|
56
55
|
"@opentelemetry/api": "^1.9.1",
|
|
57
56
|
"@opentelemetry/sdk-trace-base": "^2.8.0",
|
|
@@ -67,47 +66,46 @@
|
|
|
67
66
|
"@xyo-network/sdk-protocol": "^7.0.4",
|
|
68
67
|
"ajv": "^8.20.0",
|
|
69
68
|
"async-mutex": "^0.5.0",
|
|
70
|
-
"
|
|
69
|
+
"browserslist": "4.28.4",
|
|
70
|
+
"debug": "^4.4.3",
|
|
71
71
|
"eslint": "^10.6.0",
|
|
72
|
+
"eslint-import-resolver-typescript": "^4.4.5",
|
|
72
73
|
"ethers": "^6.17.0",
|
|
73
74
|
"hash-wasm": "~4.12.0",
|
|
74
75
|
"idb": "^8.0.3",
|
|
75
76
|
"jsonpath-plus": "^10.4.0",
|
|
76
77
|
"lru-cache": "^11.5.1",
|
|
77
|
-
"observable-fns": "
|
|
78
|
+
"observable-fns": "^0.6.1",
|
|
78
79
|
"typescript": "~6.0.3",
|
|
79
80
|
"vite": "^8.1.0",
|
|
80
81
|
"vitest": "~4.1.9",
|
|
81
|
-
"webextension-polyfill": "^0.12.0",
|
|
82
82
|
"zod": "^4.4.3",
|
|
83
|
-
"@xyo-network/
|
|
84
|
-
"@xyo-network/
|
|
85
|
-
"@xyo-network/module-factory-locator": "~7.0.
|
|
86
|
-
"@xyo-network/node-memory": "~7.0.
|
|
83
|
+
"@xyo-network/manifest-wrapper": "~7.0.3",
|
|
84
|
+
"@xyo-network/archivist-memory": "~7.0.3",
|
|
85
|
+
"@xyo-network/module-factory-locator": "~7.0.3",
|
|
86
|
+
"@xyo-network/node-memory": "~7.0.3"
|
|
87
87
|
},
|
|
88
88
|
"peerDependencies": {
|
|
89
89
|
"@bitauth/libauth": "~3.0",
|
|
90
|
-
"@metamask/providers": "^22.1",
|
|
91
90
|
"@noble/post-quantum": "~0.6.1",
|
|
92
91
|
"@opentelemetry/api": "^1.9",
|
|
93
92
|
"@opentelemetry/sdk-trace-base": "^2.7",
|
|
94
93
|
"@scure/base": "~2.2",
|
|
95
94
|
"@scure/bip39": "~2.2",
|
|
96
|
-
"@xylabs/geo": "^
|
|
97
|
-
"@xylabs/sdk": "^
|
|
98
|
-
"@xylabs/threads": "^
|
|
95
|
+
"@xylabs/geo": "^7.0",
|
|
96
|
+
"@xylabs/sdk": "^7.0",
|
|
97
|
+
"@xylabs/threads": "^7.0",
|
|
99
98
|
"@xyo-network/payload-utils": "~7.0",
|
|
100
99
|
"@xyo-network/sdk-protocol": "^7.0",
|
|
101
100
|
"ajv": "^8.20",
|
|
102
101
|
"async-mutex": "^0.5",
|
|
103
|
-
"debug": "
|
|
102
|
+
"debug": "^4.4",
|
|
104
103
|
"ethers": "^6.16",
|
|
105
104
|
"hash-wasm": "~4.12",
|
|
106
105
|
"idb": "^8.0",
|
|
107
106
|
"jsonpath-plus": "^10.3",
|
|
108
107
|
"lru-cache": "^11.3",
|
|
109
108
|
"observable-fns": "~0.6",
|
|
110
|
-
"webextension-polyfill": "^0.12",
|
|
111
109
|
"zod": "^4.4"
|
|
112
110
|
},
|
|
113
111
|
"engines": {
|