@restatedev/restate-sdk-zod 0.0.0-SNAPSHOT-20250404132433 → 0.0.0-SNAPSHOT-20250409144501
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 +2 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -57,6 +57,7 @@ The compatibility with Restate is described in the following table:
|
|
|
57
57
|
|-------------------------------|------------------|-----|-----|
|
|
58
58
|
| 1.0 | ✅ | ❌ | ❌ |
|
|
59
59
|
| 1.1 | ✅ <sup>(1)</sup> | ✅ | ❌ |
|
|
60
|
-
| 1.2 | ✅ | ✅ |
|
|
60
|
+
| 1.2 | ✅ | ✅ | ❌ |
|
|
61
|
+
| 1.3 | ✅ | ✅ | ✅ |
|
|
61
62
|
|
|
62
63
|
<sup>(1)</sup> **Only** when upgrading from 1.0 to 1.1 you MUST rediscover all the existing deployments using `restate dp register <address> --force`. You don't need to update the SDK, nor change the code.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@restatedev/restate-sdk-zod",
|
|
3
|
-
"version": "0.0.0-SNAPSHOT-
|
|
3
|
+
"version": "0.0.0-SNAPSHOT-20250409144501",
|
|
4
4
|
"description": "Restate Typescript SDK Zod",
|
|
5
5
|
"author": "Restate Developers",
|
|
6
6
|
"license": "MIT",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"dist"
|
|
35
35
|
],
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@restatedev/restate-sdk-core": "^1.
|
|
37
|
+
"@restatedev/restate-sdk-core": "^1.5.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"zod": "^3.24.1",
|