@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.
@@ -2298,7 +2298,7 @@ class Doc {
2298
2298
  var version = {
2299
2299
  major: 4,
2300
2300
  minor: 3,
2301
- patch: 5
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 && keyResult.issues.some((iss) => iss.code === "invalid_type" && iss.expected === "number");
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=7D8E88DB7A7A8BF864756E2164756E21
13862
+ //# debugId=495F1B76887D7A5E64756E2164756E21