@xyo-network/xl1-protocol-model 2.0.9 → 2.0.11
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/README.md +3 -6
- package/dist/neutral/TransferPayload.d.ts +8 -8
- package/dist/neutral/block/BlockBoundWitness.d.ts +36 -36
- package/dist/neutral/block/HydratedBlock.d.ts +88 -88
- package/dist/neutral/block/signed/SignedBlockBoundWitness.d.ts +12 -12
- package/dist/neutral/block/signed/SignedBlockBoundWitnessWithHashMeta.d.ts +20 -20
- package/dist/neutral/block/signed/SignedBlockBoundWitnessWithStorageMeta.d.ts +24 -24
- package/dist/neutral/block/unsigned/UnsignedBlockBoundWitness.d.ts +12 -12
- package/dist/neutral/index.mjs +1 -1
- package/dist/neutral/index.mjs.map +2 -2
- package/dist/neutral/model/AccountBalance.d.ts +7 -7
- package/dist/neutral/model/Context/ChainContext.zod.d.ts +6 -6
- package/dist/neutral/model/Context/HeadContext.zod.d.ts +4 -4
- package/dist/neutral/model/HydratedTransaction.d.ts +162 -162
- package/dist/neutral/model/RewardsRangeOptions.d.ts +1 -1
- package/dist/neutral/model/Stake.d.ts +14 -14
- package/dist/neutral/model/SyncStepSummary.d.ts +12 -12
- package/dist/neutral/model/TransferPair.d.ts +2 -2
- package/dist/neutral/model/TransferPair.d.ts.map +1 -1
- package/dist/neutral/rejection/BlockRejectionPayload.d.ts +8 -8
- package/dist/neutral/rejection/TransactionRejectionPayload.d.ts +12 -12
- package/dist/neutral/transaction/TransactionBoundWitness.d.ts +164 -164
- package/package.json +12 -14
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/xl1-protocol-model",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.11",
|
|
4
4
|
"description": "XYO Layer One Protocol Model Types",
|
|
5
5
|
"homepage": "https://xylabs.com",
|
|
6
6
|
"bugs": {
|
|
7
|
-
"url": "
|
|
7
|
+
"url": "https://github.com/XYOracleNetwork/xl1-protocol/issues",
|
|
8
8
|
"email": "support@xylabs.com"
|
|
9
9
|
},
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
12
|
-
"url": "git+https://github.com/
|
|
12
|
+
"url": "git+https://github.com/XYOracleNetwork/xl1-protocol.git"
|
|
13
13
|
},
|
|
14
14
|
"license": "LGPL-3.0-only",
|
|
15
15
|
"author": {
|
|
@@ -41,14 +41,14 @@
|
|
|
41
41
|
"@opentelemetry/sdk-trace-base": "^2.7.1",
|
|
42
42
|
"@scure/base": "~2.2.0",
|
|
43
43
|
"@scure/bip39": "~2.2.0",
|
|
44
|
-
"@xylabs/geo": "^6.0.
|
|
45
|
-
"@xylabs/sdk-js": "^6.0.
|
|
46
|
-
"@xylabs/threads": "~6.0.
|
|
47
|
-
"@xylabs/toolchain": "~8.1.
|
|
48
|
-
"@xylabs/tsconfig": "~8.1.
|
|
49
|
-
"@xyo-network/address": "^6.0.
|
|
50
|
-
"@xyo-network/sdk-js": "
|
|
51
|
-
"@xyo-network/sdk-protocol-js": "~6.0.
|
|
44
|
+
"@xylabs/geo": "^6.0.10",
|
|
45
|
+
"@xylabs/sdk-js": "^6.0.10",
|
|
46
|
+
"@xylabs/threads": "~6.0.10",
|
|
47
|
+
"@xylabs/toolchain": "~8.1.19",
|
|
48
|
+
"@xylabs/tsconfig": "~8.1.19",
|
|
49
|
+
"@xyo-network/address": "^6.0.9",
|
|
50
|
+
"@xyo-network/sdk-js": "^6.0.4",
|
|
51
|
+
"@xyo-network/sdk-protocol-js": "~6.0.9",
|
|
52
52
|
"ajv": "^8.20.0",
|
|
53
53
|
"async-mutex": "^0.5.0",
|
|
54
54
|
"bn.js": "^5.2.3",
|
|
@@ -58,9 +58,8 @@
|
|
|
58
58
|
"ethers": "^6.16.0",
|
|
59
59
|
"hash-wasm": "~4.12.0",
|
|
60
60
|
"idb": "^8.0.3",
|
|
61
|
-
"lru-cache": "^11.
|
|
61
|
+
"lru-cache": "^11.3.6",
|
|
62
62
|
"observable-fns": "~0.6.1",
|
|
63
|
-
"pako": "^2.1.0",
|
|
64
63
|
"typescript": "~6.0.3",
|
|
65
64
|
"vite": "^8.0.16",
|
|
66
65
|
"vitest": "~4.1.8",
|
|
@@ -91,7 +90,6 @@
|
|
|
91
90
|
"idb": "^8.0",
|
|
92
91
|
"lru-cache": "^11.3",
|
|
93
92
|
"observable-fns": "~0.6",
|
|
94
|
-
"pako": "^2.1",
|
|
95
93
|
"webextension-polyfill": "^0.12",
|
|
96
94
|
"zod": "~4.4"
|
|
97
95
|
},
|