@restatedev/restate 1.4.2 → 1.4.4-rc.2

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 +5 -4
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -8,9 +8,9 @@
8
8
 
9
9
  <p align="center">
10
10
  <picture>
11
- <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/restatedev/img/refs/heads/main/restate-overview-light.png">
12
- <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/restatedev/img/refs/heads/main/restate-overview-dark.png">
13
- <img alt="Restate overview" src="https://raw.githubusercontent.com/restatedev/img/refs/heads/main/restate-overview-dark.png" width="650">
11
+ <source media="(prefers-color-scheme: dark)" srcset="https://restate.dev/blog/announcing-restate-1.0-restate-cloud-and-our-seed-funding-round/title_figure_hudf3f5cd4c2c091de8198c7c4b273b831_2636815_6620x0_resize_q75_h2_box_3.webp">
12
+ <source media="(prefers-color-scheme: light)" srcset="https://restate.dev/blog/announcing-restate-1.0-restate-cloud-and-our-seed-funding-round/title_figure_hudf3f5cd4c2c091de8198c7c4b273b831_2636815_6620x0_resize_q75_h2_box_3.webp">
13
+ <img alt="Restate overview" src="https://restate.dev/blog/announcing-restate-1.0-restate-cloud-and-our-seed-funding-round/title_figure_hudf3f5cd4c2c091de8198c7c4b273b831_2636815_6620x0_resize_q75_h2_box_3.webp" width="100%">
14
14
  </picture>
15
15
  </p>
16
16
 
@@ -18,8 +18,9 @@
18
18
 
19
19
  Restate provides a distributed durable version of your everyday building blocks, letting you build a wide range of use cases:
20
20
 
21
+ * [Durable AI Agents](https://github.com/restatedev/ai-examples)
21
22
  * [Workflows-as-Code](https://docs.restate.dev/use-cases/workflows)
22
- * [Microservice orchestration](https://docs.restate.dev/use-cases/microservice-orchestration)
23
+ * [Microservice Orchestration](https://docs.restate.dev/use-cases/microservice-orchestration)
23
24
  * [Event Processing](https://docs.restate.dev/use-cases/event-processing)
24
25
  * [Async Tasks](https://docs.restate.dev/use-cases/async-tasks)
25
26
  * [Agents, Stateful Actors, state machines, and much more](https://github.com/restatedev/examples)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@restatedev/restate",
3
3
  "description": "The Restate CLI",
4
- "version": "1.4.2",
4
+ "version": "1.4.4-rc.2",
5
5
  "bin": "lib/index.js",
6
6
  "repository": {
7
7
  "type": "git",
@@ -28,16 +28,16 @@
28
28
  "skipTraversal": true
29
29
  },
30
30
  "devDependencies": {
31
- "@types/node": "^18.11.18",
31
+ "@types/node": "^22.13.14",
32
32
  "@typescript-eslint/eslint-plugin": "^5.48.0",
33
33
  "@typescript-eslint/parser": "^5.48.0",
34
34
  "eslint": "^8.31.0",
35
- "typescript": "^4.9.4"
35
+ "typescript": "^5.9.2"
36
36
  },
37
37
  "optionalDependencies": {
38
- "@restatedev/restate-linux-x64": "1.4.2",
39
- "@restatedev/restate-linux-arm64": "1.4.2",
40
- "@restatedev/restate-darwin-x64": "1.4.2",
41
- "@restatedev/restate-darwin-arm64": "1.4.2"
38
+ "@restatedev/restate-linux-x64": "1.4.4-rc.2",
39
+ "@restatedev/restate-linux-arm64": "1.4.4-rc.2",
40
+ "@restatedev/restate-darwin-x64": "1.4.4-rc.2",
41
+ "@restatedev/restate-darwin-arm64": "1.4.4-rc.2"
42
42
  }
43
43
  }