From a2924bd1307d00d68c5927de6f3089dc7a8ad501 Mon Sep 17 00:00:00 2001 From: slinkydeveloper Date: Thu, 12 Mar 2026 18:09:45 +0100 Subject: [PATCH] Bump ts sdk to 1.11.0 --- typescript/basics/package.json | 4 +- .../ai-image-workflows/package.json | 2 +- .../chat-bot/package.json | 2 +- .../food-ordering/app/package.json | 2 +- .../food-ordering/webui/package.json | 2 +- .../deployment-lambda-cdk/package.json | 2 +- typescript/patterns-use-cases/package.json | 4 +- typescript/templates/bun/.claude/CLAUDE.md | 8 ++- .../templates/bun/.cursor/rules/AGENTS.md | 8 ++- typescript/templates/bun/package.json | 2 +- .../cloudflare-worker/.claude/CLAUDE.md | 8 ++- .../cloudflare-worker/.cursor/rules/AGENTS.md | 8 ++- .../cloudflare-worker/package-lock.json | 56 +++++++++---------- .../templates/cloudflare-worker/package.json | 2 +- typescript/templates/lambda/.claude/CLAUDE.md | 8 ++- .../templates/lambda/.cursor/rules/AGENTS.md | 8 ++- typescript/templates/lambda/package-lock.json | 16 +++--- typescript/templates/lambda/package.json | 2 +- typescript/templates/nextjs/.claude/CLAUDE.md | 8 ++- .../templates/nextjs/.cursor/rules/AGENTS.md | 8 ++- typescript/templates/nextjs/package.json | 4 +- typescript/templates/node/.claude/CLAUDE.md | 8 ++- .../templates/node/.cursor/rules/AGENTS.md | 8 ++- typescript/templates/node/package.json | 2 +- .../templates/typescript-testing/package.json | 4 +- typescript/templates/vercel/.claude/CLAUDE.md | 8 ++- .../templates/vercel/.cursor/rules/AGENTS.md | 8 ++- typescript/templates/vercel/package-lock.json | 16 +++--- typescript/templates/vercel/package.json | 2 +- .../package.json | 2 +- .../tour-of-workflows-typescript/package.json | 4 +- 31 files changed, 125 insertions(+), 101 deletions(-) diff --git a/typescript/basics/package.json b/typescript/basics/package.json index 02481a70..76f3a785 100644 --- a/typescript/basics/package.json +++ b/typescript/basics/package.json @@ -14,8 +14,8 @@ "example-3": "ts-node-dev --transpile-only src/3_workflows.ts" }, "dependencies": { - "@restatedev/restate-sdk": "^1.10.2", - "@restatedev/restate-sdk-clients": "^1.10.2" + "@restatedev/restate-sdk": "^1.11.0", + "@restatedev/restate-sdk-clients": "^1.11.0" }, "devDependencies": { "@types/node": "^20.12.12", diff --git a/typescript/end-to-end-applications/ai-image-workflows/package.json b/typescript/end-to-end-applications/ai-image-workflows/package.json index d4fc5303..c585c1e6 100644 --- a/typescript/end-to-end-applications/ai-image-workflows/package.json +++ b/typescript/end-to-end-applications/ai-image-workflows/package.json @@ -12,7 +12,7 @@ "stable-diffusion-service": "ts-node-dev --watch ./src --respawn --transpile-only src/stable_diffusion.ts" }, "dependencies": { - "@restatedev/restate-sdk": "^1.10.2", + "@restatedev/restate-sdk": "^1.11.0", "axios": "^1.6.7", "axios-retry": "^4.0.0", "jimp": "^0.22.10", diff --git a/typescript/end-to-end-applications/chat-bot/package.json b/typescript/end-to-end-applications/chat-bot/package.json index 5f7f890f..a174f6b1 100644 --- a/typescript/end-to-end-applications/chat-bot/package.json +++ b/typescript/end-to-end-applications/chat-bot/package.json @@ -11,7 +11,7 @@ "flights-task": "RESTATE_LOGGING=INFO ts-node-dev --watch ./src --transpile-only ./src/tasks/flight_prices.ts" }, "dependencies": { - "@restatedev/restate-sdk": "^1.10.2", + "@restatedev/restate-sdk": "^1.11.0", "@slack/bolt": "^3.19.0", "@slack/web-api": "^7.0.4" }, diff --git a/typescript/end-to-end-applications/food-ordering/app/package.json b/typescript/end-to-end-applications/food-ordering/app/package.json index c1279a06..e29f21f5 100644 --- a/typescript/end-to-end-applications/food-ordering/app/package.json +++ b/typescript/end-to-end-applications/food-ordering/app/package.json @@ -16,7 +16,7 @@ "dev": "RESTATE_DEBUG_LOGGING=JOURNAL ts-node-dev --watch src --respawn --transpile-only src/order-app/app.ts" }, "dependencies": { - "@restatedev/restate-sdk": "^1.10.2", + "@restatedev/restate-sdk": "^1.11.0", "@types/node": "^20.6.3", "@types/uuid": "^9.0.0", "axios": "^1.4.0", diff --git a/typescript/end-to-end-applications/food-ordering/webui/package.json b/typescript/end-to-end-applications/food-ordering/webui/package.json index 544994db..89c27e0b 100644 --- a/typescript/end-to-end-applications/food-ordering/webui/package.json +++ b/typescript/end-to-end-applications/food-ordering/webui/package.json @@ -6,7 +6,7 @@ "node": "14.17.3" }, "dependencies": { - "@restatedev/restate-sdk-clients": "^1.10.2", + "@restatedev/restate-sdk-clients": "^1.11.0", "axios": "^0.26.0", "react": "^18.0.0", "react-dom": "^18.0.0", diff --git a/typescript/integrations/deployment-lambda-cdk/package.json b/typescript/integrations/deployment-lambda-cdk/package.json index dd5dfed1..9347d657 100644 --- a/typescript/integrations/deployment-lambda-cdk/package.json +++ b/typescript/integrations/deployment-lambda-cdk/package.json @@ -23,7 +23,7 @@ "typescript": "^5.5.4" }, "dependencies": { - "@restatedev/restate-sdk": "^1.10.2", + "@restatedev/restate-sdk": "^1.11.0", "aws-cdk-lib": "^2.155.0", "constructs": "^10.3.0", "source-map-support": "^0.5.21" diff --git a/typescript/patterns-use-cases/package.json b/typescript/patterns-use-cases/package.json index d7518ba3..8a9509fb 100644 --- a/typescript/patterns-use-cases/package.json +++ b/typescript/patterns-use-cases/package.json @@ -9,8 +9,8 @@ "format": "prettier --ignore-path .eslintignore --write \"**/*.+(js|ts|json)\"" }, "dependencies": { - "@restatedev/restate-sdk": "^1.10.2", - "@restatedev/restate-sdk-clients": "^1.10.2", + "@restatedev/restate-sdk": "^1.11.0", + "@restatedev/restate-sdk-clients": "^1.11.0", "cron-parser": "^5.2.0", "express": "^5.2.1", "pg": "^8.10.0", diff --git a/typescript/templates/bun/.claude/CLAUDE.md b/typescript/templates/bun/.claude/CLAUDE.md index 0e99eb49..5e53fa39 100644 --- a/typescript/templates/bun/.claude/CLAUDE.md +++ b/typescript/templates/bun/.claude/CLAUDE.md @@ -1,3 +1,7 @@ +> ## Documentation Index +> Fetch the complete documentation index at: https://docs.restate.dev/llms.txt +> Use this file to discover all available pages before exploring further. + # Restate TypeScript SDK Rules ## Core Concepts @@ -419,6 +423,4 @@ await restateClient ``` ---- - -> To find navigation and other pages in this documentation, fetch the llms.txt file at: https://docs.restate.dev/llms.txt \ No newline at end of file +Built with [Mintlify](https://mintlify.com). \ No newline at end of file diff --git a/typescript/templates/bun/.cursor/rules/AGENTS.md b/typescript/templates/bun/.cursor/rules/AGENTS.md index 0e99eb49..5e53fa39 100644 --- a/typescript/templates/bun/.cursor/rules/AGENTS.md +++ b/typescript/templates/bun/.cursor/rules/AGENTS.md @@ -1,3 +1,7 @@ +> ## Documentation Index +> Fetch the complete documentation index at: https://docs.restate.dev/llms.txt +> Use this file to discover all available pages before exploring further. + # Restate TypeScript SDK Rules ## Core Concepts @@ -419,6 +423,4 @@ await restateClient ``` ---- - -> To find navigation and other pages in this documentation, fetch the llms.txt file at: https://docs.restate.dev/llms.txt \ No newline at end of file +Built with [Mintlify](https://mintlify.com). \ No newline at end of file diff --git a/typescript/templates/bun/package.json b/typescript/templates/bun/package.json index a8dcba39..627c2cba 100644 --- a/typescript/templates/bun/package.json +++ b/typescript/templates/bun/package.json @@ -9,7 +9,7 @@ "format": "prettier --write \"src/*.+(js|ts|json)\"" }, "dependencies": { - "@restatedev/restate-sdk": "^1.10.2", + "@restatedev/restate-sdk": "^1.11.0", "zod": "^4.3" }, "devDependencies": { diff --git a/typescript/templates/cloudflare-worker/.claude/CLAUDE.md b/typescript/templates/cloudflare-worker/.claude/CLAUDE.md index 0e99eb49..5e53fa39 100644 --- a/typescript/templates/cloudflare-worker/.claude/CLAUDE.md +++ b/typescript/templates/cloudflare-worker/.claude/CLAUDE.md @@ -1,3 +1,7 @@ +> ## Documentation Index +> Fetch the complete documentation index at: https://docs.restate.dev/llms.txt +> Use this file to discover all available pages before exploring further. + # Restate TypeScript SDK Rules ## Core Concepts @@ -419,6 +423,4 @@ await restateClient ``` ---- - -> To find navigation and other pages in this documentation, fetch the llms.txt file at: https://docs.restate.dev/llms.txt \ No newline at end of file +Built with [Mintlify](https://mintlify.com). \ No newline at end of file diff --git a/typescript/templates/cloudflare-worker/.cursor/rules/AGENTS.md b/typescript/templates/cloudflare-worker/.cursor/rules/AGENTS.md index 0e99eb49..5e53fa39 100644 --- a/typescript/templates/cloudflare-worker/.cursor/rules/AGENTS.md +++ b/typescript/templates/cloudflare-worker/.cursor/rules/AGENTS.md @@ -1,3 +1,7 @@ +> ## Documentation Index +> Fetch the complete documentation index at: https://docs.restate.dev/llms.txt +> Use this file to discover all available pages before exploring further. + # Restate TypeScript SDK Rules ## Core Concepts @@ -419,6 +423,4 @@ await restateClient ``` ---- - -> To find navigation and other pages in this documentation, fetch the llms.txt file at: https://docs.restate.dev/llms.txt \ No newline at end of file +Built with [Mintlify](https://mintlify.com). \ No newline at end of file diff --git a/typescript/templates/cloudflare-worker/package-lock.json b/typescript/templates/cloudflare-worker/package-lock.json index 69b6ddbe..94a796bf 100644 --- a/typescript/templates/cloudflare-worker/package-lock.json +++ b/typescript/templates/cloudflare-worker/package-lock.json @@ -8,12 +8,12 @@ "name": "restate-cloudflare-worker-template", "version": "0.0.1", "dependencies": { - "@restatedev/restate-sdk-cloudflare-workers": "^1.10.2", + "@restatedev/restate-sdk-cloudflare-workers": "^1.11.0", "zod": "^4.1.0" }, "devDependencies": { "@cloudflare/workers-types": "^4.20240605.0", - "@restatedev/restate": "^1.5.0", + "@restatedev/restate": "^1.6.0", "prettier": "^3.3.2", "typescript": "^5.4.5", "wrangler": "^4.38.0" @@ -1027,9 +1027,9 @@ "license": "MIT" }, "node_modules/@restatedev/restate": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@restatedev/restate/-/restate-1.5.0.tgz", - "integrity": "sha512-dEhdY7KRiTSt4cx+qQC7P/zz7OSc0cY5dRjwmDzQJOJhRta2iFdOXcUahkR05VDbgDlmqJk6lys6ux/PwIlrzg==", + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/@restatedev/restate/-/restate-1.6.2.tgz", + "integrity": "sha512-GeQJXcsRe/ccAQ3tiHe7K9PS8hPc9ZkZ1VtGGoelITwJ58Ch5iO4W50h7Drc403Ln4WD/tOUp8F1WbuubfnT+A==", "dev": true, "license": "BSL", "dependencies": { @@ -1039,16 +1039,16 @@ "restate": "lib/index.js" }, "optionalDependencies": { - "@restatedev/restate-darwin-arm64": "1.5.0", - "@restatedev/restate-darwin-x64": "1.5.0", - "@restatedev/restate-linux-arm64": "1.5.0", - "@restatedev/restate-linux-x64": "1.5.0" + "@restatedev/restate-darwin-arm64": "1.6.2", + "@restatedev/restate-darwin-x64": "1.6.2", + "@restatedev/restate-linux-arm64": "1.6.2", + "@restatedev/restate-linux-x64": "1.6.2" } }, "node_modules/@restatedev/restate-darwin-arm64": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@restatedev/restate-darwin-arm64/-/restate-darwin-arm64-1.5.0.tgz", - "integrity": "sha512-db5/oBqF1CVCoQdjGd2BJLwS9X5fs2PBcZFvuax1WgDIzkFxq16v4Evs+vk+Hy3JzVcsmhi6GnwaOq9U2zhOlw==", + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/@restatedev/restate-darwin-arm64/-/restate-darwin-arm64-1.6.2.tgz", + "integrity": "sha512-ZuooxksLBkS5n+DYPaBYgUm2NNBQAjgndfsaHwiVGv2g5jl1S3lr181KXfC7VUVDKm6J+4xQSh4xlImc8paEfQ==", "cpu": [ "arm64" ], @@ -1060,9 +1060,9 @@ ] }, "node_modules/@restatedev/restate-darwin-x64": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@restatedev/restate-darwin-x64/-/restate-darwin-x64-1.5.0.tgz", - "integrity": "sha512-7Dp2N6Dr0Y3H2OGZSKZg9Gzl0byLZs1CbIfjnx5WSb98RDAxyF9yRsDxKsQ4SH4o1bxoO1mSf3gIO6+dGJO9xg==", + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/@restatedev/restate-darwin-x64/-/restate-darwin-x64-1.6.2.tgz", + "integrity": "sha512-x+F9gxMiQu2nr4dR5wZDfUxREvSoxVI+F+NWybGWTZmOKqmjaBN8Wfc9rrqwrH2wWAemUsSlgD/yIn0CFVQ4Qw==", "cpu": [ "x64" ], @@ -1074,9 +1074,9 @@ ] }, "node_modules/@restatedev/restate-linux-arm64": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@restatedev/restate-linux-arm64/-/restate-linux-arm64-1.5.0.tgz", - "integrity": "sha512-Iz6N5oOUw+/pO8Oah9kPGrelnpCAkqXSYApX2tSeFaIq1Gn6v7SP1oO4aRk5rwHnkYxwELzjvQ0AmLoSUzrA6Q==", + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/@restatedev/restate-linux-arm64/-/restate-linux-arm64-1.6.2.tgz", + "integrity": "sha512-HzumU8Tf+DKy7OTSmmlUEZ/27Sm21RM5jYqVVcByOTxfIS/iMp0e8cTlgte4esUjIfisCC0U10+ejHhiGAGidA==", "cpu": [ "arm64" ], @@ -1088,9 +1088,9 @@ ] }, "node_modules/@restatedev/restate-linux-x64": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@restatedev/restate-linux-x64/-/restate-linux-x64-1.5.0.tgz", - "integrity": "sha512-7319h4d/sScnPZVShCk8A3OnUiQSiFIi5ED38zOz/szA78GEofR25S3d3E0XpfnSney1Qi2GNNsxFL+C2QYY/A==", + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/@restatedev/restate-linux-x64/-/restate-linux-x64-1.6.2.tgz", + "integrity": "sha512-wlbwxbplRtSPrMydAyD8akjhAQlHBfopIlO4PDADaG/rd16E0yDSyC35FaLuo9WfKHwj3U6Oqxto0xUpJij6zg==", "cpu": [ "x64" ], @@ -1102,18 +1102,18 @@ ] }, "node_modules/@restatedev/restate-sdk-cloudflare-workers": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/@restatedev/restate-sdk-cloudflare-workers/-/restate-sdk-cloudflare-workers-1.10.2.tgz", - "integrity": "sha512-kkokxi5ZID/Sd8XefV/SrX9dFheqGAHz96BCGD70vyQhNhKemBTIvkmhdN5Acd9v/8OnApfCmSaYORB8Jqldiw==", + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/@restatedev/restate-sdk-cloudflare-workers/-/restate-sdk-cloudflare-workers-1.11.0.tgz", + "integrity": "sha512-TGgYyhGRqZO3ba1vc4UpsndGImXvd88O2tVn/W7Fc60jaVa2Bg5UBqGniGgKlVBI2rpht2H4Umyls0E9g4gWQw==", "license": "MIT", "dependencies": { - "@restatedev/restate-sdk-core": "1.10.2" + "@restatedev/restate-sdk-core": "1.11.0" } }, "node_modules/@restatedev/restate-sdk-core": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/@restatedev/restate-sdk-core/-/restate-sdk-core-1.10.2.tgz", - "integrity": "sha512-+zvsSk1Ciwt5aEXFNAfXJSRctN1Df2Z6xE9Q1LzUYcthvz6kXjTmyJ2PozKubCWgG+BSaAhXaWH1Pz/4f7hGiQ==", + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/@restatedev/restate-sdk-core/-/restate-sdk-core-1.11.0.tgz", + "integrity": "sha512-gb4b/CmirO41iWa1wDTyppOgemvBmZ9QNktgCUneCCE5QxP2iC9kMzx7mxU7IgRYDGFFI0vx9yOQBb6mZHG61g==", "license": "MIT" }, "node_modules/@scarf/scarf": { diff --git a/typescript/templates/cloudflare-worker/package.json b/typescript/templates/cloudflare-worker/package.json index f4b21fff..8be122a9 100644 --- a/typescript/templates/cloudflare-worker/package.json +++ b/typescript/templates/cloudflare-worker/package.json @@ -10,7 +10,7 @@ "format": "prettier --write \"src/*.+(js|ts|json)\"" }, "dependencies": { - "@restatedev/restate-sdk-cloudflare-workers": "^1.10.2", + "@restatedev/restate-sdk-cloudflare-workers": "^1.11.0", "zod": "^4.1.0" }, "devDependencies": { diff --git a/typescript/templates/lambda/.claude/CLAUDE.md b/typescript/templates/lambda/.claude/CLAUDE.md index 0e99eb49..5e53fa39 100644 --- a/typescript/templates/lambda/.claude/CLAUDE.md +++ b/typescript/templates/lambda/.claude/CLAUDE.md @@ -1,3 +1,7 @@ +> ## Documentation Index +> Fetch the complete documentation index at: https://docs.restate.dev/llms.txt +> Use this file to discover all available pages before exploring further. + # Restate TypeScript SDK Rules ## Core Concepts @@ -419,6 +423,4 @@ await restateClient ``` ---- - -> To find navigation and other pages in this documentation, fetch the llms.txt file at: https://docs.restate.dev/llms.txt \ No newline at end of file +Built with [Mintlify](https://mintlify.com). \ No newline at end of file diff --git a/typescript/templates/lambda/.cursor/rules/AGENTS.md b/typescript/templates/lambda/.cursor/rules/AGENTS.md index 0e99eb49..5e53fa39 100644 --- a/typescript/templates/lambda/.cursor/rules/AGENTS.md +++ b/typescript/templates/lambda/.cursor/rules/AGENTS.md @@ -1,3 +1,7 @@ +> ## Documentation Index +> Fetch the complete documentation index at: https://docs.restate.dev/llms.txt +> Use this file to discover all available pages before exploring further. + # Restate TypeScript SDK Rules ## Core Concepts @@ -419,6 +423,4 @@ await restateClient ``` ---- - -> To find navigation and other pages in this documentation, fetch the llms.txt file at: https://docs.restate.dev/llms.txt \ No newline at end of file +Built with [Mintlify](https://mintlify.com). \ No newline at end of file diff --git a/typescript/templates/lambda/package-lock.json b/typescript/templates/lambda/package-lock.json index 3fe9a1c2..073205fd 100644 --- a/typescript/templates/lambda/package-lock.json +++ b/typescript/templates/lambda/package-lock.json @@ -8,7 +8,7 @@ "name": "restate-ts-template", "version": "0.0.1", "dependencies": { - "@restatedev/restate-sdk": "^1.10.2", + "@restatedev/restate-sdk": "^1.11.0", "zod": "^4.3" }, "devDependencies": { @@ -444,18 +444,18 @@ } }, "node_modules/@restatedev/restate-sdk": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/@restatedev/restate-sdk/-/restate-sdk-1.10.2.tgz", - "integrity": "sha512-LOLjqNxwTjCiOzXmXbPKCV1olM5ikyGv5ue+9VaoZkCHaFzSDMKwdljdhPLN+M4UCsh5KdeTtbJvg5wtLp41dw==", + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/@restatedev/restate-sdk/-/restate-sdk-1.11.0.tgz", + "integrity": "sha512-ReuzxGZqqPMyFZLeVBoq5GjZym/p00EyXauP0gDRCo1sH+VKOdw+vPT2q9MHxRXKR/qj09rnG8fGzRnn4/PzzA==", "license": "MIT", "dependencies": { - "@restatedev/restate-sdk-core": "1.10.2" + "@restatedev/restate-sdk-core": "1.11.0" } }, "node_modules/@restatedev/restate-sdk-core": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/@restatedev/restate-sdk-core/-/restate-sdk-core-1.10.2.tgz", - "integrity": "sha512-+zvsSk1Ciwt5aEXFNAfXJSRctN1Df2Z6xE9Q1LzUYcthvz6kXjTmyJ2PozKubCWgG+BSaAhXaWH1Pz/4f7hGiQ==", + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/@restatedev/restate-sdk-core/-/restate-sdk-core-1.11.0.tgz", + "integrity": "sha512-gb4b/CmirO41iWa1wDTyppOgemvBmZ9QNktgCUneCCE5QxP2iC9kMzx7mxU7IgRYDGFFI0vx9yOQBb6mZHG61g==", "license": "MIT" }, "node_modules/@types/node": { diff --git a/typescript/templates/lambda/package.json b/typescript/templates/lambda/package.json index 894ab607..b025dbe6 100644 --- a/typescript/templates/lambda/package.json +++ b/typescript/templates/lambda/package.json @@ -15,7 +15,7 @@ "app-dev": "npm run dev" }, "dependencies": { - "@restatedev/restate-sdk": "^1.10.2", + "@restatedev/restate-sdk": "^1.11.0", "zod": "^4.3" }, "devDependencies": { diff --git a/typescript/templates/nextjs/.claude/CLAUDE.md b/typescript/templates/nextjs/.claude/CLAUDE.md index 0e99eb49..5e53fa39 100644 --- a/typescript/templates/nextjs/.claude/CLAUDE.md +++ b/typescript/templates/nextjs/.claude/CLAUDE.md @@ -1,3 +1,7 @@ +> ## Documentation Index +> Fetch the complete documentation index at: https://docs.restate.dev/llms.txt +> Use this file to discover all available pages before exploring further. + # Restate TypeScript SDK Rules ## Core Concepts @@ -419,6 +423,4 @@ await restateClient ``` ---- - -> To find navigation and other pages in this documentation, fetch the llms.txt file at: https://docs.restate.dev/llms.txt \ No newline at end of file +Built with [Mintlify](https://mintlify.com). \ No newline at end of file diff --git a/typescript/templates/nextjs/.cursor/rules/AGENTS.md b/typescript/templates/nextjs/.cursor/rules/AGENTS.md index 0e99eb49..5e53fa39 100644 --- a/typescript/templates/nextjs/.cursor/rules/AGENTS.md +++ b/typescript/templates/nextjs/.cursor/rules/AGENTS.md @@ -1,3 +1,7 @@ +> ## Documentation Index +> Fetch the complete documentation index at: https://docs.restate.dev/llms.txt +> Use this file to discover all available pages before exploring further. + # Restate TypeScript SDK Rules ## Core Concepts @@ -419,6 +423,4 @@ await restateClient ``` ---- - -> To find navigation and other pages in this documentation, fetch the llms.txt file at: https://docs.restate.dev/llms.txt \ No newline at end of file +Built with [Mintlify](https://mintlify.com). \ No newline at end of file diff --git a/typescript/templates/nextjs/package.json b/typescript/templates/nextjs/package.json index 1b341605..a8430e52 100644 --- a/typescript/templates/nextjs/package.json +++ b/typescript/templates/nextjs/package.json @@ -8,8 +8,8 @@ "start": "next start" }, "dependencies": { - "@restatedev/restate-sdk": "^1.10.2", - "@restatedev/restate-sdk-clients": "^1.10.2", + "@restatedev/restate-sdk": "^1.11.0", + "@restatedev/restate-sdk-clients": "^1.11.0", "next": "16.1.1", "react": "19.1.0", "react-dom": "19.1.0", diff --git a/typescript/templates/node/.claude/CLAUDE.md b/typescript/templates/node/.claude/CLAUDE.md index 0e99eb49..5e53fa39 100644 --- a/typescript/templates/node/.claude/CLAUDE.md +++ b/typescript/templates/node/.claude/CLAUDE.md @@ -1,3 +1,7 @@ +> ## Documentation Index +> Fetch the complete documentation index at: https://docs.restate.dev/llms.txt +> Use this file to discover all available pages before exploring further. + # Restate TypeScript SDK Rules ## Core Concepts @@ -419,6 +423,4 @@ await restateClient ``` ---- - -> To find navigation and other pages in this documentation, fetch the llms.txt file at: https://docs.restate.dev/llms.txt \ No newline at end of file +Built with [Mintlify](https://mintlify.com). \ No newline at end of file diff --git a/typescript/templates/node/.cursor/rules/AGENTS.md b/typescript/templates/node/.cursor/rules/AGENTS.md index 0e99eb49..5e53fa39 100644 --- a/typescript/templates/node/.cursor/rules/AGENTS.md +++ b/typescript/templates/node/.cursor/rules/AGENTS.md @@ -1,3 +1,7 @@ +> ## Documentation Index +> Fetch the complete documentation index at: https://docs.restate.dev/llms.txt +> Use this file to discover all available pages before exploring further. + # Restate TypeScript SDK Rules ## Core Concepts @@ -419,6 +423,4 @@ await restateClient ``` ---- - -> To find navigation and other pages in this documentation, fetch the llms.txt file at: https://docs.restate.dev/llms.txt \ No newline at end of file +Built with [Mintlify](https://mintlify.com). \ No newline at end of file diff --git a/typescript/templates/node/package.json b/typescript/templates/node/package.json index ef60498b..12210edd 100644 --- a/typescript/templates/node/package.json +++ b/typescript/templates/node/package.json @@ -15,7 +15,7 @@ "app-dev": "npm run dev" }, "dependencies": { - "@restatedev/restate-sdk": "^1.10.2", + "@restatedev/restate-sdk": "^1.11.0", "zod": "^4.3" }, "devDependencies": { diff --git a/typescript/templates/typescript-testing/package.json b/typescript/templates/typescript-testing/package.json index e6b4bf7d..c015fac2 100644 --- a/typescript/templates/typescript-testing/package.json +++ b/typescript/templates/typescript-testing/package.json @@ -16,8 +16,8 @@ "test": "TESTCONTAINERS_RYUK_DISABLED=true DEBUG=testcontainers,testcontainers:exec,testcontainers:containers jest --maxWorkers=1 --detectOpenHandles" }, "dependencies": { - "@restatedev/restate-sdk": "^1.10.2", - "@restatedev/restate-sdk-testcontainers": "^1.10.2", + "@restatedev/restate-sdk": "^1.11.0", + "@restatedev/restate-sdk-testcontainers": "^1.11.0", "testcontainers": "^10.24.1" }, "devDependencies": { diff --git a/typescript/templates/vercel/.claude/CLAUDE.md b/typescript/templates/vercel/.claude/CLAUDE.md index 0e99eb49..5e53fa39 100644 --- a/typescript/templates/vercel/.claude/CLAUDE.md +++ b/typescript/templates/vercel/.claude/CLAUDE.md @@ -1,3 +1,7 @@ +> ## Documentation Index +> Fetch the complete documentation index at: https://docs.restate.dev/llms.txt +> Use this file to discover all available pages before exploring further. + # Restate TypeScript SDK Rules ## Core Concepts @@ -419,6 +423,4 @@ await restateClient ``` ---- - -> To find navigation and other pages in this documentation, fetch the llms.txt file at: https://docs.restate.dev/llms.txt \ No newline at end of file +Built with [Mintlify](https://mintlify.com). \ No newline at end of file diff --git a/typescript/templates/vercel/.cursor/rules/AGENTS.md b/typescript/templates/vercel/.cursor/rules/AGENTS.md index 0e99eb49..5e53fa39 100644 --- a/typescript/templates/vercel/.cursor/rules/AGENTS.md +++ b/typescript/templates/vercel/.cursor/rules/AGENTS.md @@ -1,3 +1,7 @@ +> ## Documentation Index +> Fetch the complete documentation index at: https://docs.restate.dev/llms.txt +> Use this file to discover all available pages before exploring further. + # Restate TypeScript SDK Rules ## Core Concepts @@ -419,6 +423,4 @@ await restateClient ``` ---- - -> To find navigation and other pages in this documentation, fetch the llms.txt file at: https://docs.restate.dev/llms.txt \ No newline at end of file +Built with [Mintlify](https://mintlify.com). \ No newline at end of file diff --git a/typescript/templates/vercel/package-lock.json b/typescript/templates/vercel/package-lock.json index f1c3c706..25081ae0 100644 --- a/typescript/templates/vercel/package-lock.json +++ b/typescript/templates/vercel/package-lock.json @@ -8,7 +8,7 @@ "name": "restate-vercel-template", "version": "0.1.0", "dependencies": { - "@restatedev/restate-sdk": "^1.10.2", + "@restatedev/restate-sdk": "^1.11.0", "next": "16.1.1", "zod": "^4.3" }, @@ -591,18 +591,18 @@ } }, "node_modules/@restatedev/restate-sdk": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/@restatedev/restate-sdk/-/restate-sdk-1.10.2.tgz", - "integrity": "sha512-LOLjqNxwTjCiOzXmXbPKCV1olM5ikyGv5ue+9VaoZkCHaFzSDMKwdljdhPLN+M4UCsh5KdeTtbJvg5wtLp41dw==", + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/@restatedev/restate-sdk/-/restate-sdk-1.11.0.tgz", + "integrity": "sha512-ReuzxGZqqPMyFZLeVBoq5GjZym/p00EyXauP0gDRCo1sH+VKOdw+vPT2q9MHxRXKR/qj09rnG8fGzRnn4/PzzA==", "license": "MIT", "dependencies": { - "@restatedev/restate-sdk-core": "1.10.2" + "@restatedev/restate-sdk-core": "1.11.0" } }, "node_modules/@restatedev/restate-sdk-core": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/@restatedev/restate-sdk-core/-/restate-sdk-core-1.10.2.tgz", - "integrity": "sha512-+zvsSk1Ciwt5aEXFNAfXJSRctN1Df2Z6xE9Q1LzUYcthvz6kXjTmyJ2PozKubCWgG+BSaAhXaWH1Pz/4f7hGiQ==", + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/@restatedev/restate-sdk-core/-/restate-sdk-core-1.11.0.tgz", + "integrity": "sha512-gb4b/CmirO41iWa1wDTyppOgemvBmZ9QNktgCUneCCE5QxP2iC9kMzx7mxU7IgRYDGFFI0vx9yOQBb6mZHG61g==", "license": "MIT" }, "node_modules/@swc/helpers": { diff --git a/typescript/templates/vercel/package.json b/typescript/templates/vercel/package.json index e988fd3a..5fb677bc 100644 --- a/typescript/templates/vercel/package.json +++ b/typescript/templates/vercel/package.json @@ -8,7 +8,7 @@ "start": "next start" }, "dependencies": { - "@restatedev/restate-sdk": "^1.10.2", + "@restatedev/restate-sdk": "^1.11.0", "next": "16.1.1", "zod": "^4.3" }, diff --git a/typescript/tutorials/tour-of-orchestration-typescript/package.json b/typescript/tutorials/tour-of-orchestration-typescript/package.json index 568f45b6..ec22e35e 100644 --- a/typescript/tutorials/tour-of-orchestration-typescript/package.json +++ b/typescript/tutorials/tour-of-orchestration-typescript/package.json @@ -15,7 +15,7 @@ "app-dev": "npm run dev" }, "dependencies": { - "@restatedev/restate-sdk": "^1.10.2" + "@restatedev/restate-sdk": "^1.11.0" }, "devDependencies": { "@types/node": "^20.14.2", diff --git a/typescript/tutorials/tour-of-workflows-typescript/package.json b/typescript/tutorials/tour-of-workflows-typescript/package.json index aa2acb44..38cb397a 100644 --- a/typescript/tutorials/tour-of-workflows-typescript/package.json +++ b/typescript/tutorials/tour-of-workflows-typescript/package.json @@ -16,8 +16,8 @@ "app-dev": "npm run dev" }, "dependencies": { - "@restatedev/restate-sdk": "^1.10.2", - "@restatedev/restate-sdk-clients": "^1.10.2" + "@restatedev/restate-sdk": "^1.11.0", + "@restatedev/restate-sdk-clients": "^1.11.0" }, "devDependencies": { "@types/node": "^20.14.2",