@xyo-network/diviner-distinct 5.5.6 → 5.6.1

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 -30
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/diviner-distinct",
3
- "version": "5.5.6",
3
+ "version": "5.6.1",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -34,23 +34,22 @@
34
34
  "README.md"
35
35
  ],
36
36
  "dependencies": {
37
- "@xyo-network/diviner-abstract": "~5.5.6",
38
- "@xyo-network/diviner-distinct-model": "~5.5.6",
39
- "@xyo-network/module-model": "~5.5.6",
40
- "@xyo-network/diviner-model": "~5.5.6"
37
+ "@xyo-network/diviner-distinct-model": "~5.6.1",
38
+ "@xyo-network/diviner-model": "~5.6.1",
39
+ "@xyo-network/diviner-abstract": "~5.6.1",
40
+ "@xyo-network/module-model": "~5.6.1"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@bitauth/libauth": "~3.0.0",
44
44
  "@opentelemetry/api": "^1.9.1",
45
- "@opentelemetry/sdk-trace-base": "^2.7.0",
45
+ "@opentelemetry/sdk-trace-base": "^2.7.1",
46
46
  "@scure/base": "~2.2.0",
47
47
  "@types/node": "^25.6.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",
52
- "@xylabs/vitest-extended": "~5.0.100",
53
- "@xylabs/vitest-matchers": "~5.0.100",
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
+ "@xylabs/vitest-extended": "~5.1.0",
54
53
  "@xyo-network/account": "~5.5.2",
55
54
  "@xyo-network/account-model": "~5.5.2",
56
55
  "@xyo-network/boundwitness-builder": "~5.5.2",
@@ -68,36 +67,36 @@
68
67
  "chalk": "^5.6.2",
69
68
  "debug": "~4.4.3",
70
69
  "esbuild": "^0.28.0",
71
- "eslint": "^10.2.1",
70
+ "eslint": "^10.3.0",
72
71
  "ethers": "^6.16.0",
73
72
  "hash-wasm": "~4.12.0",
74
- "lru-cache": "^11.3.5",
73
+ "lru-cache": "^11.3.6",
75
74
  "observable-fns": "~0.6.1",
76
75
  "pako": "~2.1.0",
77
76
  "typescript": "~5.9.3",
78
77
  "vite": "^8.0.10",
79
78
  "vitest": "~4.1.5",
80
79
  "wasm-feature-detect": "~1.8.0",
81
- "zod": "^4.3.6"
80
+ "zod": "^4.4.3"
82
81
  },
83
82
  "peerDependencies": {
84
- "@scure/base": ">=2.2.0 <3",
85
- "@xylabs/sdk-js": ">=5.0.100 <6",
86
- "@xyo-network/account": ">=5.5.2 <6",
87
- "@xyo-network/account-model": ">=5.5.2 <6",
88
- "@xyo-network/boundwitness-builder": ">=5.5.2 <6",
89
- "@xyo-network/boundwitness-model": ">=5.5.2 <6",
90
- "@xyo-network/boundwitness-wrapper": ">=5.5.2 <6",
91
- "@xyo-network/config-payload-plugin": ">=5.5.2 <6",
92
- "@xyo-network/manifest-model": ">=5.5.2 <6",
93
- "@xyo-network/payload-builder": ">=5.5.2 <6",
94
- "@xyo-network/payload-model": ">=5.5.2 <6",
95
- "@xyo-network/query-payload-plugin": ">=5.5.2 <6",
96
- "@xyo-network/wallet-model": ">=5.5.2 <6",
83
+ "@scure/base": ">=2.2.0 <2.3",
84
+ "@xylabs/sdk-js": ">=5.1.0 <6",
85
+ "@xyo-network/account": ">=5.5.2 <5.6",
86
+ "@xyo-network/account-model": ">=5.5.2 <5.6",
87
+ "@xyo-network/boundwitness-builder": ">=5.5.2 <5.6",
88
+ "@xyo-network/boundwitness-model": ">=5.5.2 <5.6",
89
+ "@xyo-network/boundwitness-wrapper": ">=5.5.2 <5.6",
90
+ "@xyo-network/config-payload-plugin": ">=5.5.2 <5.6",
91
+ "@xyo-network/manifest-model": ">=5.5.2 <5.6",
92
+ "@xyo-network/payload-builder": ">=5.5.2 <5.6",
93
+ "@xyo-network/payload-model": ">=5.5.2 <5.6",
94
+ "@xyo-network/query-payload-plugin": ">=5.5.2 <5.6",
95
+ "@xyo-network/wallet-model": ">=5.5.2 <5.6",
97
96
  "async-mutex": ">=0.5.0 <1",
98
97
  "ethers": ">=6.16.0 <7",
99
- "lru-cache": ">=11.3.5 <12",
100
- "zod": ">=4.3.6 <5"
98
+ "lru-cache": ">=11.3.6 <12",
99
+ "zod": ">=4.4.3 <5"
101
100
  },
102
101
  "publishConfig": {
103
102
  "access": "public"