Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions typescript/basics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion typescript/end-to-end-applications/chat-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion typescript/integrations/deployment-lambda-cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions typescript/patterns-use-cases/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 5 additions & 3 deletions typescript/templates/bun/.claude/CLAUDE.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Built with [Mintlify](https://mintlify.com).
8 changes: 5 additions & 3 deletions typescript/templates/bun/.cursor/rules/AGENTS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Built with [Mintlify](https://mintlify.com).
2 changes: 1 addition & 1 deletion typescript/templates/bun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
8 changes: 5 additions & 3 deletions typescript/templates/cloudflare-worker/.claude/CLAUDE.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Built with [Mintlify](https://mintlify.com).
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Built with [Mintlify](https://mintlify.com).
56 changes: 28 additions & 28 deletions typescript/templates/cloudflare-worker/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/templates/cloudflare-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
8 changes: 5 additions & 3 deletions typescript/templates/lambda/.claude/CLAUDE.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Built with [Mintlify](https://mintlify.com).
8 changes: 5 additions & 3 deletions typescript/templates/lambda/.cursor/rules/AGENTS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Built with [Mintlify](https://mintlify.com).
16 changes: 8 additions & 8 deletions typescript/templates/lambda/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/templates/lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
8 changes: 5 additions & 3 deletions typescript/templates/nextjs/.claude/CLAUDE.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Built with [Mintlify](https://mintlify.com).
8 changes: 5 additions & 3 deletions typescript/templates/nextjs/.cursor/rules/AGENTS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Built with [Mintlify](https://mintlify.com).
Loading
Loading