@restatedev/restate-darwin-arm64 1.1.6 → 1.2.0-rc.1

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/README.md CHANGED
@@ -55,7 +55,7 @@ npx @restatedev/restate-server
55
55
 
56
56
  Run via docker:
57
57
  ```bash
58
- docker run --rm -it --network=host docker.io/restatedev/restate:latest
58
+ docker run --rm -it --network=host docker.restate.dev/restatedev/restate:latest
59
59
  ```
60
60
 
61
61
  ### Install the CLI
@@ -122,4 +122,3 @@ For SDK compatibility, refer to the supported version matrix in the respective R
122
122
  ### Building Restate locally
123
123
 
124
124
  In order to build Restate locally [follow the build instructions](https://github.com/restatedev/restate/blob/main/docs/dev/local-development.md#building-restate).
125
-
package/bin/restate CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@restatedev/restate-darwin-arm64",
3
- "version": "1.1.6",
3
+ "version": "1.2.0-rc.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/restatedev/restate.git"