@elizaos/plugin-s3-storage 2.0.0-alpha.2 → 2.0.0-alpha.3
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/cjs/index.node.cjs +4 -4
- package/dist/cjs/index.node.js.map +5 -5
- package/dist/node/index.node.js +4 -4
- package/dist/node/index.node.js.map +5 -5
- package/package.json +13 -3
- package/LICENSE +0 -21
- package/dist/tsconfig.tsbuildinfo +0 -1
package/dist/cjs/index.node.cjs
CHANGED
|
@@ -2298,7 +2298,7 @@ class Doc {
|
|
|
2298
2298
|
var version = {
|
|
2299
2299
|
major: 4,
|
|
2300
2300
|
minor: 3,
|
|
2301
|
-
patch:
|
|
2301
|
+
patch: 6
|
|
2302
2302
|
};
|
|
2303
2303
|
|
|
2304
2304
|
// ../../../node_modules/zod/v4/core/schemas.js
|
|
@@ -3584,7 +3584,7 @@ var $ZodRecord = /* @__PURE__ */ $constructor("$ZodRecord", (inst, def) => {
|
|
|
3584
3584
|
if (keyResult instanceof Promise) {
|
|
3585
3585
|
throw new Error("Async schemas not supported in object keys currently");
|
|
3586
3586
|
}
|
|
3587
|
-
const checkNumericKey = typeof key === "string" && number.test(key) && keyResult.issues.length
|
|
3587
|
+
const checkNumericKey = typeof key === "string" && number.test(key) && keyResult.issues.length;
|
|
3588
3588
|
if (checkNumericKey) {
|
|
3589
3589
|
const retryResult = def.keyType._zod.run({ value: Number(key), issues: [] }, ctx);
|
|
3590
3590
|
if (retryResult instanceof Promise) {
|
|
@@ -10955,7 +10955,7 @@ function finalize(ctx, schema) {
|
|
|
10955
10955
|
}
|
|
10956
10956
|
}
|
|
10957
10957
|
}
|
|
10958
|
-
if (refSchema.$ref) {
|
|
10958
|
+
if (refSchema.$ref && refSeen.def) {
|
|
10959
10959
|
for (const key in schema2) {
|
|
10960
10960
|
if (key === "$ref" || key === "allOf")
|
|
10961
10961
|
continue;
|
|
@@ -13859,4 +13859,4 @@ var storageS3Plugin = {
|
|
|
13859
13859
|
};
|
|
13860
13860
|
var typescript_default = storageS3Plugin;
|
|
13861
13861
|
|
|
13862
|
-
//# debugId=
|
|
13862
|
+
//# debugId=495F1B76887D7A5E64756E2164756E21
|