@standardagents/builder 0.10.1-dev.b8746e9 → 0.10.1-dev.cea2b66

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/plugin.js CHANGED
@@ -2063,11 +2063,10 @@ function agentbuilder(options = {}) {
2063
2063
  // WASM image processing deps - must be excluded to avoid pre-bundle cache issues
2064
2064
  "@cf-wasm/photon",
2065
2065
  "@cf-wasm/photon/workerd",
2066
+ "@standardagents/sip",
2067
+ // sip's jsquash dependencies (WASM-based decoders)
2066
2068
  "@jsquash/avif",
2067
- "@jsquash/jpeg",
2068
- "@jsquash/png",
2069
- "@jsquash/webp",
2070
- "@standardagents/sip"
2069
+ "@jsquash/webp"
2071
2070
  ];
2072
2071
  const depsToInclude = [
2073
2072
  "zod",
@@ -2102,11 +2101,10 @@ function agentbuilder(options = {}) {
2102
2101
  // WASM image processing deps
2103
2102
  "@cf-wasm/photon",
2104
2103
  "@cf-wasm/photon/workerd",
2104
+ "@standardagents/sip",
2105
+ // sip's jsquash dependencies (WASM-based decoders)
2105
2106
  "@jsquash/avif",
2106
- "@jsquash/jpeg",
2107
- "@jsquash/png",
2108
- "@jsquash/webp",
2109
- "@standardagents/sip"
2107
+ "@jsquash/webp"
2110
2108
  ];
2111
2109
  const depsToInclude = [
2112
2110
  "zod",