@xyo-network/chain-orchestration 1.20.9 → 1.20.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/dist/browser/index.mjs +3 -2
- package/dist/browser/index.mjs.map +1 -1
- package/dist/browser/shared/config/locators/commonLocatorFromConfig.d.ts.map +1 -1
- package/dist/neutral/index.mjs +3 -2
- package/dist/neutral/index.mjs.map +1 -1
- package/dist/neutral/shared/config/locators/commonLocatorFromConfig.d.ts.map +1 -1
- package/dist/node/index.mjs +3 -2
- package/dist/node/index.mjs.map +1 -1
- package/dist/node/shared/config/locators/commonLocatorFromConfig.d.ts.map +1 -1
- package/package.json +26 -25
- package/src/shared/config/locators/commonLocatorFromConfig.ts +2 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"commonLocatorFromConfig.d.ts","sourceRoot":"","sources":["../../../../../src/shared/config/locators/commonLocatorFromConfig.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAA;AAEhD,OAAO,KAAK,EACV,iBAAiB,EAAwC,8BAA8B,EACxF,MAAM,sBAAsB,CAAA;
|
|
1
|
+
{"version":3,"file":"commonLocatorFromConfig.d.ts","sourceRoot":"","sources":["../../../../../src/shared/config/locators/commonLocatorFromConfig.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAA;AAEhD,OAAO,KAAK,EACV,iBAAiB,EAAwC,8BAA8B,EACxF,MAAM,sBAAsB,CAAA;AA6B7B,wBAAgB,uBAAuB,CACrC,OAAO,EAAE,iBAAiB,EAC1B,sBAAsB,UAAQ,GAC7B,UAAU,CAAC,8BAA8B,CAAC,CAsB5C"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/chain-orchestration",
|
|
3
|
-
"version": "1.20.
|
|
3
|
+
"version": "1.20.11",
|
|
4
4
|
"description": "XYO Layer One SDK Orchestration",
|
|
5
5
|
"homepage": "https://xylabs.com",
|
|
6
6
|
"bugs": {
|
|
@@ -47,20 +47,20 @@
|
|
|
47
47
|
"!**/*.test.*"
|
|
48
48
|
],
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@xyo-network/archivist-lmdb": "~5.3.
|
|
51
|
-
"@xyo-network/archivist-mongodb": "~5.3.
|
|
52
|
-
"@xyo-network/archivist-view": "~5.3.
|
|
50
|
+
"@xyo-network/archivist-lmdb": "~5.3.17",
|
|
51
|
+
"@xyo-network/archivist-mongodb": "~5.3.17",
|
|
52
|
+
"@xyo-network/archivist-view": "~5.3.17",
|
|
53
53
|
"@xyo-network/bios": "~7.2.1",
|
|
54
54
|
"@xyo-network/bios-model": "~7.2.1",
|
|
55
|
-
"@xyo-network/chain-ethereum": "~1.20.
|
|
56
|
-
"@xyo-network/chain-protocol": "~1.20.
|
|
57
|
-
"@xyo-network/chain-sdk": "~1.20.
|
|
58
|
-
"@xyo-network/chain-services": "~1.20.
|
|
59
|
-
"@xyo-network/chain-telemetry": "~1.20.
|
|
60
|
-
"@xyo-network/chain-utils": "~1.20.
|
|
61
|
-
"@xyo-network/chain-validation": "~1.20.
|
|
62
|
-
"@xyo-network/sdk-js": "~5.3.
|
|
63
|
-
"@xyo-network/wallet-model": "~5.3.
|
|
55
|
+
"@xyo-network/chain-ethereum": "~1.20.11",
|
|
56
|
+
"@xyo-network/chain-protocol": "~1.20.11",
|
|
57
|
+
"@xyo-network/chain-sdk": "~1.20.11",
|
|
58
|
+
"@xyo-network/chain-services": "~1.20.11",
|
|
59
|
+
"@xyo-network/chain-telemetry": "~1.20.11",
|
|
60
|
+
"@xyo-network/chain-utils": "~1.20.11",
|
|
61
|
+
"@xyo-network/chain-validation": "~1.20.11",
|
|
62
|
+
"@xyo-network/sdk-js": "~5.3.17",
|
|
63
|
+
"@xyo-network/wallet-model": "~5.3.17",
|
|
64
64
|
"async-mutex": "~0.5.0",
|
|
65
65
|
"compression": "~1.8.1",
|
|
66
66
|
"cors": "~2.8.6"
|
|
@@ -70,26 +70,27 @@
|
|
|
70
70
|
"@types/compression": "~1.8.1",
|
|
71
71
|
"@types/cors": "~2.8.19",
|
|
72
72
|
"@types/node": "~25.5.0",
|
|
73
|
-
"@xylabs/express": "~5.0.
|
|
74
|
-
"@xylabs/mongo": "~5.0.
|
|
75
|
-
"@xylabs/sdk-js": "~5.0.
|
|
76
|
-
"@xylabs/ts-scripts-
|
|
77
|
-
"@xylabs/
|
|
78
|
-
"@xylabs/
|
|
73
|
+
"@xylabs/express": "~5.0.90",
|
|
74
|
+
"@xylabs/mongo": "~5.0.90",
|
|
75
|
+
"@xylabs/sdk-js": "~5.0.90",
|
|
76
|
+
"@xylabs/ts-scripts-common": "~7.5.10",
|
|
77
|
+
"@xylabs/ts-scripts-yarn3": "~7.5.10",
|
|
78
|
+
"@xylabs/tsconfig": "~7.5.10",
|
|
79
|
+
"@xylabs/zod": "~5.0.90",
|
|
79
80
|
"@xyo-network/bios-model": "~7.2.1",
|
|
80
|
-
"@xyo-network/module-model-mongodb": "~5.3.
|
|
81
|
-
"@xyo-network/sdk-js": "~5.3.
|
|
81
|
+
"@xyo-network/module-model-mongodb": "~5.3.17",
|
|
82
|
+
"@xyo-network/sdk-js": "~5.3.17",
|
|
82
83
|
"@xyo-network/storage-model": "~7.2.1",
|
|
83
|
-
"@xyo-network/wallet-model": "~5.3.
|
|
84
|
-
"@xyo-network/xl1-sdk": "~1.26.
|
|
85
|
-
"axios": "^1.
|
|
84
|
+
"@xyo-network/wallet-model": "~5.3.17",
|
|
85
|
+
"@xyo-network/xl1-sdk": "~1.26.9",
|
|
86
|
+
"axios": "^1.14.0",
|
|
86
87
|
"cosmiconfig": "^9.0.1",
|
|
87
88
|
"ethers": "^6.16.0",
|
|
88
89
|
"express": "^5.2.1",
|
|
89
90
|
"lmdb": "^3.5.2",
|
|
90
91
|
"mongodb": "~7.1.1",
|
|
91
92
|
"typescript": "~5.9.3",
|
|
92
|
-
"vitest": "^4.1.
|
|
93
|
+
"vitest": "^4.1.2",
|
|
93
94
|
"zod": "^4.3.6"
|
|
94
95
|
},
|
|
95
96
|
"peerDependencies": {
|
|
@@ -16,6 +16,7 @@ import {
|
|
|
16
16
|
SimpleStepRewardsViewer,
|
|
17
17
|
SimpleStepViewer,
|
|
18
18
|
SimpleTimeSyncViewer,
|
|
19
|
+
SimpleTransactionValidationViewer,
|
|
19
20
|
SimpleTransactionViewer,
|
|
20
21
|
SimpleWindowedBlockViewer,
|
|
21
22
|
} from '@xyo-network/xl1-sdk'
|
|
@@ -52,6 +53,7 @@ export function commonLocatorFromConfig(
|
|
|
52
53
|
{ state: validateHydratedBlockStateWithCumulativeBalance, protocol: validateHydratedBlock },
|
|
53
54
|
),
|
|
54
55
|
SimpleTransactionViewer.factory<SimpleTransactionViewer>(SimpleTransactionViewer.dependencies, {}),
|
|
56
|
+
SimpleTransactionValidationViewer.factory<SimpleTransactionValidationViewer>(SimpleTransactionValidationViewer.dependencies, {}),
|
|
55
57
|
])
|
|
56
58
|
return locator
|
|
57
59
|
}
|