@xyo-network/erc1822-witness 6.0.2 → 6.1.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 (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +14 -17
package/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ [![logo][]](https://xyo.network)
2
+
1
3
  # @xyo-network/erc1822-witness
2
4
 
3
5
  [![npm][npm-badge]][npm-link]
@@ -36,9 +38,12 @@ bun add {{name}}
36
38
 
37
39
  See the [LICENSE](LICENSE) file for license rights and limitations (LGPL-3.0-only).
38
40
 
41
+ ## Credits
39
42
 
43
+ [Made with 🔥 and ❄️ by XYO Foundation](https://xyo.network)
40
44
 
41
45
  [npm-badge]: https://img.shields.io/npm/v/@xyo-network/erc1822-witness.svg
42
46
  [npm-link]: https://www.npmjs.com/package/@xyo-network/erc1822-witness
43
47
  [license-badge]: https://img.shields.io/npm/l/@xyo-network/erc1822-witness.svg
44
48
  [license-link]: https://github.com/xylabs/sdk-js/blob/main/LICENSE
49
+ [logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/erc1822-witness",
3
- "version": "6.0.2",
3
+ "version": "6.1.0",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -38,19 +38,17 @@
38
38
  "@opentelemetry/sdk-trace-base": "^2.7.1",
39
39
  "@scure/base": "^2.2.0",
40
40
  "@scure/bip39": "~2.2.0",
41
- "@xylabs/geo": "^6.0.6",
42
- "@xylabs/sdk-js": "^6.0.6",
43
- "@xylabs/threads": "^6.0.6",
44
- "@xylabs/toolchain": "~8.1.11",
45
- "@xylabs/tsconfig": "~8.1.11",
46
- "@xylabs/vitest-extended": "~6.0.6",
47
- "@xyo-network/sdk-js": "^6.0.2",
48
- "@xyo-network/sdk-protocol-js": "~6.0.7",
49
- "@xyo-network/witness-evm-abstract": "~6.0.2",
41
+ "@xylabs/geo": "^6.1.0",
42
+ "@xylabs/sdk-js": "^6.1.0",
43
+ "@xylabs/threads": "^6.1.0",
44
+ "@xylabs/toolchain": "~8.1.20",
45
+ "@xylabs/tsconfig": "~8.1.20",
46
+ "@xylabs/vitest-extended": "^6.1.0",
47
+ "@xyo-network/sdk-js": "^6.1.0",
48
+ "@xyo-network/sdk-protocol-js": "~6.1",
49
+ "@xyo-network/witness-evm-abstract": "^6.1.0",
50
50
  "ajv": "^8.20.0",
51
51
  "async-mutex": "^0.5.0",
52
- "bn.js": "^5.2.3",
53
- "buffer": "^6.0.3",
54
52
  "debug": "~4.4.3",
55
53
  "eslint": "^10.4.1",
56
54
  "ethers": "^6.16.0",
@@ -58,7 +56,6 @@
58
56
  "idb": "^8.0.3",
59
57
  "lru-cache": "^11.5.1",
60
58
  "observable-fns": "~0.6.1",
61
- "pako": "~2.1.0",
62
59
  "typescript": "~6.0.3",
63
60
  "vite": "^8.0.16",
64
61
  "vitest": "^4.1.8",
@@ -77,22 +74,22 @@
77
74
  "@xylabs/sdk-js": "^6.0",
78
75
  "@xylabs/threads": "^6.0",
79
76
  "@xyo-network/sdk-js": "^6.0",
80
- "@xyo-network/sdk-protocol-js": "~6.0",
77
+ "@xyo-network/sdk-protocol-js": "^6.1",
81
78
  "@xyo-network/witness-evm-abstract": "^6.0",
82
79
  "ajv": "^8.20",
83
80
  "async-mutex": "^0.5",
84
- "bn.js": "^5.2",
85
- "buffer": "^6.0",
86
81
  "debug": "~4.4",
87
82
  "ethers": "^6.16",
88
83
  "hash-wasm": "^4.12",
89
84
  "idb": "^8.0",
90
85
  "lru-cache": "^11.3",
91
86
  "observable-fns": "~0.6",
92
- "pako": "~2.1",
93
87
  "webextension-polyfill": "^0.12",
94
88
  "zod": "^4.4"
95
89
  },
90
+ "engines": {
91
+ "node": "^24"
92
+ },
96
93
  "publishConfig": {
97
94
  "access": "public"
98
95
  }