Skip to content

Commit 9519add

Browse files
authored
Remove restate-sdk-zod from the examples (#513)
This commit removes the dependency on sdk-zod that was added to the examples, since this artifact wasn't yet published.
1 parent bdce768 commit 9519add

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/restate-sdk-examples/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@
3737
},
3838
"dependencies": {
3939
"@restatedev/restate-sdk": "^1.4.0",
40-
"@restatedev/restate-sdk-clients": "^1.4.0",
41-
"@restatedev/restate-sdk-zod": "^1.4.0"
40+
"@restatedev/restate-sdk-clients": "^1.4.0"
4241
},
4342
"devDependencies": {
4443
"tsx": "^4.15.7",

0 commit comments

Comments
 (0)