@xyo-network/xl1-protocol-sdk 1.26.38 → 1.26.40

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 +25 -25
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/xl1-protocol-sdk",
3
- "version": "1.26.38",
3
+ "version": "1.26.40",
4
4
  "description": "XYO Layer One SDK Protocol",
5
5
  "homepage": "https://xylabs.com",
6
6
  "bugs": {
@@ -42,12 +42,12 @@
42
42
  "README.md"
43
43
  ],
44
44
  "dependencies": {
45
- "@xyo-network/xl1-protocol-lib": "~1.26.38",
46
- "@xyo-network/xl1-schema": "~1.26.38"
45
+ "@xyo-network/xl1-protocol-lib": "~1.26.40",
46
+ "@xyo-network/xl1-schema": "~1.26.40"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@bitauth/libauth": "~3.0.0",
50
- "@metamask/providers": "^22",
50
+ "@metamask/providers": "^22.1.1",
51
51
  "@opentelemetry/api": "^1.9.1",
52
52
  "@opentelemetry/sdk-trace-base": "^2.7.0",
53
53
  "@scure/base": "~2.2.0",
@@ -55,10 +55,10 @@
55
55
  "@types/node": "^25.6.0",
56
56
  "@xylabs/geo": "^5.0.100",
57
57
  "@xylabs/sdk-js": "^5.0.100",
58
- "@xylabs/threads": "~5.0.99",
59
- "@xylabs/toolchain": "~7.11.8",
60
- "@xylabs/tsconfig": "~7.11.8",
61
- "@xylabs/vitest-extended": "~5.0.100",
58
+ "@xylabs/threads": "~5.0.100",
59
+ "@xylabs/toolchain": "~7.11.9",
60
+ "@xylabs/tsconfig": "~7.11.9",
61
+ "@xylabs/vitest-extended": "^5.0.100",
62
62
  "@xylabs/vitest-matchers": "~5.0.100",
63
63
  "@xyo-network/account": "~5.5.1",
64
64
  "@xyo-network/account-model": "~5.5.1",
@@ -80,20 +80,20 @@
80
80
  "@xyo-network/sdk-protocol-js": "~5.5.1",
81
81
  "@xyo-network/wallet": "~5.5.1",
82
82
  "@xyo-network/wallet-model": "~5.5.1",
83
- "ajv": "^8",
84
- "async-mutex": "~0.5.0",
83
+ "ajv": "^8.18.0",
84
+ "async-mutex": "^0.5.0",
85
85
  "axios": "^1.15.2",
86
- "bn.js": "^5",
87
- "buffer": "^6",
88
- "chalk": "^5",
89
- "cosmiconfig": "~9.0.1",
86
+ "bn.js": "^5.2.3",
87
+ "buffer": "^6.0.3",
88
+ "chalk": "^5.6.2",
89
+ "cosmiconfig": "^9.0.1",
90
90
  "debug": "~4.4.3",
91
91
  "esbuild": "^0.28.0",
92
92
  "eslint": "^10.2.1",
93
93
  "ethers": "^6.16.0",
94
94
  "hash-wasm": "~4.12.0",
95
95
  "idb": "^8.0.3",
96
- "lru-cache": "~11.3.5",
96
+ "lru-cache": "^11.3.5",
97
97
  "mapbox-gl": "^3.22.0",
98
98
  "observable-fns": "~0.6.1",
99
99
  "pako": "~2.1.0",
@@ -103,23 +103,23 @@
103
103
  "vite": "^8.0.10",
104
104
  "vitest": "~4.1.5",
105
105
  "wasm-feature-detect": "~1.8.0",
106
- "webextension-polyfill": "^0.10.0 || ^0.11.0 || ^0.12.0",
107
- "zod": "~4.3.6",
108
- "@xyo-network/xl1-protocol-model": "~1.26.38",
109
- "@xyo-network/xl1-network-model": "~1.26.38"
106
+ "webextension-polyfill": "^0.12.0",
107
+ "zod": "^4.3.6",
108
+ "@xyo-network/xl1-network-model": "~1.26.40",
109
+ "@xyo-network/xl1-protocol-model": "~1.26.40"
110
110
  },
111
111
  "peerDependencies": {
112
- "@opentelemetry/api": "^1",
112
+ "@opentelemetry/api": "^1.9.1",
113
113
  "@xylabs/sdk-js": "^5.0.100",
114
114
  "@xyo-network/sdk-js": "^5.5.5",
115
- "ajv": "^8",
116
- "async-mutex": "~0.5.0",
115
+ "ajv": "^8.18.0",
116
+ "async-mutex": "^0.5.0",
117
117
  "axios": "^1.15.2",
118
118
  "cosmiconfig": "^9.0.1",
119
- "ethers": "^6",
119
+ "ethers": "^6.16.0",
120
120
  "lru-cache": "^11.3.5",
121
- "typescript": ">=4.9.5",
122
- "zod": "^4"
121
+ "typescript": "~5.9.3",
122
+ "zod": "^4.3.6"
123
123
  },
124
124
  "engines": {
125
125
  "node": ">=22.3"