@xyo-network/diviner-temporal-indexing-memory 5.5.6 → 5.6.0

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 +46 -47
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/diviner-temporal-indexing-memory",
3
- "version": "5.5.6",
3
+ "version": "5.6.0",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -34,34 +34,33 @@
34
34
  "README.md"
35
35
  ],
36
36
  "dependencies": {
37
- "@xyo-network/archivist-model": "~5.5.6",
38
- "@xyo-network/diviner-indexing-memory": "~5.5.6",
39
- "@xyo-network/archivist-wrapper": "~5.5.6",
40
- "@xyo-network/diviner-abstract": "~5.5.6",
41
- "@xyo-network/diviner-indexing-model": "~5.5.6",
42
- "@xyo-network/diviner-boundwitness": "~5.5.6",
43
- "@xyo-network/diviner-jsonpath-aggregate-memory": "~5.5.6",
44
- "@xyo-network/diviner-jsonpath-model": "~5.5.6",
45
- "@xyo-network/diviner-model": "~5.5.6",
46
- "@xyo-network/diviner-wrapper": "~5.5.6",
47
- "@xyo-network/diviner-payload-model": "~5.5.6",
48
- "@xyo-network/module-model": "~5.5.6",
49
- "@xyo-network/diviner-temporal-indexing-model": "~5.5.6",
50
- "@xyo-network/witness-timestamp": "~5.5.6"
37
+ "@xyo-network/archivist-wrapper": "~5.6.0",
38
+ "@xyo-network/diviner-abstract": "~5.6.0",
39
+ "@xyo-network/archivist-model": "~5.6.0",
40
+ "@xyo-network/diviner-boundwitness": "~5.6.0",
41
+ "@xyo-network/diviner-indexing-memory": "~5.6.0",
42
+ "@xyo-network/diviner-indexing-model": "~5.6.0",
43
+ "@xyo-network/diviner-jsonpath-aggregate-memory": "~5.6.0",
44
+ "@xyo-network/diviner-jsonpath-model": "~5.6.0",
45
+ "@xyo-network/diviner-payload-model": "~5.6.0",
46
+ "@xyo-network/diviner-temporal-indexing-model": "~5.6.0",
47
+ "@xyo-network/diviner-model": "~5.6.0",
48
+ "@xyo-network/witness-timestamp": "~5.6.0",
49
+ "@xyo-network/diviner-wrapper": "~5.6.0",
50
+ "@xyo-network/module-model": "~5.6.0"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@bitauth/libauth": "~3.0.0",
54
54
  "@opentelemetry/api": "^1.9.1",
55
- "@opentelemetry/sdk-trace-base": "^2.7.0",
55
+ "@opentelemetry/sdk-trace-base": "^2.7.1",
56
56
  "@scure/base": "~2.2.0",
57
57
  "@scure/bip39": "~2.2.0",
58
58
  "@types/node": "^25.6.0",
59
- "@xylabs/sdk-js": "^5.0.100",
60
- "@xylabs/threads": "~5.0.100",
61
- "@xylabs/toolchain": "~7.11.12",
62
- "@xylabs/tsconfig": "~7.11.12",
63
- "@xylabs/vitest-extended": "~5.0.100",
64
- "@xylabs/vitest-matchers": "~5.0.100",
59
+ "@xylabs/sdk-js": "^5.1.0",
60
+ "@xylabs/threads": "~5.0.102",
61
+ "@xylabs/toolchain": "~7.12.3",
62
+ "@xylabs/tsconfig": "~7.12.3",
63
+ "@xylabs/vitest-extended": "~5.1.0",
65
64
  "@xyo-network/account": "~5.5.2",
66
65
  "@xyo-network/account-model": "~5.5.2",
67
66
  "@xyo-network/boundwitness-builder": "~5.5.2",
@@ -84,44 +83,44 @@
84
83
  "chalk": "^5.6.2",
85
84
  "debug": "~4.4.3",
86
85
  "esbuild": "^0.28.0",
87
- "eslint": "^10.2.1",
86
+ "eslint": "^10.3.0",
88
87
  "ethers": "^6.16.0",
89
88
  "hash-wasm": "~4.12.0",
90
89
  "jsonpath": "~1.3.0",
91
- "lru-cache": "^11.3.5",
90
+ "lru-cache": "^11.3.6",
92
91
  "observable-fns": "~0.6.1",
93
92
  "pako": "~2.1.0",
94
93
  "typescript": "~5.9.3",
95
94
  "vite": "^8.0.10",
96
95
  "vitest": "~4.1.5",
97
96
  "wasm-feature-detect": "~1.8.0",
98
- "zod": "^4.3.6",
99
- "@xyo-network/archivist-memory": "~5.5.6",
100
- "@xyo-network/manifest-wrapper": "~5.5.6",
101
- "@xyo-network/module-factory-locator": "~5.5.6",
102
- "@xyo-network/node-memory": "~5.5.6"
97
+ "zod": "^4.4.3",
98
+ "@xyo-network/manifest-wrapper": "~5.6.0",
99
+ "@xyo-network/archivist-memory": "~5.6.0",
100
+ "@xyo-network/module-factory-locator": "~5.6.0",
101
+ "@xyo-network/node-memory": "~5.6.0"
103
102
  },
