wrangler 2.2.3 → 2.3.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wrangler",
3
- "version": "2.2.3",
3
+ "version": "2.3.0",
4
4
  "description": "Command-line interface for all things Cloudflare Workers",
5
5
  "keywords": [
6
6
  "wrangler",
@@ -57,15 +57,15 @@ describe("deployments", () => {
57
57
  "🚧\`wrangler deployments\` is a beta command. Please report any issues to https://github.com/cloudflare/wrangler2/issues/new/choose
58
58
 
59
59
 
60
- Deployment ID: Intrepid-Class
61
- Created on: 2021-02-02T00:00:00.000000Z
62
- Author: Kathryn-Janeway@federation.org
63
- Source: Wrangler
64
-
65
60
  Deployment ID: Galaxy-Class
66
61
  Created on: 2021-01-01T00:00:00.000000Z
67
62
  Author: Jean-Luc-Picard@federation.org
68
63
  Source: Wrangler
64
+
65
+ Deployment ID: Intrepid-Class
66
+ Created on: 2021-02-02T00:00:00.000000Z
67
+ Author: Kathryn-Janeway@federation.org
68
+ Source: Wrangler
69
69
  🟩 Active"
70
70
  `);
71
71
  });
@@ -76,15 +76,15 @@ describe("deployments", () => {
76
76
  "🚧\`wrangler deployments\` is a beta command. Please report any issues to https://github.com/cloudflare/wrangler2/issues/new/choose
77
77
 
78
78
 
79
- Deployment ID: Intrepid-Class
80
- Created on: 2021-02-02T00:00:00.000000Z
81
- Author: Kathryn-Janeway@federation.org
82
- Source: Wrangler
83
-
84
79
  Deployment ID: Galaxy-Class
85
80
  Created on: 2021-01-01T00:00:00.000000Z
86
81
  Author: Jean-Luc-Picard@federation.org
87
82
  Source: Wrangler
83
+
84
+ Deployment ID: Intrepid-Class
85
+ Created on: 2021-02-02T00:00:00.000000Z
86
+ Author: Kathryn-Janeway@federation.org
87
+ Source: Wrangler
88
88
  🟩 Active"
89
89
  `);
90
90
  });
@@ -4,7 +4,7 @@ import type { DeploymentListRes } from "../../../../deployments";
4
4
 
5
5
  export const mswSuccessDeployments = [
6
6
  rest.get(
7
- "*/accounts/:accountId/workers/versions/by-script/:scriptTag",
7
+ "*/accounts/:accountId/workers/deployments/by-script/:scriptTag",
8
8
  (_, response, context) =>
9
9
  response.once(
10
10
  context.status(200),