Skip to content

Commit 8469653

Browse files
Bump TS SDK to 1.7.2
1 parent 6191bb5 commit 8469653

File tree

13 files changed

+21
-21
lines changed

13 files changed

+21
-21
lines changed

typescript/basics/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"example-3": "ts-node-dev --transpile-only src/3_workflows.ts"
1515
},
1616
"dependencies": {
17-
"@restatedev/restate-sdk": "^1.7.1",
18-
"@restatedev/restate-sdk-clients": "^1.7.1"
17+
"@restatedev/restate-sdk": "^1.7.2",
18+
"@restatedev/restate-sdk-clients": "^1.7.2"
1919
},
2020
"devDependencies": {
2121
"@types/node": "^20.12.12",

typescript/end-to-end-applications/ai-image-workflows/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"stable-diffusion-service": "ts-node-dev --watch ./src --respawn --transpile-only src/stable_diffusion.ts"
1313
},
1414
"dependencies": {
15-
"@restatedev/restate-sdk": "^1.7.1",
15+
"@restatedev/restate-sdk": "^1.7.2",
1616
"axios": "^1.6.7",
1717
"axios-retry": "^4.0.0",
1818
"jimp": "^0.22.10",

typescript/end-to-end-applications/chat-bot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"flights-task": "RESTATE_LOGGING=INFO ts-node-dev --watch ./src --transpile-only ./src/tasks/flight_prices.ts"
1212
},
1313
"dependencies": {
14-
"@restatedev/restate-sdk": "^1.7.1",
14+
"@restatedev/restate-sdk": "^1.7.2",
1515
"@slack/bolt": "^3.19.0",
1616
"@slack/web-api": "^7.0.4"
1717
},

typescript/end-to-end-applications/food-ordering/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"app-dev": "RESTATE_DEBUG_LOGGING=JOURNAL ts-node-dev --watch src --respawn --transpile-only src/order-app/app.ts"
1717
},
1818
"dependencies": {
19-
"@restatedev/restate-sdk": "^1.7.1",
19+
"@restatedev/restate-sdk": "^1.7.2",
2020
"@types/node": "^20.6.3",
2121
"@types/uuid": "^9.0.0",
2222
"axios": "^1.4.0",

typescript/end-to-end-applications/food-ordering/webui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"node": "14.17.3"
77
},
88
"dependencies": {
9-
"@restatedev/restate-sdk-clients": "^1.7.1",
9+
"@restatedev/restate-sdk-clients": "^1.7.2",
1010
"axios": "^0.26.0",
1111
"react": "^18.0.0",
1212
"react-dom": "^18.0.0",

typescript/integrations/deployment-lambda-cdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"typescript": "^5.5.4"
2424
},
2525
"dependencies": {
26-
"@restatedev/restate-sdk": "^1.7.1",
26+
"@restatedev/restate-sdk": "^1.7.2",
2727
"aws-cdk-lib": "^2.155.0",
2828
"constructs": "^10.3.0",
2929
"source-map-support": "^0.5.21"

typescript/patterns-use-cases/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"format": "prettier --ignore-path .eslintignore --write \"**/*.+(js|ts|json)\""
1010
},
1111
"dependencies": {
12-
"@restatedev/restate-sdk": "^1.7.1",
13-
"@restatedev/restate-sdk-clients": "^1.7.1",
12+
"@restatedev/restate-sdk": "^1.7.2",
13+
"@restatedev/restate-sdk-clients": "^1.7.2",
1414
"cron-parser": "^5.2.0",
1515
"express": "^5.0.0",
1616
"pg": "^8.10.0",

typescript/templates/bun/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"format": "prettier --write \"src/*.+(js|ts|json)\""
1010
},
1111
"dependencies": {
12-
"@restatedev/restate-sdk": "^1.7.1",
13-
"@restatedev/restate-sdk-zod": "^1.7.1"
12+
"@restatedev/restate-sdk": "^1.7.2",
13+
"@restatedev/restate-sdk-zod": "^1.7.2"
1414
},
1515
"devDependencies": {
1616
"@types/bun": "^1.1.5",

typescript/templates/cloudflare-worker/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"format": "prettier --write \"src/*.+(js|ts|json)\""
1111
},
1212
"dependencies": {
13-
"@restatedev/restate-sdk-cloudflare-workers": "^1.7.1",
14-
"@restatedev/restate-sdk-zod": "^1.7.1"
13+
"@restatedev/restate-sdk-cloudflare-workers": "^1.7.2",
14+
"@restatedev/restate-sdk-zod": "^1.7.2"
1515
},
1616
"devDependencies": {
1717
"@cloudflare/workers-types": "^4.20240605.0",

typescript/templates/nextjs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@restatedev/restate-sdk": "^1.7.1",
13-
"@restatedev/restate-sdk-clients": "^1.7.1",
14-
"@restatedev/restate-sdk-zod": "^1.7.1",
12+
"@restatedev/restate-sdk": "^1.7.2",
13+
"@restatedev/restate-sdk-clients": "^1.7.2",
14+
"@restatedev/restate-sdk-zod": "^1.7.2",
1515
"@tailwindcss/forms": "^0.5.9",
1616
"next": "15.2.4",
1717
"react": "^19.0.0",

0 commit comments

Comments
 (0)