104
103
  "peerDependencies": {
105
- "@scure/base": ">=2.2.0 <3",
106
- "@xylabs/sdk-js": ">=5.0.100 <6",
107
- "@xyo-network/account": ">=5.5.2 <6",
108
- "@xyo-network/account-model": ">=5.5.2 <6",
109
- "@xyo-network/boundwitness-builder": ">=5.5.2 <6",
110
- "@xyo-network/boundwitness-model": ">=5.5.2 <6",
111
- "@xyo-network/boundwitness-validator": ">=5.5.2 <6",
112
- "@xyo-network/boundwitness-wrapper": ">=5.5.2 <6",
113
- "@xyo-network/config-payload-plugin": ">=5.5.2 <6",
114
- "@xyo-network/manifest-model": ">=5.5.2 <6",
115
- "@xyo-network/payload-builder": ">=5.5.2 <6",
116
- "@xyo-network/payload-model": ">=5.5.2 <6",
117
- "@xyo-network/payload-utils": ">=5.5.2 <6",
118
- "@xyo-network/query-payload-plugin": ">=5.5.2 <6",
119
- "@xyo-network/wallet-model": ">=5.5.2 <6",
104
+ "@scure/base": ">=2.2.0 <2.3",
105
+ "@xylabs/sdk-js": ">=5.1.0 <6",
106
+ "@xyo-network/account": ">=5.5.2 <5.6",
107
+ "@xyo-network/account-model": ">=5.5.2 <5.6",
108
+ "@xyo-network/boundwitness-builder": ">=5.5.2 <5.6",
109
+ "@xyo-network/boundwitness-model": ">=5.5.2 <5.6",
110
+ "@xyo-network/boundwitness-validator": ">=5.5.2 <5.6",
111
+ "@xyo-network/boundwitness-wrapper": ">=5.5.2 <5.6",
112
+ "@xyo-network/config-payload-plugin": ">=5.5.2 <5.6",
113
+ "@xyo-network/manifest-model": ">=5.5.2 <5.6",
114
+ "@xyo-network/payload-builder": ">=5.5.2 <5.6",
115
+ "@xyo-network/payload-model": ">=5.5.2 <5.6",
116
+ "@xyo-network/payload-utils": ">=5.5.2 <5.6",
117
+ "@xyo-network/query-payload-plugin": ">=5.5.2 <5.6",
118
+ "@xyo-network/wallet-model": ">=5.5.2 <5.6",
120
119
  "async-mutex": ">=0.5.0 <1",
121
120
  "ethers": ">=6.16.0 <7",
122
- "jsonpath": ">=1.3.0 <2",
123
- "lru-cache": ">=11.3.5 <12",
124
- "zod": ">=4.3.6 <5"
121
+ "jsonpath": ">=1.3.0 <1.4",
122
+ "lru-cache": ">=11.3.6 <12",
123
+ "zod": ">=4.4.3 <5"
125
124
  },
126
125
  "publishConfig": {
127
126
  "access": "public"