@restatedev/restatectl 1.7.10-rc.1 → 1.7.11

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 +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -81,7 +81,7 @@ Run via npx:
81
81
  npx @restatedev/restate
82
82
  ```
83
83
 
84
- You can also download the binaries from the [release page](https://github.com/restatedev/restate/releases) or our [download page](https://restate.dev/get-restate/).
84
+ You can also download the binaries from the [release page](https://github.com/restatedev/restate/releases) or our [download page](https://docs.restate.dev/installation#download-binaries).
85
85
 
86
86
  ## Community
87
87
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@restatedev/restatectl",
3
3
  "description": "Restate administration tools",
4
- "version": "1.7.10-rc.1",
4
+ "version": "1.7.11",
5
5
  "bin": "lib/index.js",
6
6
  "repository": {
7
7
  "type": "git",
@@ -35,9 +35,9 @@
35
35
  "typescript": "^5.9.2"
36
36
  },
37
37
  "optionalDependencies": {
38
- "@restatedev/restatectl-linux-x64": "1.7.10-rc.1",
39
- "@restatedev/restatectl-linux-arm64": "1.7.10-rc.1",
40
- "@restatedev/restatectl-darwin-x64": "1.7.10-rc.1",
41
- "@restatedev/restatectl-darwin-arm64": "1.7.10-rc.1"
38
+ "@restatedev/restatectl-linux-x64": "1.7.11",
39
+ "@restatedev/restatectl-linux-arm64": "1.7.11",
40
+ "@restatedev/restatectl-darwin-x64": "1.7.11",
41
+ "@restatedev/restatectl-darwin-arm64": "1.7.11"
42
42
  }
43
43
  }