@standardagents/builder 0.9.16 → 0.10.0

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
@@ -2056,7 +2056,14 @@ function agentbuilder(options = {}) {
2056
2056
  const depsToExclude = [
2057
2057
  "@standardagents/builder",
2058
2058
  "@standardagents/builder/runtime",
2059
- "@standardagents/builder/built-in-routes"
2059
+ "@standardagents/builder/built-in-routes",
2060
+ "@standardagents/builder/image-processing",
2061
+ // WASM image processing deps - must be excluded to avoid pre-bundle cache issues
2062
+ "@cf-wasm/photon",
2063
+ "@cf-wasm/photon/workerd",
2064
+ "@jsquash/avif",
2065
+ "@jsquash/jpeg",
2066
+ "@jsquash/png"
2060
2067
  ];
2061
2068
  return {
2062
2069
  optimizeDeps: {
@@ -2080,7 +2087,14 @@ function agentbuilder(options = {}) {
2080
2087
  const depsToExclude = [
2081
2088
  "@standardagents/builder",
2082
2089
  "@standardagents/builder/runtime",
2083
- "@standardagents/builder/built-in-routes"
2090
+ "@standardagents/builder/built-in-routes",
2091
+ "@standardagents/builder/image-processing",
2092
+ // WASM image processing deps
2093
+ "@cf-wasm/photon",
2094
+ "@cf-wasm/photon/workerd",
2095
+ "@jsquash/avif",
2096
+ "@jsquash/jpeg",
2097
+ "@jsquash/png"
2084
2098
  ];
2085
2099
  config.optimizeDeps = config.optimizeDeps || {};
2086
2100
  config.optimizeDeps.exclude = [