wrangler 0.0.1 → 0.0.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wrangler",
3
- "version": "0.0.1",
3
+ "version": "0.0.5",
4
4
  "author": "wrangler@cloudflare.com",
5
5
  "description": "Command-line interface for all things Cloudflare Workers",
6
6
  "bin": {
@@ -123545,7 +123545,7 @@ async function prompt(text, type2 = "text") {
123545
123545
  }
123546
123546
 
123547
123547
  // package.json
123548
- var version = "0.0.1";
123548
+ var version = "0.0.5";
123549
123549
 
123550
123550
  // src/pages.tsx
123551
123551
  init_import_meta_url();