@xyo-network/diviner-temporal-indexing-model 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 +29 -29
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/diviner-temporal-indexing-model",
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,21 +34,21 @@
34
34
  "README.md"
35
35
  ],
36
36
  "dependencies": {
37
- "@xyo-network/diviner-boundwitness": "~5.5.6",
38
- "@xyo-network/diviner-model": "~5.5.6",
39
- "@xyo-network/diviner-indexing-model": "~5.5.6",
40
- "@xyo-network/diviner-jsonpath-model": "~5.5.6",
41
- "@xyo-network/module-model": "~5.5.6"
37
+ "@xyo-network/diviner-indexing-model": "~5.6.0",
38
+ "@xyo-network/diviner-boundwitness": "~5.6.0",
39
+ "@xyo-network/diviner-jsonpath-model": "~5.6.0",
40
+ "@xyo-network/diviner-model": "~5.6.0",
41
+ "@xyo-network/module-model": "~5.6.0"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@bitauth/libauth": "~3.0.0",
45
45
  "@opentelemetry/api": "^1.9.1",
46
- "@opentelemetry/sdk-trace-base": "^2.7.0",
46
+ "@opentelemetry/sdk-trace-base": "^2.7.1",
47
47
  "@scure/base": "~2.2.0",
48
- "@xylabs/sdk-js": "^5.0.100",
49
- "@xylabs/threads": "~5.0.100",
50
- "@xylabs/toolchain": "~7.11.12",
51
- "@xylabs/tsconfig": "~7.11.12",
48
+ "@xylabs/sdk-js": "^5.1.0",
49
+ "@xylabs/threads": "~5.0.102",
50
+ "@xylabs/toolchain": "~7.12.3",
51
+ "@xylabs/tsconfig": "~7.12.3",
52
52
  "@xyo-network/account": "~5.5.2",
53
53
  "@xyo-network/account-model": "~5.5.2",
54
54
  "@xyo-network/boundwitness-builder": "~5.5.2",
@@ -65,34 +65,34 @@
65
65
  "buffer": "^6.0.3",
66
66
  "chalk": "^5.6.2",
67
67
  "debug": "~4.4.3",
68
- "eslint": "^10.2.1",
68
+ "eslint": "^10.3.0",
69
69
  "ethers": "^6.16.0",
70
70
  "hash-wasm": "~4.12.0",
71
- "lru-cache": "^11.3.5",
71
+ "lru-cache": "^11.3.6",
72
72
  "observable-fns": "~0.6.1",
73
73
  "pako": "~2.1.0",
74
74
  "typescript": "~5.9.3",
75
75
  "wasm-feature-detect": "~1.8.0",
76
- "zod": "^4.3.6"
76
+ "zod": "^4.4.3"
77
77
  },
78
78
  "peerDependencies": {
79
- "@scure/base": ">=2.2.0 <3",
80
- "@xylabs/sdk-js": ">=5.0.100 <6",
81
- "@xyo-network/account": ">=5.5.2 <6",
82
- "@xyo-network/account-model": ">=5.5.2 <6",
83
- "@xyo-network/boundwitness-builder": ">=5.5.2 <6",
84
- "@xyo-network/boundwitness-model": ">=5.5.2 <6",
85
- "@xyo-network/boundwitness-wrapper": ">=5.5.2 <6",
86
- "@xyo-network/config-payload-plugin": ">=5.5.2 <6",
87
- "@xyo-network/manifest-model": ">=5.5.2 <6",
88
- "@xyo-network/payload-builder": ">=5.5.2 <6",
89
- "@xyo-network/payload-model": ">=5.5.2 <6",
90
- "@xyo-network/query-payload-plugin": ">=5.5.2 <6",
91
- "@xyo-network/wallet-model": ">=5.5.2 <6",
79
+ "@scure/base": ">=2.2.0 <2.3",
80
+ "@xylabs/sdk-js": ">=5.1.0 <6",
81
+ "@xyo-network/account": ">=5.5.2 <5.6",
82
+ "@xyo-network/account-model": ">=5.5.2 <5.6",
83
+ "@xyo-network/boundwitness-builder": ">=5.5.2 <5.6",
84
+ "@xyo-network/boundwitness-model": ">=5.5.2 <5.6",
85
+ "@xyo-network/boundwitness-wrapper": ">=5.5.2 <5.6",
86
+ "@xyo-network/config-payload-plugin": ">=5.5.2 <5.6",
87
+ "@xyo-network/manifest-model": ">=5.5.2 <5.6",
88
+ "@xyo-network/payload-builder": ">=5.5.2 <5.6",
89
+ "@xyo-network/payload-model": ">=5.5.2 <5.6",
90
+ "@xyo-network/query-payload-plugin": ">=5.5.2 <5.6",
91
+ "@xyo-network/wallet-model": ">=5.5.2 <5.6",
92
92
  "async-mutex": ">=0.5.0 <1",
93
93
  "ethers": ">=6.16.0 <7",
94
- "lru-cache": ">=11.3.5 <12",
95
- "zod": ">=4.3.6 <5"
94
+ "lru-cache": ">=11.3.6 <12",
95
+ "zod": ">=4.4.3 <5"
96
96
  },
97
97
  "publishConfig": {
98
98
  "access": "public"