@dragonmastery/tamer 0.33.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
  /**
@@ -8677,7 +8677,7 @@ async function main() {
8677
8677
  break;
8678
8678
  case "deploy": {
8679
8679
  const d = parseDeployArgs(rest);
8680
- await import("./deploy-BP65Wvm1.mjs").then((m) => m.runDeploy({
8680
+ await import("./deploy-dNygCucr.mjs").then((m) => m.runDeploy({
8681
8681
  worker: d.worker,
8682
8682
  env: d.env,
8683
8683
  configPath: d.configPath,
@@ -8686,10 +8686,10 @@ async function main() {
8686
8686
  break;
8687
8687
  }
8688
8688
  case "migrate":
8689
- await import("./migrate-ODEnh6Tv.mjs").then((m) => m.runMigrate(parseMigrateArgs(rest)));
8689
+ await import("./migrate-DWyUVN1I.mjs").then((m) => m.runMigrate(parseMigrateArgs(rest)));
8690
8690
  break;
8691
8691
  case "types":
8692
- await import("./types-DuK39eYA.mjs").then((m) => m.runTypes(parseTypesArgs(rest)));
8692
+ await import("./types-CADr4Kck.mjs").then((m) => m.runTypes(parseTypesArgs(rest)));
8693
8693
  break;
8694
8694
  case "status":
8695
8695
  await import("./status-PlMHsDzT.mjs").then((m) => m.runStatus(parseStatusArgs(rest)));
@@ -8698,11 +8698,11 @@ async function main() {
8698
8698
  await import("./events-B7Lencm8.mjs").then((m) => m.runEvents(parseEventsArgs(rest)));
8699
8699
  break;
8700
8700
  case "drift":
8701
- exitStatus = await import("./drift-RM0vq3uF.mjs").then((m) => m.runDrift(parseDriftArgs(rest)));
8701
+ exitStatus = await import("./drift-DENAf1Oe.mjs").then((m) => m.runDrift(parseDriftArgs(rest)));
8702
8702
  break;
8703
8703
  case "plan": {
8704
8704
  const p = parsePlanArgs(rest);
8705
- exitStatus = await import("./plan-BuG21Atq.mjs").then((m) => m.runPlan({
8705
+ exitStatus = await import("./plan-Blxn-yKr.mjs").then((m) => m.runPlan({
8706
8706
  env: p.env,
8707
8707
  configPath: p.configPath,
8708
8708
  json: p.json,
@@ -8751,7 +8751,7 @@ async function main() {
8751
8751
  }
8752
8752
  case "destroy": {
8753
8753
  const d = parseDestroyArgs(rest);
8754
- await import("./destroy-DPSuQg9v.mjs").then((m) => m.runDestroy({
8754
+ await import("./destroy-C0cKkpWe.mjs").then((m) => m.runDestroy({
8755
8755
  env: d.env,
8756
8756
  force: d.force,
8757
8757
  skipWorkers: d.skipWorkers,