Skip to content

Commit

Permalink
[GithubActions] Update Restate SDK-Typescript 0.6.0 SDK-Java 0.6.0 (#54)
Browse files Browse the repository at this point in the history
Co-authored-by: slinkydeveloper <[email protected]>
  • Loading branch information
github-actions[bot] and slinkydeveloper authored Dec 13, 2023
1 parent fed6d39 commit 682a52f
Show file tree
Hide file tree
Showing 6 changed files with 71 additions and 22 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.5.1",
"@restatedev/restate-sdk": "^0.6.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.5.1",
"@restatedev/restate-sdk": "^0.6.0",
"axios": "^1.4.0"
},
"devDependencies": {
Expand Down
83 changes: 66 additions & 17 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/patterns/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "tsc --noEmitOnError"
},
"dependencies": {
"@restatedev/restate-sdk": "^0.5.1"
"@restatedev/restate-sdk": "^0.6.0"
},
"devDependencies": {
"typescript": "^5.0.2"
Expand Down
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.5.1"
"@restatedev/restate-sdk": "^0.6.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.5.1",
"@restatedev/restate-sdk": "^0.6.0",
"uuid": "^9.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 682a52f

Please sign in to comment.