wrangler 0.0.34 → 2.0.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/package.json +1 -1
- package/wrangler-dist/cli.js +1 -1
package/package.json
CHANGED
package/wrangler-dist/cli.js
CHANGED
|
@@ -104810,7 +104810,7 @@ var yargs_default = Yargs;
|
|
|
104810
104810
|
|
|
104811
104811
|
// package.json
|
|
104812
104812
|
var name = "wrangler";
|
|
104813
|
-
var version = "0.0
|
|
104813
|
+
var version = "2.0.0";
|
|
104814
104814
|
var author = "wrangler@cloudflare.com";
|
|
104815
104815
|
var description = "Command-line interface for all things Cloudflare Workers";
|
|
104816
104816
|
var bin = {
|