@xyo-network/xl1-protocol-sdk 2.1.4 → 2.1.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.
|
@@ -4,5 +4,5 @@
|
|
|
4
4
|
* Schema summaries are `Record<schema, count>` — bounded by the number of distinct schemas — so the
|
|
5
5
|
* payload stays tiny regardless of frame size. Use full depth for the best caching reuse.
|
|
6
6
|
*/
|
|
7
|
-
export declare const schemasMaxStep
|
|
7
|
+
export declare const schemasMaxStep = 5;
|
|
8
8
|
//# sourceMappingURL=schemasMaxStep.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schemasMaxStep.d.ts","sourceRoot":"","sources":["../../../../../src/summary/primitives/schemas/schemasMaxStep.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"schemasMaxStep.d.ts","sourceRoot":"","sources":["../../../../../src/summary/primitives/schemas/schemasMaxStep.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,eAAO,MAAM,cAAc,IAAI,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/xl1-protocol-sdk",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.5",
|
|
4
4
|
"description": "XYO Layer One SDK Protocol",
|
|
5
5
|
"homepage": "https://xylabs.com",
|
|
6
6
|
"bugs": {
|
|
@@ -42,17 +42,17 @@
|
|
|
42
42
|
"README.md"
|
|
43
43
|
],
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@xyo-network/xl1-
|
|
46
|
-
"@xyo-network/xl1-protocol-model": "~2.1.
|
|
47
|
-
"@xyo-network/xl1-
|
|
48
|
-
"@xyo-network/xl1-
|
|
45
|
+
"@xyo-network/xl1-protocol-lib": "~2.1.5",
|
|
46
|
+
"@xyo-network/xl1-protocol-model": "~2.1.5",
|
|
47
|
+
"@xyo-network/xl1-schema": "~2.1.5",
|
|
48
|
+
"@xyo-network/xl1-driver-memory": "~2.1.5"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@bitauth/libauth": "~3.0.0",
|
|
52
52
|
"@metamask/providers": "^22.1.1",
|
|
53
53
|
"@noble/post-quantum": "~0.6.1",
|
|
54
54
|
"@opentelemetry/api": "^1.9.1",
|
|
55
|
-
"@opentelemetry/sdk-trace-base": "^2.
|
|
55
|
+
"@opentelemetry/sdk-trace-base": "^2.8.0",
|
|
56
56
|
"@scure/base": "~2.2.0",
|
|
57
57
|
"@scure/bip39": "~2.2.0",
|
|
58
58
|
"@xylabs/geo": "^6.1.1",
|
|
@@ -61,9 +61,9 @@
|
|
|
61
61
|
"@xylabs/toolchain": "~8.1.20",
|
|
62
62
|
"@xylabs/tsconfig": "~8.1.20",
|
|
63
63
|
"@xylabs/vitest-extended": "^6.1.1",
|
|
64
|
-
"@xyo-network/address": "^6.1.
|
|
64
|
+
"@xyo-network/address": "^6.1.1",
|
|
65
65
|
"@xyo-network/sdk-js": "^6.1.0",
|
|
66
|
-
"@xyo-network/sdk-protocol-js": "~6.1",
|
|
66
|
+
"@xyo-network/sdk-protocol-js": "~6.1.1",
|
|
67
67
|
"ajv": "^8.20.0",
|
|
68
68
|
"async-mutex": "^0.5.0",
|
|
69
69
|
"cosmiconfig": "^9.0.2",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"vitest": "~4.1.8",
|
|
81
81
|
"webextension-polyfill": "^0.12.0",
|
|
82
82
|
"zod": "~4.4.3",
|
|
83
|
-
"@xyo-network/xl1-network-model": "~2.1.
|
|
83
|
+
"@xyo-network/xl1-network-model": "~2.1.5"
|
|
84
84
|
},
|
|
85
85
|
"peerDependencies": {
|
|
86
86
|
"@bitauth/libauth": "~3.0",
|