@restatedev/restate 0.7.1 → 0.8.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 +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -18,7 +18,7 @@ Easily build workflows, event-driven applications, and distributed services in a
|
|
|
18
18
|
[Restate](https://restate.dev) is great at building:
|
|
19
19
|
|
|
20
20
|
* [Lambda Workflows as Code](https://restate.dev/blog/we-replaced-400-lines-of-stepfunctions-asl-with-40-lines-of-typescript-by-making-lambdas-suspendable/)
|
|
21
|
-
* [Transactional RPC Handlers](https://github.com/restatedev/examples/tree/main/typescript/ecommerce-store)
|
|
21
|
+
* [Transactional RPC Handlers](https://github.com/restatedev/examples/tree/main/end-to-end-applications/typescript/ecommerce-store)
|
|
22
22
|
* [Event Processing with Kafka](https://restate.dev/blog/restate--kafka-event-driven-apps-where-event-driven-is-an-implementation-detail/)
|
|
23
23
|
* [Much more](https://github.com/restatedev/examples)
|
|
24
24
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@restatedev/restate",
|
|
3
3
|
"description": "The Restate CLI",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.8.1",
|
|
5
5
|
"bin": "lib/index.js",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"typescript": "^4.9.4"
|
|
30
30
|
},
|
|
31
31
|
"optionalDependencies": {
|
|
32
|
-
"@restatedev/restate-linux-x64": "0.
|
|
33
|
-
"@restatedev/restate-linux-arm64": "0.
|
|
34
|
-
"@restatedev/restate-darwin-x64": "0.
|
|
35
|
-
"@restatedev/restate-darwin-arm64": "0.
|
|
32
|
+
"@restatedev/restate-linux-x64": "0.8.1",
|
|
33
|
+
"@restatedev/restate-linux-arm64": "0.8.1",
|
|
34
|
+
"@restatedev/restate-darwin-x64": "0.8.1",
|
|
35
|
+
"@restatedev/restate-darwin-arm64": "0.8.1"
|
|
36
36
|
}
|
|
37
37
|
}
|