@xyo-network/xl1-react-transaction 2.0.3 → 2.0.5

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 +19 -23
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "http://json.schemastore.org/package.json",
3
3
  "name": "@xyo-network/xl1-react-transaction",
4
- "version": "2.0.3",
4
+ "version": "2.0.5",
5
5
  "description": "XYO Layer One API",
6
6
  "homepage": "https://xylabs.com",
7
7
  "bugs": {
@@ -51,17 +51,18 @@
51
51
  "@scure/base": "~2.2.0",
52
52
  "@scure/bip39": "~2.2.0",
53
53
  "@storybook/react-vite": "^10.4.1",
54
- "@types/react": "^19.2.15",
55
- "@xylabs/geo": "^6.0.4",
56
- "@xylabs/sdk-js": "^6.0.4",
57
- "@xylabs/threads": "~6.0.4",
58
- "@xylabs/toolchain": "~8.1.8",
59
- "@xylabs/tsconfig": "~8.1.8",
60
- "@xylabs/tsconfig-dom": "~8.1.8",
61
- "@xylabs/tsconfig-react": "~8.1.8",
62
- "@xyo-network/sdk-js": "^6.0.1",
63
- "@xyo-network/sdk-protocol-js": "~6.0.5",
64
- "@xyo-network/xl1-sdk": "^2.0.6",
54
+ "@types/react": "^19.2.16",
55
+ "@xylabs/geo": "^6.0.7",
56
+ "@xylabs/sdk-js": "^6.0.7",
57
+ "@xylabs/threads": "~6.0.7",
58
+ "@xylabs/toolchain": "~8.1.12",
59
+ "@xylabs/tsconfig": "~8.1.12",
60
+ "@xylabs/tsconfig-dom": "~8.1.12",
61
+ "@xylabs/tsconfig-react": "~8.1.12",
62
+ "@xyo-network/address": "^6.0",
63
+ "@xyo-network/sdk-js": "^6.0.2",
64
+ "@xyo-network/sdk-protocol-js": "~6.0.7",
65
+ "@xyo-network/xl1-sdk": "^2.0.9",
65
66
  "ajv": "^8.20.0",
66
67
  "async-mutex": "^0.5.0",
67
68
  "bn.js": "^5.2.3",
@@ -69,23 +70,20 @@
69
70
  "cosmiconfig": "^9.0.1",
70
71
  "debug": "~4.4.3",
71
72
  "dotenv": "~17.4.2",
72
- "eslint": "^10.4.0",
73
+ "eslint": "^10.4.1",
73
74
  "ethers": "^6.16.0",
74
75
  "hash-wasm": "~4.12.0",
75
76
  "idb": "^8.0.3",
76
77
  "lru-cache": "^11.5.1",
77
- "mapbox-gl": "^3.24.0",
78
78
  "observable-fns": "~0.6.1",
79
79
  "pako": "^2.1.0",
80
- "react": "^19.2.6",
81
- "react-dom": "^19.2.6",
82
- "store2": "~2.14.4",
80
+ "react": "^19.2.7",
81
+ "react-dom": "^19.2.7",
83
82
  "storybook": "^10.4.1",
84
83
  "typescript": "~6.0.3",
85
84
  "uuid": "~14.0.0",
86
- "vite": "^8.0.14",
87
- "vitest": "^4.1.7",
88
- "wasm-feature-detect": "~1.8.0",
85
+ "vite": "^8.0.16",
86
+ "vitest": "^4.1.8",
89
87
  "webextension-polyfill": "^0.12.0",
90
88
  "zod": "~4.4.3"
91
89
  },
@@ -104,6 +102,7 @@
104
102
  "@xylabs/geo": "^6.0",
105
103
  "@xylabs/sdk-js": "^6.0",
106
104
  "@xylabs/threads": "~6.0",
105
+ "@xyo-network/address": "^6.0",
107
106
  "@xyo-network/sdk-js": "^6.0",
108
107
  "@xyo-network/sdk-protocol-js": "~6.0",
109
108
  "@xyo-network/xl1-sdk": "^2.0",
@@ -117,14 +116,11 @@
117
116
  "hash-wasm": "~4.12",
118
117
  "idb": "^8.0",
119
118
  "lru-cache": "^11.3",
120
- "mapbox-gl": "^3.23",
121
119
  "observable-fns": "~0.6",
122
120
  "pako": "^2.1",
123
121
  "react": "^19.2",
124
122
  "react-dom": "^19.2",
125
- "store2": "~2.14",
126
123
  "uuid": "~14.0",
127
- "wasm-feature-detect": "~1.8",
128
124
  "webextension-polyfill": "^0.12",
129
125
  "zod": "~4.4"
130
126
  },