Skip to content

Commit

Permalink
Update to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkydeveloper committed Oct 24, 2023
1 parent 221bbff commit e379a07
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 17 deletions.
2 changes: 1 addition & 1 deletion typescript/ecommerce-store/services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dist"
],
"dependencies": {
"@restatedev/restate-sdk": "^0.3.1",
"@restatedev/restate-sdk": "^0.4.0",
"long": "^5.2.1",
"pg": "^8.10.0",
"pg-hstore": "^2.3.4",
Expand Down
2 changes: 1 addition & 1 deletion typescript/food-ordering/services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"postbundle": "cd ../dist && zip -r index.zip index.js*"
},
"dependencies": {
"@restatedev/restate-sdk": "^0.3.1",
"@restatedev/restate-sdk": "^0.4.0",
"axios": "^1.4.0"
},
"devDependencies": {
Expand Down
5 changes: 1 addition & 4 deletions typescript/food-ordering/services/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,4 @@ import * as restate from "@restatedev/restate-sdk";

import { orderApi, orderService } from "./order_service";

restate
.createServer()
.bindKeyedRouter(orderApi.path, orderService)
.listen();
restate.createServer().bindKeyedRouter(orderApi.path, orderService).listen();
2 changes: 1 addition & 1 deletion typescript/lambda-greeter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dev": "ts-node-dev --respawn --transpile-only ./src/app.ts"
},
"dependencies": {
"@restatedev/restate-sdk": "^0.3.1"
"@restatedev/restate-sdk": "^0.4.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.3.0",
Expand Down
16 changes: 8 additions & 8 deletions typescript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion typescript/payment-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"app-dev": "ts-node-dev --watch ./src --respawn --transpile-only ./src/payment_service.ts"
},
"dependencies": {
"@restatedev/restate-sdk": "^0.3.1"
"@restatedev/restate-sdk": "^0.4.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.4.0",
Expand Down
2 changes: 1 addition & 1 deletion typescript/ticket-reservation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dev": "ts-node-dev --respawn --transpile-only ./src/app.ts"
},
"dependencies": {
"@restatedev/restate-sdk": "^0.3.1",
"@restatedev/restate-sdk": "^0.4.0",
"uuid": "^9.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit e379a07

Please sign in to comment.