@dragonmastery/tamer 0.34.0 → 0.34.1

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/tamer.mjs CHANGED
@@ -6147,7 +6147,7 @@ function resolveCrossResourceReferences(merged, ctx) {
6147
6147
  return next;
6148
6148
  }
6149
6149
  function stripTamerFields(config$1) {
6150
- const { path, config: configPath, resources, local, env, scriptName: _scriptName, wranglerOutFile: _out, dispatchNamespace: _dispatchNs, tamerRoutes: _tamerRoutes, tamerStaleRouteSweepZones: _tamerStaleRouteSweepZones, ...rest$1 } = config$1;
6150
+ const { path, config: configPath, resources, local, env, scriptName: _scriptName, wranglerOutFile: _out, dispatchNamespace: _dispatchNs, tamerRoutes: _tamerRoutes, tamerStaleRouteSweepZones: _tamerStaleRouteSweepZones, build: _build, secrets: _secrets, alias: _alias, ...rest$1 } = config$1;
6151
6151
  return rest$1;
6152
6152
  }
6153
6153
  /**