Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
node: [ 18, 20, 22 ]
node: [20, 22, 24]
project:
[
activities-examples,
Expand Down
10 changes: 5 additions & 5 deletions activities-cancellation-heartbeating/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
]
},
"dependencies": {
"@temporalio/activity": "^1.13.2",
"@temporalio/client": "^1.13.2",
"@temporalio/envconfig": "^1.13.2",
"@temporalio/worker": "^1.13.2",
"@temporalio/workflow": "^1.13.2"
"@temporalio/activity": "^1.15.0",
"@temporalio/client": "^1.15.0",
"@temporalio/envconfig": "^1.15.0",
"@temporalio/worker": "^1.15.0",
"@temporalio/workflow": "^1.15.0"
},
"devDependencies": {
"@tsconfig/node18": "^18.2.4",
Expand Down
10 changes: 5 additions & 5 deletions activities-dependency-injection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
]
},
"dependencies": {
"@temporalio/activity": "^1.13.2",
"@temporalio/client": "^1.13.2",
"@temporalio/envconfig": "^1.13.2",
"@temporalio/worker": "^1.13.2",
"@temporalio/workflow": "^1.13.2"
"@temporalio/activity": "^1.15.0",
"@temporalio/client": "^1.15.0",
"@temporalio/envconfig": "^1.15.0",
"@temporalio/worker": "^1.15.0",
"@temporalio/workflow": "^1.15.0"
},
"devDependencies": {
"@tsconfig/node18": "^18.2.4",
Expand Down
16 changes: 8 additions & 8 deletions activities-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@
]
},
"dependencies": {
"@temporalio/activity": "^1.13.2",
"@temporalio/client": "^1.13.2",
"@temporalio/common": "^1.13.2",
"@temporalio/envconfig": "^1.13.2",
"@temporalio/worker": "^1.13.2",
"@temporalio/workflow": "^1.13.2",
"@temporalio/activity": "^1.15.0",
"@temporalio/client": "^1.15.0",
"@temporalio/common": "^1.15.0",
"@temporalio/envconfig": "^1.15.0",
"@temporalio/worker": "^1.15.0",
"@temporalio/workflow": "^1.15.0",
"axios": "^0.28.0",
"node-fetch": "2.x"
},
"devDependencies": {
"@temporalio/nyc-test-coverage": "^1.13.2",
"@temporalio/testing": "^1.13.2",
"@temporalio/nyc-test-coverage": "^1.15.0",
"@temporalio/testing": "^1.15.0",
"@tsconfig/node18": "^18.2.4",
"@types/jest": "^27.5.1",
"@types/mocha": "8.x",
Expand Down
14 changes: 7 additions & 7 deletions ai-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@
"@ai-sdk/provider": "^3.0.0",
"@ai-sdk/mcp": "^1.0.0",
"@modelcontextprotocol/sdk": "^1.10.2",
"@temporalio/activity": "^1.14.1",
"@temporalio/ai-sdk": "^1.14.1",
"@temporalio/client": "^1.14.1",
"@temporalio/envconfig": "^1.14.1",
"@temporalio/worker": "^1.14.1",
"@temporalio/workflow": "^1.14.1",
"@temporalio/activity": "^1.15.0",
"@temporalio/ai-sdk": "^1.15.0",
"@temporalio/client": "^1.15.0",
"@temporalio/envconfig": "^1.15.0",
"@temporalio/worker": "^1.15.0",
"@temporalio/workflow": "^1.15.0",
"ai": "^6.0.0",
"nanoid": "3.x",
"zod": "^3.25.76"
},
"devDependencies": {
"@temporalio/testing": "^1.14.1",
"@temporalio/testing": "^1.15.0",
"@tsconfig/node18": "^18.2.4",
"@types/mocha": "8.x",
"@types/node": "^22.9.1",
Expand Down
10 changes: 5 additions & 5 deletions child-workflows/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
]
},
"dependencies": {
"@temporalio/activity": "^1.13.2",
"@temporalio/client": "^1.13.2",
"@temporalio/envconfig": "^1.13.2",
"@temporalio/worker": "^1.13.2",
"@temporalio/workflow": "^1.13.2"
"@temporalio/activity": "^1.15.0",
"@temporalio/client": "^1.15.0",
"@temporalio/envconfig": "^1.15.0",
"@temporalio/worker": "^1.15.0",
"@temporalio/workflow": "^1.15.0"
},
"devDependencies": {
"@tsconfig/node18": "^18.2.4",
Expand Down
10 changes: 5 additions & 5 deletions continue-as-new/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
]
},
"dependencies": {
"@temporalio/activity": "^1.13.2",
"@temporalio/client": "^1.13.2",
"@temporalio/envconfig": "^1.13.2",
"@temporalio/worker": "^1.13.2",
"@temporalio/workflow": "^1.13.2"
"@temporalio/activity": "^1.15.0",
"@temporalio/client": "^1.15.0",
"@temporalio/envconfig": "^1.15.0",
"@temporalio/worker": "^1.15.0",
"@temporalio/workflow": "^1.15.0"
},
"devDependencies": {
"@tsconfig/node18": "^18.2.4",
Expand Down
10 changes: 5 additions & 5 deletions cron-workflows/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
]
},
"dependencies": {
"@temporalio/activity": "^1.13.2",
"@temporalio/client": "^1.13.2",
"@temporalio/envconfig": "^1.13.2",
"@temporalio/worker": "^1.13.2",
"@temporalio/workflow": "^1.13.2"
"@temporalio/activity": "^1.15.0",
"@temporalio/client": "^1.15.0",
"@temporalio/envconfig": "^1.15.0",
"@temporalio/worker": "^1.15.0",
"@temporalio/workflow": "^1.15.0"
},
"devDependencies": {
"@tsconfig/node18": "^18.2.4",
Expand Down
10 changes: 5 additions & 5 deletions custom-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
]
},
"dependencies": {
"@temporalio/activity": "^1.13.2",
"@temporalio/client": "^1.13.2",
"@temporalio/envconfig": "^1.13.2",
"@temporalio/worker": "^1.13.2",
"@temporalio/workflow": "^1.13.2",
"@temporalio/activity": "^1.15.0",
"@temporalio/client": "^1.15.0",
"@temporalio/envconfig": "^1.15.0",
"@temporalio/worker": "^1.15.0",
"@temporalio/workflow": "^1.15.0",
"nanoid": "3.x",
"triple-beam": "^1.3.0",
"winston": "^3.3.3"
Expand Down
10 changes: 5 additions & 5 deletions dsl-interpreter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
]
},
"dependencies": {
"@temporalio/activity": "^1.13.2",
"@temporalio/client": "^1.13.2",
"@temporalio/envconfig": "^1.13.2",
"@temporalio/worker": "^1.13.2",
"@temporalio/workflow": "^1.13.2",
"@temporalio/activity": "^1.15.0",
"@temporalio/client": "^1.15.0",
"@temporalio/envconfig": "^1.15.0",
"@temporalio/worker": "^1.15.0",
"@temporalio/workflow": "^1.15.0",
"js-yaml": "^4.1.0"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions eager-workflow-start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
]
},
"dependencies": {
"@temporalio/activity": "^1.13.2",
"@temporalio/client": "^1.13.2",
"@temporalio/envconfig": "^1.13.2",
"@temporalio/worker": "^1.13.2",
"@temporalio/workflow": "^1.13.2",
"@temporalio/activity": "^1.15.0",
"@temporalio/client": "^1.15.0",
"@temporalio/envconfig": "^1.15.0",
"@temporalio/worker": "^1.15.0",
"@temporalio/workflow": "^1.15.0",
"nanoid": "3.x"
},
"devDependencies": {
"@temporalio/testing": "^1.13.2",
"@temporalio/testing": "^1.15.0",
"@tsconfig/node18": "^18.2.4",
"@types/jest": "^29.5.14",
"@types/node": "^22.9.1",
Expand Down
12 changes: 6 additions & 6 deletions early-return/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
]
},
"dependencies": {
"@temporalio/activity": "^1.13.2",
"@temporalio/client": "^1.13.2",
"@temporalio/envconfig": "^1.13.2",
"@temporalio/worker": "^1.13.2",
"@temporalio/workflow": "^1.13.2",
"@temporalio/activity": "^1.15.0",
"@temporalio/client": "^1.15.0",
"@temporalio/envconfig": "^1.15.0",
"@temporalio/worker": "^1.15.0",
"@temporalio/workflow": "^1.15.0",
"nanoid": "3.x"
},
"devDependencies": {
"@temporalio/testing": "^1.13.2",
"@temporalio/testing": "^1.15.0",
"@tsconfig/node18": "^18.2.4",
"@types/mocha": "8.x",
"@types/node": "^22.9.1",
Expand Down
12 changes: 6 additions & 6 deletions ejson/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
]
},
"dependencies": {
"@temporalio/activity": "^1.13.2",
"@temporalio/client": "^1.13.2",
"@temporalio/envconfig": "^1.13.2",
"@temporalio/common": "^1.13.2",
"@temporalio/worker": "^1.13.2",
"@temporalio/workflow": "^1.13.2",
"@temporalio/activity": "^1.15.0",
"@temporalio/client": "^1.15.0",
"@temporalio/envconfig": "^1.15.0",
"@temporalio/common": "^1.15.0",
"@temporalio/worker": "^1.15.0",
"@temporalio/workflow": "^1.15.0",
"ejson": "^2.2.2",
"uuid": "^8.3.2"
},
Expand Down
12 changes: 6 additions & 6 deletions empty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
]
},
"dependencies": {
"@temporalio/activity": "^1.13.2",
"@temporalio/client": "^1.13.2",
"@temporalio/envconfig": "^1.13.2",
"@temporalio/worker": "^1.13.2",
"@temporalio/workflow": "^1.13.2",
"@temporalio/activity": "^1.15.0",
"@temporalio/client": "^1.15.0",
"@temporalio/envconfig": "^1.15.0",
"@temporalio/worker": "^1.15.0",
"@temporalio/workflow": "^1.15.0",
"nanoid": "3.x"
},
"devDependencies": {
"@temporalio/testing": "^1.13.2",
"@temporalio/testing": "^1.15.0",
"@tsconfig/node18": "^18.2.4",
"@types/mocha": "8.x",
"@types/node": "^22.9.1",
Expand Down
14 changes: 7 additions & 7 deletions encryption/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
]
},
"dependencies": {
"@temporalio/activity": "^1.13.2",
"@temporalio/client": "^1.13.2",
"@temporalio/envconfig": "^1.13.2",
"@temporalio/common": "^1.13.2",
"@temporalio/proto": "^1.13.2",
"@temporalio/worker": "^1.13.2",
"@temporalio/workflow": "^1.13.2",
"@temporalio/activity": "^1.15.0",
"@temporalio/client": "^1.15.0",
"@temporalio/envconfig": "^1.15.0",
"@temporalio/common": "^1.15.0",
"@temporalio/proto": "^1.15.0",
"@temporalio/worker": "^1.15.0",
"@temporalio/workflow": "^1.15.0",
"cors": "^2.8.5",
"ejson": "^2.2.2",
"express": "^4.20.0",
Expand Down
4 changes: 2 additions & 2 deletions env-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"load-profile": "ts-node src/load-profile.ts"
},
"dependencies": {
"@temporalio/client": "^1.13.2",
"@temporalio/envconfig": "^1.13.2"
"@temporalio/client": "^1.15.0",
"@temporalio/envconfig": "^1.15.0"
},
"devDependencies": {
"@tsconfig/node18": "^18.2.4",
Expand Down
12 changes: 6 additions & 6 deletions expense/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
]
},
"dependencies": {
"@temporalio/activity": "^1.13.2",
"@temporalio/client": "^1.13.2",
"@temporalio/envconfig": "^1.13.2",
"@temporalio/worker": "^1.13.2",
"@temporalio/workflow": "^1.13.2",
"@temporalio/common": "^1.13.2",
"@temporalio/activity": "^1.15.0",
"@temporalio/client": "^1.15.0",
"@temporalio/envconfig": "^1.15.0",
"@temporalio/worker": "^1.15.0",
"@temporalio/workflow": "^1.15.0",
"@temporalio/common": "^1.15.0",
"axios": "^0.28.0",
"express": "~4.20.0",
"uuid": "8.3.2"
Expand Down
12 changes: 6 additions & 6 deletions fetch-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"workflow-local": "tsx src/client-local.ts"
},
"dependencies": {
"@temporalio/activity": "^1.13.2",
"@temporalio/client": "^1.13.2",
"@temporalio/common": "^1.13.2",
"@temporalio/envconfig": "^1.13.2",
"@temporalio/worker": "^1.13.2",
"@temporalio/workflow": "^1.13.2",
"@temporalio/activity": "^1.15.0",
"@temporalio/client": "^1.15.0",
"@temporalio/common": "^1.15.0",
"@temporalio/envconfig": "^1.15.0",
"@temporalio/worker": "^1.15.0",
"@temporalio/workflow": "^1.15.0",
"humanize-string": "^3.1.0",
"node-fetch": "^3.3.2"
},
Expand Down
2 changes: 1 addition & 1 deletion food-delivery/apps/driver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@fooddelivery/ui": "*",
"@fooddelivery/workflows": "*",
"@tanstack/react-query": "^4.16.1",
"@temporalio/client": "^1.13.2",
"@temporalio/client": "^1.15.0",
"@trpc/client": "^10.0.0-rc.8",
"@trpc/next": "^10.0.0-rc.8",
"@trpc/react-query": "^10.0.0-rc.8",
Expand Down
2 changes: 1 addition & 1 deletion food-delivery/apps/menu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@fooddelivery/workflows": "*",
"@heroicons/react": "^2.0.13",
"@tanstack/react-query": "^4.16.1",
"@temporalio/client": "^1.13.2",
"@temporalio/client": "^1.15.0",
"@trpc/client": "^10.0.0-rc.8",
"@trpc/next": "^10.0.0-rc.8",
"@trpc/react-query": "^10.0.0-rc.8",
Expand Down
8 changes: 4 additions & 4 deletions food-delivery/apps/worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
"dependencies": {
"@fooddelivery/common": "*",
"@fooddelivery/workflows": "*",
"@temporalio/activity": "^1.13.2",
"@temporalio/common": "^1.13.2",
"@temporalio/worker": "^1.13.2",
"@temporalio/workflow": "^1.13.2"
"@temporalio/activity": "^1.15.0",
"@temporalio/common": "^1.15.0",
"@temporalio/worker": "^1.15.0",
"@temporalio/workflow": "^1.15.0"
},
"devDependencies": {
"@fooddelivery/tsconfig": "*",
Expand Down
2 changes: 1 addition & 1 deletion food-delivery/packages/activities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@fooddelivery/common": "*",
"@temporalio/activity": "^1.13.2"
"@temporalio/activity": "^1.15.0"
},
"devDependencies": {
"@fooddelivery/tsconfig": "*",
Expand Down
2 changes: 1 addition & 1 deletion food-delivery/packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "TIMING=1 eslint \"**/*.ts*\""
},
"dependencies": {
"@temporalio/client": "^1.13.2",
"@temporalio/client": "^1.15.0",
"@trpc/server": "^10.0.0-rc.8",
"@trpc/react-query": "^10.0.0-rc.8"
},
Expand Down
2 changes: 1 addition & 1 deletion food-delivery/packages/workflows/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@fooddelivery/common": "*",
"@temporalio/workflow": "^1.13.2"
"@temporalio/workflow": "^1.15.0"
},
"devDependencies": {
"@fooddelivery/activities": "*",
Expand Down
Loading