Skip to content

Commit

Permalink
Update sdk-typescript to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkleeman committed Nov 28, 2023
1 parent 1a5b0ca commit 570021f
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 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.4.0",
"@restatedev/restate-sdk": "^0.5.1",
"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.4.0",
"@restatedev/restate-sdk": "^0.5.1",
"axios": "^1.4.0"
},
"devDependencies": {
Expand Down
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.4.0"
"@restatedev/restate-sdk": "^0.5.1"
},
"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.4.0"
"@restatedev/restate-sdk": "^0.5.1"
},
"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.4.0",
"@restatedev/restate-sdk": "^0.5.1",
"uuid": "^9.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 570021f

Please sign in to comment.