Skip to content

Commit

Permalink
Bump sdk-typescript to v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkleeman committed Nov 18, 2023
1 parent 0ea3b0b commit 9bdb495
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"app-dev": "ts-node-dev --watch ./src --respawn --transpile-only ./src/app.ts"
},
"dependencies": {
"@restatedev/restate-sdk": "^0.4.0"
"@restatedev/restate-sdk": "^0.4.1"
},
"devDependencies": {
"ts-node-dev": "^1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion template_grpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"app-dev": "ts-node-dev --watch ./src --respawn --transpile-only ./src/app.ts"
},
"dependencies": {
"@restatedev/restate-sdk": "^0.4.0",
"@restatedev/restate-sdk": "^0.4.1",
"protobufjs": "^7.2.2",
"ts-proto": "^1.140.0"
},
Expand Down

0 comments on commit 9bdb495

Please sign in to comment.