@xyo-network/diviner-address-history 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 +29 -22
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/diviner-address-history",
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": {
@@ -33,6 +33,11 @@
33
33
  "!**/*.test.*",
34
34
  "README.md"
35
35
  ],
36
+ "dependencies": {
37
+ "@xyo-network/diviner-abstract": "~5.5.3",
38
+ "@xyo-network/archivist-model": "~5.5.3",
39
+ "@xyo-network/diviner-address-history-model": "~5.5.3"
40
+ },
36
41
  "devDependencies": {
37
42
  "@bitauth/libauth": "~3.0.0",
38
43
  "@opentelemetry/api": "^1.9.1",
@@ -41,8 +46,8 @@
41
46
  "@types/node": "^25.6.0",
42
47
  "@xylabs/sdk-js": "^5.0.100",
43
48
  "@xylabs/threads": "~5.0.100",
44
- "@xylabs/toolchain": "~7.11.5",
45
- "@xylabs/tsconfig": "~7.11.5",
49
+ "@xylabs/toolchain": "~7.11.7",
50
+ "@xylabs/tsconfig": "~7.11.7",
46
51
  "@xylabs/vitest-extended": "~5.0.100",
47
52
  "@xylabs/vitest-matchers": "~5.0.100",
48
53
  "@xyo-network/account": "~5.5",
@@ -81,34 +86,36 @@
81
86
  "vitest": "~4.1.5",
82
87
  "wasm-feature-detect": "~1.8.0",
83
88
  "zod": "^4.3.6",
84
- "@xyo-network/archivist-abstract": "~5.5.2",
85
- "@xyo-network/archivist-generic": "~5.5.2",
86
- "@xyo-network/archivist-model": "~5.5.2",
87
- "@xyo-network/archivist-memory": "~5.5.2",
88
- "@xyo-network/archivist-wrapper": "~5.5.2",
89
- "@xyo-network/diviner-abstract": "~5.5.2",
90
- "@xyo-network/diviner-address-history-model": "~5.5.2",
91
- "@xyo-network/module-abstract": "~5.5.2",
92
- "@xyo-network/diviner-model": "~5.5.2",
93
- "@xyo-network/diviner-payload-model": "~5.5.2",
94
- "@xyo-network/module-model": "~5.5.2",
95
- "@xyo-network/module-resolver": "~5.5.2",
96
- "@xyo-network/node-abstract": "~5.5.2",
97
- "@xyo-network/node-memory": "~5.5.2",
98
- "@xyo-network/node-model": "~5.5.2",
99
- "@xyo-network/witness-model": "~5.5.2"
89
+ "@xyo-network/archivist-memory": "~5.5.3",
90
+ "@xyo-network/diviner-model": "~5.5.3",
91
+ "@xyo-network/archivist-wrapper": "~5.5.3",
92
+ "@xyo-network/node-memory": "~5.5.3",
93
+ "@xyo-network/module-model": "~5.5.3"
100
94
  },
101
95
  "peerDependencies": {
96
+ "@scure/base": "~2.2.0",
102
97
  "@xylabs/sdk-js": "^5.0.100",
103
- "@xyo-network/archivist-model": "~5.5",
98
+ "@xyo-network/account": "~5.5",
99
+ "@xyo-network/account-model": "~5.5",
104
100
  "@xyo-network/boundwitness-builder": "~5.5",
105
101
  "@xyo-network/boundwitness-model": "~5.5",
106
- "@xyo-network/diviner-abstract": "~5.5",
107
- "@xyo-network/diviner-address-history-model": "~5.5",
102
+ "@xyo-network/boundwitness-validator": "~5.5",
103
+ "@xyo-network/boundwitness-wrapper": "~5.5",
104
+ "@xyo-network/config-payload-plugin": "~5.5",
105
+ "@xyo-network/data": "~5.5",
106
+ "@xyo-network/elliptic": "~5.5",
107
+ "@xyo-network/hash": "~5.5",
108
+ "@xyo-network/manifest-model": "~5.5",
108
109
  "@xyo-network/payload-builder": "~5.5",
109
110
  "@xyo-network/payload-model": "~5.5",
110
111
  "@xyo-network/payload-validator": "~5.5",
111
112
  "@xyo-network/payload-wrapper": "~5.5",
113
+ "@xyo-network/previous-hash-store-model": "~5.5",
114
+ "@xyo-network/query-payload-plugin": "~5.5",
115
+ "@xyo-network/wallet-model": "~5.5",
116
+ "async-mutex": "~0.5.0",
117
+ "ethers": "^6",
118
+ "lru-cache": "~11.3.5",
112
119
  "zod": "^4"
113
120
  },
114
121
  "publishConfig": {