@xyo-network/chain-wrappers 2.0.3 → 2.0.4

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 +11 -17
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "http://json.schemastore.org/package.json",
3
3
  "name": "@xyo-network/chain-wrappers",
4
- "version": "2.0.3",
4
+ "version": "2.0.4",
5
5
  "description": "XYO Layer One SDK Wrappers",
6
6
  "homepage": "https://xylabs.com",
7
7
  "bugs": {
@@ -35,7 +35,7 @@
35
35
  "README.md"
36
36
  ],
37
37
  "dependencies": {
38
- "@xyo-network/chain-validation": "~2.0.3"
38
+ "@xyo-network/chain-validation": "~2.0.4"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@bitauth/libauth": "~3.0.0",
@@ -47,32 +47,29 @@
47
47
  "@opentelemetry/sdk-trace-base": "^2.7.1",
48
48
  "@scure/base": "~2.2.0",
49
49
  "@scure/bip39": "~2.2.0",
50
- "@xylabs/geo": "^6.0.4",
51
- "@xylabs/sdk-js": "^6.0.4",
52
- "@xylabs/threads": "~6.0.4",
53
- "@xylabs/toolchain": "~8.1.8",
54
- "@xylabs/tsconfig": "~8.1.8",
55
- "@xyo-network/sdk-js": "^6.0.1",
56
- "@xyo-network/sdk-protocol-js": "~6.0.5",
57
- "@xyo-network/xl1-sdk": "^2.0.6",
50
+ "@xylabs/geo": "^6.0.6",
51
+ "@xylabs/sdk-js": "^6.0.6",
52
+ "@xylabs/threads": "~6.0.6",
53
+ "@xylabs/toolchain": "~8.1.10",
54
+ "@xylabs/tsconfig": "~8.1.10",
55
+ "@xyo-network/sdk-js": "^6.0.2",
56
+ "@xyo-network/sdk-protocol-js": "~6.0.7",
57
+ "@xyo-network/xl1-sdk": "^2.0.7",
58
58
  "ajv": "^8.20.0",
59
59
  "async-mutex": "^0.5.0",
60
60
  "bn.js": "^5.2.3",
61
61
  "buffer": "^6.0.3",
62
62
  "cosmiconfig": "^9.0.1",
63
63
  "debug": "~4.4.3",
64
- "eslint": "^10.4.0",
64
+ "eslint": "^10.4.1",
65
65
  "ethers": "^6.16.0",
66
66
  "hash-wasm": "~4.12.0",
67
67
  "idb": "^8.0.3",
68
68
  "lru-cache": "^11.5.1",
69
- "mapbox-gl": "^3.24.0",
70
69
  "observable-fns": "~0.6.1",
71
70
  "pako": "^2.1.0",
72
- "store2": "~2.14.4",
73
71
  "typescript": "~6.0.3",
74
72
  "uuid": "~14.0.0",
75
- "wasm-feature-detect": "~1.8.0",
76
73
  "webextension-polyfill": "^0.12.0",
77
74
  "zod": "~4.4.3"
78
75
  },
@@ -102,12 +99,9 @@
102
99
  "hash-wasm": "~4.12",
103
100
  "idb": "^8.0",
104
101
  "lru-cache": "^11.3",
105
- "mapbox-gl": "^3.23",
106
102
  "observable-fns": "~0.6",
107
103
  "pako": "^2.1",
108
- "store2": "~2.14",
109
104
  "uuid": "~14.0",
110
- "wasm-feature-detect": "~1.8",
111
105
  "webextension-polyfill": "^0.12",
112
106
  "zod": "~4.4"
113
107
  },