@ariestools/aries-witness-cli 0.1.22 → 0.1.23
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/bin/witness.mjs +37 -38
- package/package.json +5 -5
package/dist/bin/witness.mjs
CHANGED
|
@@ -59,7 +59,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
59
59
|
var __toCommonJS = (mod) => __hasOwnProp.call(mod, "module.exports") ? mod["module.exports"] : __copyProps(__defProp$2({}, "__esModule", { value: true }), mod);
|
|
60
60
|
var __require = /* #__PURE__ */ (() => createRequire(import.meta.url))();
|
|
61
61
|
//#endregion
|
|
62
|
-
//#region ../../node_modules/.pnpm/zod@4.6.
|
|
62
|
+
//#region ../../node_modules/.pnpm/zod@4.6.2/node_modules/zod/v4/core/util.js
|
|
63
63
|
function getEnumValues(entries) {
|
|
64
64
|
const numericValues = Object.values(entries).filter((v) => typeof v === "number");
|
|
65
65
|
return Object.entries(entries).filter(([k, _]) => numericValues.indexOf(+k) === -1).map(([_, v]) => v);
|
|
@@ -615,7 +615,7 @@ function constantCatch(value) {
|
|
|
615
615
|
return fn;
|
|
616
616
|
}
|
|
617
617
|
//#endregion
|
|
618
|
-
//#region ../../node_modules/.pnpm/zod@4.6.
|
|
618
|
+
//#region ../../node_modules/.pnpm/zod@4.6.2/node_modules/zod/v4/core/core.js
|
|
619
619
|
var _a$2;
|
|
620
620
|
const _zodDesc = {
|
|
621
621
|
value: void 0,
|
|
@@ -722,7 +722,7 @@ function config(newConfig) {
|
|
|
722
722
|
return globalConfig;
|
|
723
723
|
}
|
|
724
724
|
//#endregion
|
|
725
|
-
//#region ../../node_modules/.pnpm/zod@4.6.
|
|
725
|
+
//#region ../../node_modules/.pnpm/zod@4.6.2/node_modules/zod/v4/core/errors.js
|
|
726
726
|
function _getMessage() {
|
|
727
727
|
const internals = this._zod;
|
|
728
728
|
internals.message ?? (internals.message = JSON.stringify(internals.def, jsonStringifyReplacer, 2));
|
|
@@ -838,7 +838,7 @@ function formatError$1(error, mapper = (issue) => issue.message) {
|
|
|
838
838
|
return fieldErrors;
|
|
839
839
|
}
|
|
840
840
|
//#endregion
|
|
841
|
-
//#region ../../node_modules/.pnpm/zod@4.6.
|
|
841
|
+
//#region ../../node_modules/.pnpm/zod@4.6.2/node_modules/zod/v4/core/parse.js
|
|
842
842
|
function finalizeParams(callee, params) {
|
|
843
843
|
return {
|
|
844
844
|
callee: params?.callee ?? callee,
|
|
@@ -1045,7 +1045,7 @@ const _safeDecodeAsync = (_Err) => async (schema, value, _ctx) => {
|
|
|
1045
1045
|
return _safeParseAsync(_Err)(schema, value, _ctx);
|
|
1046
1046
|
};
|
|
1047
1047
|
//#endregion
|
|
1048
|
-
//#region ../../node_modules/.pnpm/zod@4.6.
|
|
1048
|
+
//#region ../../node_modules/.pnpm/zod@4.6.2/node_modules/zod/v4/core/regexes.js
|
|
1049
1049
|
var regexes_exports = /* @__PURE__ */ __exportAll({
|
|
1050
1050
|
anyString: () => anyString,
|
|
1051
1051
|
base64: () => base64$1,
|
|
@@ -1232,7 +1232,7 @@ const sha512_hex = /^[0-9a-fA-F]{128}$/;
|
|
|
1232
1232
|
const sha512_base64 = /*@__PURE__*/ fixedBase64(86, "==");
|
|
1233
1233
|
const sha512_base64url = /*@__PURE__*/ fixedBase64url(86);
|
|
1234
1234
|
//#endregion
|
|
1235
|
-
//#region ../../node_modules/.pnpm/zod@4.6.
|
|
1235
|
+
//#region ../../node_modules/.pnpm/zod@4.6.2/node_modules/zod/v4/core/checks.js
|
|
1236
1236
|
const $ZodCheck = /*@__PURE__*/ $constructor("$ZodCheck", (inst, def) => {
|
|
1237
1237
|
var _a;
|
|
1238
1238
|
inst._zod ?? (inst._zod = {});
|
|
@@ -1648,7 +1648,7 @@ const $ZodCheckOverwrite = /*@__PURE__*/ $constructor("$ZodCheckOverwrite", (ins
|
|
|
1648
1648
|
};
|
|
1649
1649
|
});
|
|
1650
1650
|
//#endregion
|
|
1651
|
-
//#region ../../node_modules/.pnpm/zod@4.6.
|
|
1651
|
+
//#region ../../node_modules/.pnpm/zod@4.6.2/node_modules/zod/v4/core/doc.js
|
|
1652
1652
|
var Doc = class {
|
|
1653
1653
|
constructor(args = [], closed = {}) {
|
|
1654
1654
|
this.content = [];
|
|
@@ -1682,14 +1682,14 @@ var Doc = class {
|
|
|
1682
1682
|
}
|
|
1683
1683
|
};
|
|
1684
1684
|
//#endregion
|
|
1685
|
-
//#region ../../node_modules/.pnpm/zod@4.6.
|
|
1685
|
+
//#region ../../node_modules/.pnpm/zod@4.6.2/node_modules/zod/v4/core/versions.js
|
|
1686
1686
|
const version = {
|
|
1687
1687
|
major: 4,
|
|
1688
1688
|
minor: 6,
|
|
1689
|
-
patch:
|
|
1689
|
+
patch: 2
|
|
1690
1690
|
};
|
|
1691
1691
|
//#endregion
|
|
1692
|
-
//#region ../../node_modules/.pnpm/zod@4.6.
|
|
1692
|
+
//#region ../../node_modules/.pnpm/zod@4.6.2/node_modules/zod/v4/core/schemas.js
|
|
1693
1693
|
const $ZodType = /*@__PURE__*/ $constructor("$ZodType", (inst, def) => {
|
|
1694
1694
|
var _a;
|
|
1695
1695
|
inst ?? (inst = {});
|
|
@@ -2420,7 +2420,7 @@ function handlePropertyResult(result, final, key, input, optin, optout) {
|
|
|
2420
2420
|
return;
|
|
2421
2421
|
}
|
|
2422
2422
|
if (result.value === void 0) {
|
|
2423
|
-
if (isPresent) final.value[key] = void 0;
|
|
2423
|
+
if (isPresent || optin === "defaulted" && !isOptionalOut) final.value[key] = void 0;
|
|
2424
2424
|
} else final.value[key] = result.value;
|
|
2425
2425
|
}
|
|
2426
2426
|
const NO_SYMBOL_KEYS = [];
|
|
@@ -2629,19 +2629,18 @@ const $ZodObjectJIT = /*@__PURE__*/ $constructor("$ZodObjectJIT", (inst, def) =>
|
|
|
2629
2629
|
}
|
|
2630
2630
|
|
|
2631
2631
|
`);
|
|
2632
|
-
else
|
|
2632
|
+
else {
|
|
2633
|
+
doc.write(`
|
|
2633
2634
|
if (${id}.issues.length) {${prefixStr(id, k)}
|
|
2634
2635
|
}
|
|
2635
|
-
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
}
|
|
2640
|
-
} else {
|
|
2636
|
+
`);
|
|
2637
|
+
if (optin === "defaulted") doc.write(`newResult[${k}] = ${id}.value;`);
|
|
2638
|
+
else doc.write(`
|
|
2639
|
+
if (${id}.value !== undefined || ${isPresent}) {
|
|
2641
2640
|
newResult[${k}] = ${id}.value;
|
|
2642
2641
|
}
|
|
2643
|
-
|
|
2644
2642
|
`);
|
|
2643
|
+
}
|
|
2645
2644
|
}
|
|
2646
2645
|
doc.write(`payload.value = newResult;`);
|
|
2647
2646
|
doc.write(`return payload;`);
|
|
@@ -3875,7 +3874,7 @@ const $ZodProperties = /*@__PURE__*/ $constructor("$ZodProperties", (inst, def)
|
|
|
3875
3874
|
yield this;
|
|
3876
3875
|
} });
|
|
3877
3876
|
//#endregion
|
|
3878
|
-
//#region ../../node_modules/.pnpm/zod@4.6.
|
|
3877
|
+
//#region ../../node_modules/.pnpm/zod@4.6.2/node_modules/zod/v4/core/memoizer.js
|
|
3879
3878
|
var $ZodCyclicError = class extends Error {
|
|
3880
3879
|
constructor() {
|
|
3881
3880
|
super(`Cannot parse a reference cycle that closes through a transform`);
|
|
@@ -4131,7 +4130,7 @@ function isBackEdge(ctx, value) {
|
|
|
4131
4130
|
return backEdges !== void 0 && isRef(value) && backEdges.has(value);
|
|
4132
4131
|
}
|
|
4133
4132
|
//#endregion
|
|
4134
|
-
//#region ../../node_modules/.pnpm/zod@4.6.
|
|
4133
|
+
//#region ../../node_modules/.pnpm/zod@4.6.2/node_modules/zod/v4/locales/en.js
|
|
4135
4134
|
const error = () => {
|
|
4136
4135
|
const Sizable = {
|
|
4137
4136
|
string: {
|
|
@@ -4238,7 +4237,7 @@ function en_default() {
|
|
|
4238
4237
|
return { localeError: error() };
|
|
4239
4238
|
}
|
|
4240
4239
|
//#endregion
|
|
4241
|
-
//#region ../../node_modules/.pnpm/zod@4.6.
|
|
4240
|
+
//#region ../../node_modules/.pnpm/zod@4.6.2/node_modules/zod/v4/core/registries.js
|
|
4242
4241
|
var _a$1;
|
|
4243
4242
|
var $ZodRegistry = class {
|
|
4244
4243
|
constructor() {
|
|
@@ -4285,7 +4284,7 @@ function registry() {
|
|
|
4285
4284
|
(_a$1 = globalThis).__zod_globalRegistry ?? (_a$1.__zod_globalRegistry = registry());
|
|
4286
4285
|
const globalRegistry = globalThis.__zod_globalRegistry;
|
|
4287
4286
|
//#endregion
|
|
4288
|
-
//#region ../../node_modules/.pnpm/zod@4.6.
|
|
4287
|
+
//#region ../../node_modules/.pnpm/zod@4.6.2/node_modules/zod/v4/core/api.js
|
|
4289
4288
|
// @__NO_SIDE_EFFECTS__
|
|
4290
4289
|
function _string(Class, params) {
|
|
4291
4290
|
return new Class({
|
|
@@ -5121,7 +5120,7 @@ function _stringFormat(Class, format, fnOrRegex, _params = {}) {
|
|
|
5121
5120
|
return new Class(def);
|
|
5122
5121
|
}
|
|
5123
5122
|
//#endregion
|
|
5124
|
-
//#region ../../node_modules/.pnpm/zod@4.6.
|
|
5123
|
+
//#region ../../node_modules/.pnpm/zod@4.6.2/node_modules/zod/v4/core/to-json-schema.js
|
|
5125
5124
|
function assignProps(target, ...sources) {
|
|
5126
5125
|
for (const source of sources) for (const key of Reflect.ownKeys(source)) if (Object.prototype.propertyIsEnumerable.call(source, key)) assignProp(target, key, source[key]);
|
|
5127
5126
|
return target;
|
|
@@ -5565,7 +5564,7 @@ const createStandardJSONSchemaMethod = (schema, io, processors = {}) => (params)
|
|
|
5565
5564
|
return finalize(ctx, schema);
|
|
5566
5565
|
};
|
|
5567
5566
|
//#endregion
|
|
5568
|
-
//#region ../../node_modules/.pnpm/zod@4.6.
|
|
5567
|
+
//#region ../../node_modules/.pnpm/zod@4.6.2/node_modules/zod/v4/core/json-schema-processors.js
|
|
5569
5568
|
const narrowMin = (agg, key, value) => {
|
|
5570
5569
|
if (agg[key] === void 0 || value > agg[key]) agg[key] = value;
|
|
5571
5570
|
};
|
|
@@ -6135,7 +6134,7 @@ const lazyProcessor = (schema, ctx, _json, params) => {
|
|
|
6135
6134
|
seen.ref = innerType;
|
|
6136
6135
|
};
|
|
6137
6136
|
//#endregion
|
|
6138
|
-
//#region ../../node_modules/.pnpm/zod@4.6.
|
|
6137
|
+
//#region ../../node_modules/.pnpm/zod@4.6.2/node_modules/zod/v4/classic/checks.js
|
|
6139
6138
|
var checks_exports = /* @__PURE__ */ __exportAll({
|
|
6140
6139
|
endsWith: () => _endsWith,
|
|
6141
6140
|
gt: () => _gt,
|
|
@@ -6168,7 +6167,7 @@ var checks_exports = /* @__PURE__ */ __exportAll({
|
|
|
6168
6167
|
uppercase: () => _uppercase
|
|
6169
6168
|
});
|
|
6170
6169
|
//#endregion
|
|
6171
|
-
//#region ../../node_modules/.pnpm/zod@4.6.
|
|
6170
|
+
//#region ../../node_modules/.pnpm/zod@4.6.2/node_modules/zod/v4/classic/errors.js
|
|
6172
6171
|
const _installedErrorProtos = /* @__PURE__ */ new WeakSet([Object.prototype, Error.prototype]);
|
|
6173
6172
|
function _lazyMethod(proto, key, make) {
|
|
6174
6173
|
Object.defineProperty(proto, key, {
|
|
@@ -6218,7 +6217,7 @@ const initializer = (inst, issues) => {
|
|
|
6218
6217
|
};
|
|
6219
6218
|
const ZodRealError = /*@__PURE__*/ $constructor("ZodError", initializer, void 0, { Parent: Error });
|
|
6220
6219
|
//#endregion
|
|
6221
|
-
//#region ../../node_modules/.pnpm/zod@4.6.
|
|
6220
|
+
//#region ../../node_modules/.pnpm/zod@4.6.2/node_modules/zod/v4/classic/parse.js
|
|
6222
6221
|
const parse = /* @__PURE__ */ _parse(ZodRealError);
|
|
6223
6222
|
const parseAsync = /* @__PURE__ */ _parseAsync(ZodRealError);
|
|
6224
6223
|
const safeParse = /* @__PURE__ */ _safeParse(ZodRealError);
|
|
@@ -6232,7 +6231,7 @@ const safeDecode = /* @__PURE__ */ _safeDecode(ZodRealError);
|
|
|
6232
6231
|
const safeEncodeAsync = /* @__PURE__ */ _safeEncodeAsync(ZodRealError);
|
|
6233
6232
|
const safeDecodeAsync = /* @__PURE__ */ _safeDecodeAsync(ZodRealError);
|
|
6234
6233
|
//#endregion
|
|
6235
|
-
//#region ../../node_modules/.pnpm/zod@4.6.
|
|
6234
|
+
//#region ../../node_modules/.pnpm/zod@4.6.2/node_modules/zod/v4/classic/schemas.js
|
|
6236
6235
|
var schemas_exports = /* @__PURE__ */ __exportAll({
|
|
6237
6236
|
ZodAny: () => ZodAny,
|
|
6238
6237
|
ZodArray: () => ZodArray,
|
|
@@ -7856,7 +7855,7 @@ function preprocess(fn, schema) {
|
|
|
7856
7855
|
});
|
|
7857
7856
|
}
|
|
7858
7857
|
//#endregion
|
|
7859
|
-
//#region ../../node_modules/.pnpm/zod@4.6.
|
|
7858
|
+
//#region ../../node_modules/.pnpm/zod@4.6.2/node_modules/zod/v4/classic/compat.js
|
|
7860
7859
|
/** @deprecated Do not use. Stub definition, only included for zod-to-json-schema compatibility. */
|
|
7861
7860
|
var ZodFirstPartyTypeKind;
|
|
7862
7861
|
ZodFirstPartyTypeKind || (ZodFirstPartyTypeKind = {});
|
|
@@ -7865,7 +7864,7 @@ ZodFirstPartyTypeKind || (ZodFirstPartyTypeKind = {});
|
|
|
7865
7864
|
...checks_exports
|
|
7866
7865
|
});
|
|
7867
7866
|
//#endregion
|
|
7868
|
-
//#region ../../node_modules/.pnpm/@ariestools+provider-model@1.3.0_zod@4.6.
|
|
7867
|
+
//#region ../../node_modules/.pnpm/@ariestools+provider-model@1.3.0_zod@4.6.2/node_modules/@ariestools/provider-model/dist/neutral/index.mjs
|
|
7869
7868
|
var ConnectionConfigZod = looseObject({ type: string$1().min(1) });
|
|
7870
7869
|
var ConnectionsConfigZod = record$1(string$1(), ConnectionConfigZod).default({});
|
|
7871
7870
|
strictObject({ dependencies: array$1(string$1().min(1)).default([]) });
|
|
@@ -7879,7 +7878,7 @@ var ProviderConfigFieldsZod = object({
|
|
|
7879
7878
|
providerBindings: record$1(string$1(), ProviderBindingConfigZod).default({})
|
|
7880
7879
|
});
|
|
7881
7880
|
//#endregion
|
|
7882
|
-
//#region ../../node_modules/.pnpm/zod@4.6.
|
|
7881
|
+
//#region ../../node_modules/.pnpm/zod@4.6.2/node_modules/zod/v4/mini/schemas.js
|
|
7883
7882
|
const ZodMiniType = /*@__PURE__*/ $constructor("ZodMiniType", (inst, def) => {
|
|
7884
7883
|
if (!inst._zod) throw new Error("Uninitialized schema in ZodMiniType.");
|
|
7885
7884
|
$ZodType.init(inst, def);
|
|
@@ -9560,7 +9559,7 @@ function spanDurationInMillis$1(span2) {
|
|
|
9560
9559
|
}
|
|
9561
9560
|
});
|
|
9562
9561
|
//#endregion
|
|
9563
|
-
//#region ../../node_modules/.pnpm/@ariestools+sdk@8.3.0_@opentelemetry+api@1.9.1_zod@4.6.
|
|
9562
|
+
//#region ../../node_modules/.pnpm/@ariestools+sdk@8.3.0_@opentelemetry+api@1.9.1_zod@4.6.2/node_modules/@ariestools/sdk/dist/node/index.mjs
|
|
9564
9563
|
var __defProp$1 = Object.defineProperty;
|
|
9565
9564
|
var __getOwnPropDesc$1 = Object.getOwnPropertyDescriptor;
|
|
9566
9565
|
var __decorateClass$1 = (decorators, target, key, kind) => {
|
|
@@ -11242,7 +11241,7 @@ function spanDurationInMillis(span2) {
|
|
|
11242
11241
|
}
|
|
11243
11242
|
});
|
|
11244
11243
|
//#endregion
|
|
11245
|
-
//#region ../../node_modules/.pnpm/@ariestools+actor@1.3.0_@ariestools+sdk@8.3.0_@opentelemetry+api@1.9.1_zod@4.6.
|
|
11244
|
+
//#region ../../node_modules/.pnpm/@ariestools+actor@1.3.0_@ariestools+sdk@8.3.0_@opentelemetry+api@1.9.1_zod@4.6.2__@opentelemetry+api@1.9.1_zod@4.6.2/node_modules/@ariestools/actor/dist/neutral/index.mjs
|
|
11246
11245
|
var __defProp = Object.defineProperty;
|
|
11247
11246
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
11248
11247
|
var __decorateClass = (decorators, target, key, kind) => {
|
|
@@ -11495,7 +11494,7 @@ ${err.stack}` : "";
|
|
|
11495
11494
|
return String(err);
|
|
11496
11495
|
}
|
|
11497
11496
|
//#endregion
|
|
11498
|
-
//#region ../../node_modules/.pnpm/@ariestools+actor-system@1.3.0_@ariestools+sdk@8.3.0_@opentelemetry+api@1.9.1_zod@4.6.
|
|
11497
|
+
//#region ../../node_modules/.pnpm/@ariestools+actor-system@1.3.0_@ariestools+sdk@8.3.0_@opentelemetry+api@1.9.1_zod@4.6.2_6fc20aaf3429d662cc94765bda4c28c6/node_modules/@ariestools/actor-system/dist/neutral/index.mjs
|
|
11499
11498
|
var ActorSystemSelectionZod = strictObject({
|
|
11500
11499
|
config: unknown().optional(),
|
|
11501
11500
|
host: string$1().min(1).optional(),
|
|
@@ -11516,7 +11515,7 @@ var ActorSystemSelectionZod = strictObject({
|
|
|
11516
11515
|
});
|
|
11517
11516
|
ProviderConfigFieldsZod.extend({ actors: array$1(ActorSystemSelectionZod).default([]) });
|
|
11518
11517
|
//#endregion
|
|
11519
|
-
//#region ../../node_modules/.pnpm/@ariestools+cli-kit@1.2.3_@ariestools+actor-model@1.3.0_@ariestools+sdk@8.3.0_@
|
|
11518
|
+
//#region ../../node_modules/.pnpm/@ariestools+cli-kit@1.2.3_@ariestools+actor-model@1.3.0_@ariestools+sdk@8.3.0_@opentele_b27e97704f6c21835803309fe3951ddb/node_modules/@ariestools/cli-kit/dist/node/index.mjs
|
|
11520
11519
|
var CliConfigError = class extends Error {
|
|
11521
11520
|
constructor(message, options) {
|
|
11522
11521
|
super(message, options);
|
|
@@ -11598,7 +11597,7 @@ async function runProcessApplication({ application, host, mapFailureToExitCode }
|
|
|
11598
11597
|
}
|
|
11599
11598
|
}
|
|
11600
11599
|
//#endregion
|
|
11601
|
-
//#region ../../node_modules/.pnpm/@ariestools+cli-kit-node@1.2.3_@ariestools+actor-model@1.3.0_@ariestools+sdk@8.3.0_@
|
|
11600
|
+
//#region ../../node_modules/.pnpm/@ariestools+cli-kit-node@1.2.3_@ariestools+actor-model@1.3.0_@ariestools+sdk@8.3.0_@ope_d237c79c83ad8f127ba774e4cf8e1673/node_modules/@ariestools/cli-kit-node/dist/node/index.mjs
|
|
11602
11601
|
function resolveEnvironmentValue(key, layers) {
|
|
11603
11602
|
for (const layer of layers) {
|
|
11604
11603
|
if (!Object.hasOwn(layer, key)) continue;
|
|
@@ -16962,7 +16961,7 @@ function isYargsInstance(y) {
|
|
|
16962
16961
|
//#region ../../node_modules/.pnpm/yargs@18.1.0/node_modules/yargs/index.mjs
|
|
16963
16962
|
const Yargs = YargsFactory(esm_default);
|
|
16964
16963
|
//#endregion
|
|
16965
|
-
//#region ../../node_modules/.pnpm/@ariestools+cli-kit-yargs@1.2.3_@ariestools+actor-model@1.3.0_@ariestools+sdk@8.3.0_@
|
|
16964
|
+
//#region ../../node_modules/.pnpm/@ariestools+cli-kit-yargs@1.2.3_@ariestools+actor-model@1.3.0_@ariestools+sdk@8.3.0_@op_690bd7144c12413051efdbc52e946db4/node_modules/@ariestools/cli-kit-yargs/dist/node/index.mjs
|
|
16966
16965
|
function firstToken(entry) {
|
|
16967
16966
|
const token = entry.trim().split(/\s+/, 1)[0];
|
|
16968
16967
|
return token !== void 0 && token.length > 0 ? token : void 0;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ariestools/aries-witness-cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.23",
|
|
4
4
|
"description": "Standalone witness CLI for Aries Tools",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xylabs",
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@ariestools/actor-model": "~1.3.0",
|
|
41
41
|
"@ariestools/actor-system": "~1.3.0",
|
|
42
|
-
"@ariestools/aries-cli-core": "~0.1.
|
|
43
|
-
"@ariestools/aries-streaming-catalog-core": "~0.1.
|
|
44
|
-
"@ariestools/aries-witness-core": "~0.1.
|
|
42
|
+
"@ariestools/aries-cli-core": "~0.1.22",
|
|
43
|
+
"@ariestools/aries-streaming-catalog-core": "~0.1.22",
|
|
44
|
+
"@ariestools/aries-witness-core": "~0.1.22",
|
|
45
45
|
"@ariestools/cli-kit": "~1.2.3",
|
|
46
46
|
"@ariestools/cli-kit-node": "~1.2.3",
|
|
47
47
|
"@ariestools/toolchain": "~10.0.6",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"typescript": "~6.0.3",
|
|
56
56
|
"vite": "~8.3.0",
|
|
57
57
|
"vitest": "~5.0.0",
|
|
58
|
-
"zod": "~4.6.
|
|
58
|
+
"zod": "~4.6.2"
|
|
59
59
|
},
|
|
60
60
|
"engines": {
|
|
61
61
|
"node": ">=22.19.0"
|