@xyo-network/diviner-distinct 5.5.2 → 5.5.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.
Files changed (1) hide show
  1. package/package.json +14 -17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/diviner-distinct",
3
- "version": "5.5.2",
3
+ "version": "5.5.3",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -34,10 +34,10 @@
34
34
  "README.md"
35
35
  ],
36
36
  "dependencies": {
37
- "@xyo-network/diviner-abstract": "~5.5.2",
38
- "@xyo-network/diviner-distinct-model": "~5.5.2",
39
- "@xyo-network/diviner-model": "~5.5.2",
40
- "@xyo-network/module-model": "~5.5.2"
37
+ "@xyo-network/diviner-model": "~5.5.3",
38
+ "@xyo-network/diviner-distinct-model": "~5.5.3",
39
+ "@xyo-network/diviner-abstract": "~5.5.3",
40
+ "@xyo-network/module-model": "~5.5.3"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@bitauth/libauth": "~3.0.0",
@@ -47,8 +47,8 @@
47
47
  "@types/node": "^25.6.0",
48
48
  "@xylabs/sdk-js": "^5.0.100",
49
49
  "@xylabs/threads": "~5.0.100",
50
- "@xylabs/toolchain": "~7.11.5",
51
- "@xylabs/tsconfig": "~7.11.5",
50
+ "@xylabs/toolchain": "~7.11.7",
51
+ "@xylabs/tsconfig": "~7.11.7",
52
52
  "@xylabs/vitest-extended": "~5.0.100",
53
53
  "@xylabs/vitest-matchers": "~5.0.100",
54
54
  "@xyo-network/account": "~5.5",
@@ -85,34 +85,31 @@
85
85
  "vite": "^8.0.9",
86
86
  "vitest": "~4.1.5",
87
87
  "wasm-feature-detect": "~1.8.0",
88
- "zod": "^4.3.6",
89
- "@xyo-network/archivist-model": "~5.5.2",
90
- "@xyo-network/diviner-payload-model": "~5.5.2",
91
- "@xyo-network/module-abstract": "~5.5.2",
92
- "@xyo-network/module-resolver": "~5.5.2",
93
- "@xyo-network/node-model": "~5.5.2",
94
- "@xyo-network/witness-model": "~5.5.2"
88
+ "zod": "^4.3.6"
95
89
  },
96
90
  "peerDependencies": {
97
91
  "@scure/base": "~2.2.0",
98
92
  "@xylabs/sdk-js": "^5.0.100",
93
+ "@xyo-network/account": "~5.5",
99
94
  "@xyo-network/account-model": "~5.5",
100
- "@xyo-network/archivist-model": "~5.5",
95
+ "@xyo-network/boundwitness-builder": "~5.5",
101
96
  "@xyo-network/boundwitness-model": "~5.5",
102
97
  "@xyo-network/boundwitness-validator": "~5.5",
103
98
  "@xyo-network/boundwitness-wrapper": "~5.5",
99
+ "@xyo-network/config-payload-plugin": "~5.5",
104
100
  "@xyo-network/data": "~5.5",
105
101
  "@xyo-network/elliptic": "~5.5",
106
102
  "@xyo-network/hash": "~5.5",
107
103
  "@xyo-network/manifest-model": "~5.5",
108
- "@xyo-network/module-abstract": "~5.5",
109
104
  "@xyo-network/payload-builder": "~5.5",
110
105
  "@xyo-network/payload-model": "~5.5",
111
106
  "@xyo-network/payload-validator": "~5.5",
112
107
  "@xyo-network/previous-hash-store-model": "~5.5",
113
- "@xyo-network/witness-model": "~5.5",
108
+ "@xyo-network/query-payload-plugin": "~5.5",
109
+ "@xyo-network/wallet-model": "~5.5",
114
110
  "async-mutex": "~0.5.0",
115
111
  "ethers": "^6",
112
+ "lru-cache": "~11.3.5",
116
113
  "zod": "^4"
117
114
  },
118
115
  "publishConfig": {