wrangler 3.108.0 → 3.108.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/package.json +4 -4
- package/wrangler-dist/cli.js +4 -1
- package/wrangler-dist/cli.js.map +0 -7
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "wrangler",
|
3
|
-
"version": "3.108.
|
3
|
+
"version": "3.108.1",
|
4
4
|
"description": "Command-line interface for all things Cloudflare Workers",
|
5
5
|
"keywords": [
|
6
6
|
"wrangler",
|
@@ -85,7 +85,7 @@
|
|
85
85
|
"@types/supports-color": "^8.1.1",
|
86
86
|
"@types/ws": "^8.5.7",
|
87
87
|
"@types/yargs": "^17.0.22",
|
88
|
-
"@vitest/ui": "~2.1.
|
88
|
+
"@vitest/ui": "~2.1.9",
|
89
89
|
"@webcontainer/env": "^1.1.0",
|
90
90
|
"chalk": "^5.2.0",
|
91
91
|
"chokidar": "^4.0.1",
|
@@ -131,7 +131,7 @@
|
|
131
131
|
"typescript": "^5.7.2",
|
132
132
|
"undici": "^5.28.4",
|
133
133
|
"update-check": "^1.5.4",
|
134
|
-
"vitest": "~2.1.
|
134
|
+
"vitest": "~2.1.9",
|
135
135
|
"vitest-websocket-mock": "^0.4.0",
|
136
136
|
"ws": "^8.18.0",
|
137
137
|
"xdg-app-paths": "^8.3.0",
|
@@ -139,8 +139,8 @@
|
|
139
139
|
"yargs": "^17.7.2",
|
140
140
|
"@cloudflare/cli": "1.1.1",
|
141
141
|
"@cloudflare/eslint-config-worker": "1.1.0",
|
142
|
+
"@cloudflare/workers-shared": "0.14.0",
|
142
143
|
"@cloudflare/pages-shared": "^0.13.6",
|
143
|
-
"@cloudflare/workers-shared": "0.13.2",
|
144
144
|
"@cloudflare/workers-tsconfig": "0.0.0"
|
145
145
|
},
|
146
146
|
"peerDependencies": {
|
package/wrangler-dist/cli.js
CHANGED
@@ -98662,7 +98662,7 @@ var import_undici3 = __toESM(require_undici());
|
|
98662
98662
|
|
98663
98663
|
// package.json
|
98664
98664
|
var name = "wrangler";
|
98665
|
-
var version = "3.108.
|
98665
|
+
var version = "3.108.1";
|
98666
98666
|
|
98667
98667
|
// src/environment-variables/misc-variables.ts
|
98668
98668
|
init_import_meta_url();
|
@@ -149847,6 +149847,9 @@ var secretListCommand = createCommand({
|
|
149847
149847
|
hidden: true
|
149848
149848
|
}
|
149849
149849
|
},
|
149850
|
+
behaviour: {
|
149851
|
+
printBanner: (args) => args.format === "pretty"
|
149852
|
+
},
|
149850
149853
|
async handler(args, { config }) {
|
149851
149854
|
if (config.pages_build_output_dir) {
|
149852
149855
|
throw new UserError(
|