@xyo-network/xl1-protocol-sdk 1.26.48 → 1.27.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/xl1-protocol-sdk",
3
- "version": "1.26.48",
3
+ "version": "1.27.0",
4
4
  "description": "XYO Layer One SDK Protocol",
5
5
  "homepage": "https://xylabs.com",
6
6
  "bugs": {
@@ -42,9 +42,9 @@
42
42
  "README.md"
43
43
  ],
44
44
  "dependencies": {
45
- "@xyo-network/xl1-protocol-model": "~1.26.48",
46
- "@xyo-network/xl1-protocol-lib": "~1.26.48",
47
- "@xyo-network/xl1-schema": "~1.26.48"
45
+ "@xyo-network/xl1-protocol-lib": "~1.27.0",
46
+ "@xyo-network/xl1-protocol-model": "~1.27.0",
47
+ "@xyo-network/xl1-schema": "~1.27.0"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@bitauth/libauth": "~3.0.0",
@@ -54,12 +54,13 @@
54
54
  "@scure/base": "~2.2.0",
55
55
  "@scure/bip39": "~2.2.0",
56
56
  "@types/node": "^25.6.0",
57
- "@xylabs/geo": "^5.0.101",
58
- "@xylabs/sdk-js": "^5.0.101",
59
- "@xylabs/threads": "~5.0.101",
57
+ "@xylabs/fetch": "^5.1.0",
58
+ "@xylabs/geo": "^5.1.0",
59
+ "@xylabs/sdk-js": "^5.1.0",
60
+ "@xylabs/threads": "~5.1.0",
60
61
  "@xylabs/toolchain": "~7.12.3",
61
62
  "@xylabs/tsconfig": "~7.12.3",
62
- "@xylabs/vitest-extended": "^5.0.101",
63
+ "@xylabs/vitest-extended": "^5.1.0",
63
64
  "@xyo-network/account": "~5.5.2",
64
65
  "@xyo-network/account-model": "~5.5.2",
65
66
  "@xyo-network/api": "~5.5.2",
@@ -76,25 +77,24 @@
76
77
  "@xyo-network/payload-plugin": "~5.5.2",
77
78
  "@xyo-network/payload-wrapper": "~5.5.2",
78
79
  "@xyo-network/query-payload-plugin": "~5.5.2",
79
- "@xyo-network/sdk-js": "^5.5.6",
80
+ "@xyo-network/sdk-js": "^5.6.2",
80
81
  "@xyo-network/sdk-protocol-js": "~5.5.2",
81
82
  "@xyo-network/wallet": "~5.5.2",
82
83
  "@xyo-network/wallet-model": "~5.5.2",
83
84
  "ajv": "^8.20.0",
84
85
  "async-mutex": "^0.5.0",
85
- "axios": "^1.15.2",
86
86
  "bn.js": "^5.2.3",
87
87
  "buffer": "^6.0.3",
88
88
  "chalk": "^5.6.2",
89
89
  "cosmiconfig": "^9.0.1",
90
90
  "debug": "~4.4.3",
91
91
  "esbuild": "^0.28.0",
92
- "eslint": "^10.2.1",
92
+ "eslint": "^10.3.0",
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",
97
- "mapbox-gl": "^3.23.0",
96
+ "lru-cache": "^11.3.6",
97
+ "mapbox-gl": "^3.23.1",
98
98
  "observable-fns": "~0.6.1",
99
99
  "pako": "~2.1.0",
100
100
  "store2": "~2.14.4",
@@ -104,21 +104,21 @@
104
104
  "vitest": "~4.1.5",
105
105
  "wasm-feature-detect": "~1.8.0",
106
106
  "webextension-polyfill": "^0.12.0",
107
- "zod": "~4.4.2",
108
- "@xyo-network/xl1-network-model": "~1.26.48"
107
+ "zod": "~4.4.3",
108
+ "@xyo-network/xl1-network-model": "~1.27.0"
109
109
  },
110
110
  "peerDependencies": {
111
111
  "@opentelemetry/api": ">=1.9.1 <2",
112
- "@xylabs/sdk-js": ">=5.0.101 <6",
113
- "@xyo-network/sdk-js": ">=5.5.6 <6",
112
+ "@xylabs/fetch": ">=5.1.0 <6",
113
+ "@xylabs/sdk-js": ">=5.1.0 <6",
114
+ "@xyo-network/sdk-js": ">=5.6.2 <6",
114
115
  "ajv": ">=8.20.0 <9",
115
116
  "async-mutex": ">=0.5.0 <1",
116
- "axios": ">=1.15.2 <2",
117
117
  "cosmiconfig": ">=9.0.1 <10",
118
118
  "ethers": ">=6.16.0 <7",
119
- "lru-cache": ">=11.3.5 <12",
119
+ "lru-cache": ">=11.3.6 <12",
120
120
  "typescript": ">=5.9.3 <5.10",
121
- "zod": ">=4.4.2 <4.5"
121
+ "zod": ">=4.4.3 <4.5"
122
122
  },
123
123
  "engines": {
124
124
  "node": ">=22.3"
@@ -1,2 +0,0 @@
1
- export { completedStepRewardAddress } from '@xyo-network/xl1-protocol-lib';
2
- //# sourceMappingURL=completedStepRewardAddress.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"completedStepRewardAddress.d.ts","sourceRoot":"","sources":["../../../../src/primitives/step/completedStepRewardAddress.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,0BAA0B,EAAE,MAAM,+BAA+B,CAAA"}