@xyo-network/xl1-cli 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/dist/cli-min.mjs +7 -7
- package/dist/cli-min.mjs.map +1 -1
- package/package.json +27 -27
package/dist/cli-min.mjs
CHANGED
|
@@ -101449,7 +101449,7 @@ function initTelemetry(params) {
|
|
|
101449
101449
|
};
|
|
101450
101450
|
}
|
|
101451
101451
|
//#endregion
|
|
101452
|
-
//#region ../../node_modules/.pnpm/@xylabs+mongo@6.0.7_mongodb@7.2.
|
|
101452
|
+
//#region ../../node_modules/.pnpm/@xylabs+mongo@6.0.7_mongodb@7.2.0_socks@2.8.9_/node_modules/@xylabs/mongo/dist/node/index.mjs
|
|
101453
101453
|
var MongoClientWrapper = class _MongoClientWrapper {
|
|
101454
101454
|
/** Global cache of wrapper instances keyed by connection URI. */
|
|
101455
101455
|
static clients = /* @__PURE__ */ new Map();
|
|
@@ -101783,14 +101783,14 @@ var canUseEvmProvider = (context) => {
|
|
|
101783
101783
|
return canUseInfuraProvider(context) || canUseJsonRpcProvider(context);
|
|
101784
101784
|
};
|
|
101785
101785
|
//#endregion
|
|
101786
|
-
//#region ../../node_modules/.pnpm/@xyo-network+archivist-model-mongodb@6.0.
|
|
101786
|
+
//#region ../../node_modules/.pnpm/@xyo-network+archivist-model-mongodb@6.0.2_c7643f264e51c9d05126b9eb94274164/node_modules/@xyo-network/archivist-model-mongodb/dist/node/index.mjs
|
|
101787
101787
|
var MongoDBArchivistConfigSchema = asSchema("network.xyo.archivist.mongodb.config", true);
|
|
101788
101788
|
//#endregion
|
|
101789
|
-
//#region ../../node_modules/.pnpm/@xyo-network+module-model-mongodb@6.0.
|
|
101789
|
+
//#region ../../node_modules/.pnpm/@xyo-network+module-model-mongodb@6.0.2_c7643f264e51c9d05126b9eb94274164/node_modules/@xyo-network/module-model-mongodb/dist/node/index.mjs
|
|
101790
101790
|
var MongoDBStorageClassLabels = { "network.xyo.storage.class": "mongodb" };
|
|
101791
101791
|
asSchema("network.xyo.module.mongodb.config", true);
|
|
101792
101792
|
//#endregion
|
|
101793
|
-
//#region ../../node_modules/.pnpm/@xyo-network+module-abstract-mongodb@6.0.
|
|
101793
|
+
//#region ../../node_modules/.pnpm/@xyo-network+module-abstract-mongodb@6.0.2_c7643f264e51c9d05126b9eb94274164/node_modules/@xyo-network/module-abstract-mongodb/dist/node/index.mjs
|
|
101794
101794
|
var __defProp$8 = Object.defineProperty;
|
|
101795
101795
|
var __getOwnPropDesc$8 = Object.getOwnPropertyDescriptor;
|
|
101796
101796
|
var __defNormalProp$8 = (obj, key, value) => key in obj ? __defProp$8(obj, key, {
|
|
@@ -102076,7 +102076,7 @@ var toDbRepresentation = (value) => {
|
|
|
102076
102076
|
return isBoundWitness(value) ? boundWitnessToDbRepresentation(value) : payloadToDbRepresentation(value);
|
|
102077
102077
|
};
|
|
102078
102078
|
//#endregion
|
|
102079
|
-
//#region ../../node_modules/.pnpm/@xyo-network+archivist-mongodb@6.0.
|
|
102079
|
+
//#region ../../node_modules/.pnpm/@xyo-network+archivist-mongodb@6.0.2_dafb2add013c727ad465702cf4891c87/node_modules/@xyo-network/archivist-mongodb/dist/node/index.mjs
|
|
102080
102080
|
var validByType = async (payloads = []) => {
|
|
102081
102081
|
const results = [[], []];
|
|
102082
102082
|
await Promise.all(payloads.map(async (payload) => {
|
|
@@ -102290,7 +102290,7 @@ var MongoDBArchivistV2Deletable = class extends MongoDBArchivistV2 {
|
|
|
102290
102290
|
];
|
|
102291
102291
|
};
|
|
102292
102292
|
//#endregion
|
|
102293
|
-
//#region ../../node_modules/.pnpm/@xyo-network+archivist-lmdb@6.0.
|
|
102293
|
+
//#region ../../node_modules/.pnpm/@xyo-network+archivist-lmdb@6.0.2_23ee90c422c3f4258c0931babbe38ce0/node_modules/@xyo-network/archivist-lmdb/dist/browser/index.mjs
|
|
102294
102294
|
var __defProp$7 = Object.defineProperty;
|
|
102295
102295
|
var __getOwnPropDesc$7 = Object.getOwnPropertyDescriptor;
|
|
102296
102296
|
var __getProtoOf = Object.getPrototypeOf;
|
|
@@ -212609,7 +212609,7 @@ function defaultScrapePortForActors(actors) {
|
|
|
212609
212609
|
var configuration;
|
|
212610
212610
|
var skipInsecureConfirm = false;
|
|
212611
212611
|
var dumpProviders = false;
|
|
212612
|
-
var version = isDefined("2.0.
|
|
212612
|
+
var version = isDefined("2.0.11") ? "2.0.11" : "unknown";
|
|
212613
212613
|
function getConfiguration() {
|
|
212614
212614
|
return configuration;
|
|
212615
212615
|
}
|