wrangler 4.82.1 → 4.82.2
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": "4.82.
|
|
3
|
+
"version": "4.82.2",
|
|
4
4
|
"description": "Command-line interface for all things Cloudflare Workers",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"assembly",
|
|
@@ -146,12 +146,12 @@
|
|
|
146
146
|
"yargs": "^17.7.2",
|
|
147
147
|
"@cloudflare/cli": "1.4.0",
|
|
148
148
|
"@cloudflare/codemod": "1.1.0",
|
|
149
|
-
"@cloudflare/pages-shared": "^0.13.124",
|
|
150
149
|
"@cloudflare/containers-shared": "0.13.1",
|
|
150
|
+
"@cloudflare/workers-shared": "0.19.1",
|
|
151
151
|
"@cloudflare/workers-tsconfig": "0.0.0",
|
|
152
|
+
"@cloudflare/workflows-shared": "0.9.0",
|
|
152
153
|
"@cloudflare/workers-utils": "0.16.0",
|
|
153
|
-
"@cloudflare/
|
|
154
|
-
"@cloudflare/workflows-shared": "0.9.0"
|
|
154
|
+
"@cloudflare/pages-shared": "^0.13.124"
|
|
155
155
|
},
|
|
156
156
|
"peerDependencies": {
|
|
157
157
|
"@cloudflare/workers-types": "^4.20260410.1"
|
package/wrangler-dist/cli.js
CHANGED
|
@@ -54545,7 +54545,7 @@ var name, version;
|
|
|
54545
54545
|
var init_package = __esm({
|
|
54546
54546
|
"package.json"() {
|
|
54547
54547
|
name = "wrangler";
|
|
54548
|
-
version = "4.82.
|
|
54548
|
+
version = "4.82.2";
|
|
54549
54549
|
}
|
|
54550
54550
|
});
|
|
54551
54551
|
function getWranglerVersion() {
|
|
@@ -132473,8 +132473,8 @@ var init_user2 = __esm({
|
|
|
132473
132473
|
"pipelines:write": "See and change Cloudflare Pipelines configurations and data",
|
|
132474
132474
|
"secrets_store:write": "See and change secrets + stores within the Secrets Store",
|
|
132475
132475
|
"artifacts:write": "See and change Cloudflare Artifacts data such as registries and artifacts",
|
|
132476
|
-
|
|
132477
|
-
|
|
132476
|
+
"flagship:read": "See Flagship feature flags and apps",
|
|
132477
|
+
"flagship:write": "See and change Flagship feature flags and apps",
|
|
132478
132478
|
"containers:write": "Manage Workers Containers",
|
|
132479
132479
|
"cloudchamber:write": "Manage Cloudchamber",
|
|
132480
132480
|
"connectivity:admin": "See, change, and bind to Connectivity Directory services, including creating services targeting Cloudflare Tunnel.",
|