wrangler 3.114.4 → 3.114.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 +7 -7
- package/wrangler-dist/cli.d.ts +1 -1
- package/wrangler-dist/cli.js +1 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "wrangler",
|
3
|
-
"version": "3.114.
|
3
|
+
"version": "3.114.5",
|
4
4
|
"description": "Command-line interface for all things Cloudflare Workers",
|
5
5
|
"keywords": [
|
6
6
|
"wrangler",
|
@@ -57,14 +57,14 @@
|
|
57
57
|
"esbuild": "0.17.19",
|
58
58
|
"path-to-regexp": "6.3.0",
|
59
59
|
"unenv": "2.0.0-rc.14",
|
60
|
-
"workerd": "1.
|
61
|
-
"
|
62
|
-
"
|
60
|
+
"workerd": "1.20250408.0",
|
61
|
+
"miniflare": "3.20250408.0",
|
62
|
+
"@cloudflare/kv-asset-handler": "0.3.4"
|
63
63
|
},
|
64
64
|
"devDependencies": {
|
65
65
|
"@aws-sdk/client-s3": "^3.721.0",
|
66
66
|
"@cloudflare/types": "6.18.4",
|
67
|
-
"@cloudflare/workers-types": "^4.
|
67
|
+
"@cloudflare/workers-types": "^4.20250408.0",
|
68
68
|
"@cspotcode/source-map-support": "0.8.1",
|
69
69
|
"@iarna/toml": "^3.0.0",
|
70
70
|
"@microsoft/api-extractor": "^7.47.0",
|
@@ -139,12 +139,12 @@
|
|
139
139
|
"yargs": "^17.7.2",
|
140
140
|
"@cloudflare/cli": "1.1.1",
|
141
141
|
"@cloudflare/eslint-config-worker": "1.1.0",
|
142
|
-
"@cloudflare/pages-shared": "0.13.15",
|
143
142
|
"@cloudflare/workers-shared": "0.15.0",
|
143
|
+
"@cloudflare/pages-shared": "0.13.16",
|
144
144
|
"@cloudflare/workers-tsconfig": "0.0.0"
|
145
145
|
},
|
146
146
|
"peerDependencies": {
|
147
|
-
"@cloudflare/workers-types": "^4.
|
147
|
+
"@cloudflare/workers-types": "^4.20250408.0"
|
148
148
|
},
|
149
149
|
"peerDependenciesMeta": {
|
150
150
|
"@cloudflare/workers-types": {
|
package/wrangler-dist/cli.d.ts
CHANGED
@@ -1176,6 +1176,7 @@ declare function deploy({ directory, accountId, projectName, branch, skipCaching
|
|
1176
1176
|
build_image_major_version: number;
|
1177
1177
|
kv_namespaces?: any;
|
1178
1178
|
source?: {
|
1179
|
+
type: "github" | "gitlab";
|
1179
1180
|
config: {
|
1180
1181
|
owner: string;
|
1181
1182
|
repo_name: string;
|
@@ -1187,7 +1188,6 @@ declare function deploy({ directory, accountId, projectName, branch, skipCaching
|
|
1187
1188
|
preview_branch_includes?: string[] | undefined;
|
1188
1189
|
preview_branch_excludes?: string[] | undefined;
|
1189
1190
|
};
|
1190
|
-
type: "github" | "gitlab";
|
1191
1191
|
} | undefined;
|
1192
1192
|
env_vars?: any;
|
1193
1193
|
durable_object_namespaces?: any;
|
package/wrangler-dist/cli.js
CHANGED
@@ -81450,7 +81450,7 @@ var import_undici3 = __toESM(require_undici());
|
|
81450
81450
|
|
81451
81451
|
// package.json
|
81452
81452
|
var name = "wrangler";
|
81453
|
-
var version = "3.114.
|
81453
|
+
var version = "3.114.5";
|
81454
81454
|
|
81455
81455
|
// src/environment-variables/misc-variables.ts
|
81456
81456
|
init_import_meta_url();
|