@prefecthq/fastmcp-ts 0.0.4 → 0.0.5

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/server.js CHANGED
@@ -478,7 +478,7 @@ async function toJsonSchema(schema, context) {
478
478
  }
479
479
  }
480
480
  try {
481
- const { z } = await import("./zod-JRPBLP6C.js");
481
+ const { z } = await import("./zod-P5QUYVPB.js");
482
482
  return z.toJSONSchema(
483
483
  schema
484
484
  );