datasette-ts 0.0.10 → 0.0.11

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/cli.js CHANGED
@@ -24118,6 +24118,7 @@ async function runCloudflareDeploy(args) {
24118
24118
  }
24119
24119
  logStep("Deploying worker");
24120
24120
  const worker = await Worker(`worker-${options.workerName}`, {
24121
+ name: options.workerName,
24121
24122
  entrypoint: finalWorkerEntrypoint,
24122
24123
  compatibilityFlags: ["nodejs_compat"],
24123
24124
  bundle: {