@fastly/cli 10.18.0 → 10.19.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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -34,6 +34,12 @@ Please also check the [CHANGELOG](https://github.com/fastly/cli/blob/main/CHANGE
34
34
 
35
35
  Please see our [SECURITY.md](SECURITY.md) for guidance on reporting security-related issues.
36
36
 
37
+ ## Binaries with unreleased changes
38
+
39
+ Binaries containing merged changes that are planned for the next release are available [here](https://github.com/fastly/cli/actions/workflows/merge_to_main.yml).
40
+ Use at your own risk.
41
+ Updating will revert the binary to the latest released version.
42
+
37
43
  ## License
38
44
 
39
45
  [Apache 2.0](LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fastly/cli",
3
- "version": "10.18.0",
3
+ "version": "10.19.0",
4
4
  "description": "Build, deploy and configure Fastly services from your terminal",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -20,14 +20,14 @@
20
20
  "fastly": "fastly.js"
21
21
  },
22
22
  "optionalDependencies": {
23
- "@fastly/cli-darwin-arm64": "=10.18.0",
24
- "@fastly/cli-darwin-x64": "=10.18.0",
25
- "@fastly/cli-linux-arm64": "=10.18.0",
26
- "@fastly/cli-linux-x64": "=10.18.0",
27
- "@fastly/cli-linux-x32": "=10.18.0",
28
- "@fastly/cli-win32-arm64": "=10.18.0",
29
- "@fastly/cli-win32-x64": "=10.18.0",
30
- "@fastly/cli-win32-x32": "=10.18.0"
23
+ "@fastly/cli-darwin-arm64": "=10.19.0",
24
+ "@fastly/cli-darwin-x64": "=10.19.0",
25
+ "@fastly/cli-linux-arm64": "=10.19.0",
26
+ "@fastly/cli-linux-x64": "=10.19.0",
27
+ "@fastly/cli-linux-x32": "=10.19.0",
28
+ "@fastly/cli-win32-arm64": "=10.19.0",
29
+ "@fastly/cli-win32-x64": "=10.19.0",
30
+ "@fastly/cli-win32-x32": "=10.19.0"
31
31
  },
32
32
  "files": [
33
33
  "index.js",