@xyo-network/witness-timestamp 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 +13 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/witness-timestamp",
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,9 +34,9 @@
34
34
  "README.md"
35
35
  ],
36
36
  "dependencies": {
37
- "@xyo-network/module-model": "~5.5.2",
38
- "@xyo-network/witness-abstract": "~5.5.2",
39
- "@xyo-network/witness-model": "~5.5.2"
37
+ "@xyo-network/witness-abstract": "~5.5.3",
38
+ "@xyo-network/witness-model": "~5.5.3",
39
+ "@xyo-network/module-model": "~5.5.3"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@bitauth/libauth": "~3.0.0",
@@ -45,8 +45,8 @@
45
45
  "@scure/base": "~2.2.0",
46
46
  "@xylabs/sdk-js": "^5.0.100",
47
47
  "@xylabs/threads": "~5.0.100",
48
- "@xylabs/toolchain": "~7.11.5",
49
- "@xylabs/tsconfig": "~7.11.5",
48
+ "@xylabs/toolchain": "~7.11.7",
49
+ "@xylabs/tsconfig": "~7.11.7",
50
50
  "@xyo-network/account": "~5.5",
51
51
  "@xyo-network/account-model": "~5.5",
52
52
  "@xyo-network/boundwitness-builder": "~5.5",
@@ -78,33 +78,31 @@
78
78
  "pako": "~2.1.0",
79
79
  "typescript": "~5.9.3",
80
80
  "wasm-feature-detect": "~1.8.0",
81
- "zod": "^4.3.6",
82
- "@xyo-network/archivist-model": "~5.5.2",
83
- "@xyo-network/diviner-model": "~5.5.2",
84
- "@xyo-network/diviner-payload-model": "~5.5.2",
85
- "@xyo-network/module-abstract": "~5.5.2",
86
- "@xyo-network/module-resolver": "~5.5.2",
87
- "@xyo-network/node-model": "~5.5.2"
81
+ "zod": "^4.3.6"
88
82
  },
89
83
  "peerDependencies": {
90
84
  "@scure/base": "~2.2.0",
91
85
  "@xylabs/sdk-js": "^5.0.100",
86
+ "@xyo-network/account": "~5.5",
92
87
  "@xyo-network/account-model": "~5.5",
93
- "@xyo-network/archivist-model": "~5.5",
88
+ "@xyo-network/boundwitness-builder": "~5.5",
94
89
  "@xyo-network/boundwitness-model": "~5.5",
95
90
  "@xyo-network/boundwitness-validator": "~5.5",
96
91
  "@xyo-network/boundwitness-wrapper": "~5.5",
92
+ "@xyo-network/config-payload-plugin": "~5.5",
97
93
  "@xyo-network/data": "~5.5",
98
94
  "@xyo-network/elliptic": "~5.5",
99
95
  "@xyo-network/hash": "~5.5",
100
96
  "@xyo-network/manifest-model": "~5.5",
101
- "@xyo-network/module-abstract": "~5.5",
102
97
  "@xyo-network/payload-builder": "~5.5",
103
98
  "@xyo-network/payload-model": "~5.5",
104
99
  "@xyo-network/payload-validator": "~5.5",
105
100
  "@xyo-network/previous-hash-store-model": "~5.5",
101
+ "@xyo-network/query-payload-plugin": "~5.5",
102
+ "@xyo-network/wallet-model": "~5.5",
106
103
  "async-mutex": "~0.5.0",
107
104
  "ethers": "^6",
105
+ "lru-cache": "~11.3.5",
108
106
  "zod": "^4"
109
107
  },
110
108
  "publishConfig": {