From 486d428b2b56701e7eaa976e40dc55f3abc25c79 Mon Sep 17 00:00:00 2001 From: James Watkins-Harvey Date: Wed, 25 Sep 2024 14:26:39 -0400 Subject: [PATCH] Update TS SDK to 1.11.2 (#385) --- .../package.json | 8 +-- activities-dependency-injection/package.json | 8 +-- activities-examples/package.json | 12 ++-- child-workflows/package.json | 8 +-- continue-as-new/package.json | 8 +-- cron-workflows/package.json | 8 +-- custom-logger/package.json | 8 +-- dsl-interpreter/package.json | 8 +-- ejson/package.json | 10 ++-- empty/package.json | 10 ++-- encryption/package.json | 10 ++-- expense/package.json | 10 ++-- fetch-esm/package.json | 8 +-- food-delivery/apps/worker/package.json | 6 +- .../packages/activities/package.json | 2 +- food-delivery/packages/common/package.json | 2 +- food-delivery/packages/workflows/package.json | 2 +- grpc-calls/package.json | 10 ++-- hello-world-js/package.json | 8 +-- hello-world-mtls/package.json | 8 +-- hello-world/package.json | 10 ++-- interceptors-opentelemetry/package.json | 10 ++-- message-passing/execute-update/package.json | 10 ++-- message-passing/introduction/package.json | 10 ++-- .../safe-message-handlers/package.json | 10 ++-- monorepo-folders/package.json | 12 ++-- .../packages/backend-apis/package.json | 2 +- .../packages/temporal-worker/package.json | 2 +- .../packages/temporal-workflows/package.json | 4 +- mutex/package.json | 10 ++-- nestjs-exchange-rates/package.json | 12 ++-- nextjs-ecommerce-oneclick/package.json | 8 +-- package-lock.json | 55 ++++++++++--------- package.json | 2 +- patching-api/package.json | 8 +-- production/package.json | 8 +-- protobufs/package.json | 8 +-- query-subscriptions/package.json | 8 +-- saga/package.json | 8 +-- schedules/package.json | 8 +-- scratchpad/package.json | 8 +-- search-attributes/package.json | 8 +-- signals-queries/package.json | 8 +-- sinks/package.json | 8 +-- snippets/package.json | 8 +-- state/package.json | 8 +-- timer-examples/package.json | 10 ++-- timer-progress/package.json | 8 +-- vscode-debugger/package.json | 8 +-- worker-specific-task-queues/package.json | 8 +-- worker-versioning/package.json | 8 +-- 51 files changed, 227 insertions(+), 222 deletions(-) diff --git a/activities-cancellation-heartbeating/package.json b/activities-cancellation-heartbeating/package.json index d5efbd78..f3d28803 100644 --- a/activities-cancellation-heartbeating/package.json +++ b/activities-cancellation-heartbeating/package.json @@ -20,10 +20,10 @@ ] }, "dependencies": { - "@temporalio/activity": "^1.11.1", - "@temporalio/client": "^1.11.1", - "@temporalio/worker": "^1.11.1", - "@temporalio/workflow": "^1.11.1" + "@temporalio/activity": "^1.11.2", + "@temporalio/client": "^1.11.2", + "@temporalio/worker": "^1.11.2", + "@temporalio/workflow": "^1.11.2" }, "devDependencies": { "@tsconfig/node16": "^1.0.0", diff --git a/activities-dependency-injection/package.json b/activities-dependency-injection/package.json index 7151b6c3..ea161677 100644 --- a/activities-dependency-injection/package.json +++ b/activities-dependency-injection/package.json @@ -20,10 +20,10 @@ ] }, "dependencies": { - "@temporalio/activity": "^1.11.1", - "@temporalio/client": "^1.11.1", - "@temporalio/worker": "^1.11.1", - "@temporalio/workflow": "^1.11.1" + "@temporalio/activity": "^1.11.2", + "@temporalio/client": "^1.11.2", + "@temporalio/worker": "^1.11.2", + "@temporalio/workflow": "^1.11.2" }, "devDependencies": { "@tsconfig/node16": "^1.0.0", diff --git a/activities-examples/package.json b/activities-examples/package.json index a1dc2c03..4e77070f 100644 --- a/activities-examples/package.json +++ b/activities-examples/package.json @@ -24,16 +24,16 @@ ] }, "dependencies": { - "@temporalio/activity": "^1.11.1", - "@temporalio/client": "^1.11.1", - "@temporalio/worker": "^1.11.1", - "@temporalio/workflow": "^1.11.1", + "@temporalio/activity": "^1.11.2", + "@temporalio/client": "^1.11.2", + "@temporalio/worker": "^1.11.2", + "@temporalio/workflow": "^1.11.2", "axios": "^0.26.0", "node-fetch": "2.x" }, "devDependencies": { - "@temporalio/nyc-test-coverage": "^1.11.1", - "@temporalio/testing": "^1.11.1", + "@temporalio/nyc-test-coverage": "^1.11.2", + "@temporalio/testing": "^1.11.2", "@tsconfig/node16": "^1.0.0", "@types/jest": "^27.5.1", "@types/mocha": "8.x", diff --git a/child-workflows/package.json b/child-workflows/package.json index bdebdbda..d6e4e1de 100644 --- a/child-workflows/package.json +++ b/child-workflows/package.json @@ -20,10 +20,10 @@ ] }, "dependencies": { - "@temporalio/activity": "^1.11.1", - "@temporalio/client": "^1.11.1", - "@temporalio/worker": "^1.11.1", - "@temporalio/workflow": "^1.11.1" + "@temporalio/activity": "^1.11.2", + "@temporalio/client": "^1.11.2", + "@temporalio/worker": "^1.11.2", + "@temporalio/workflow": "^1.11.2" }, "devDependencies": { "@tsconfig/node16": "^1.0.0", diff --git a/continue-as-new/package.json b/continue-as-new/package.json index d7a6471d..35ed4e39 100644 --- a/continue-as-new/package.json +++ b/continue-as-new/package.json @@ -20,10 +20,10 @@ ] }, "dependencies": { - "@temporalio/activity": "^1.11.1", - "@temporalio/client": "^1.11.1", - "@temporalio/worker": "^1.11.1", - "@temporalio/workflow": "^1.11.1" + "@temporalio/activity": "^1.11.2", + "@temporalio/client": "^1.11.2", + "@temporalio/worker": "^1.11.2", + "@temporalio/workflow": "^1.11.2" }, "devDependencies": { "@tsconfig/node16": "^1.0.0", diff --git a/cron-workflows/package.json b/cron-workflows/package.json index 2d1299fa..b568f2f5 100644 --- a/cron-workflows/package.json +++ b/cron-workflows/package.json @@ -20,10 +20,10 @@ ] }, "dependencies": { - "@temporalio/activity": "^1.11.1", - "@temporalio/client": "^1.11.1", - "@temporalio/worker": "^1.11.1", - "@temporalio/workflow": "^1.11.1" + "@temporalio/activity": "^1.11.2", + "@temporalio/client": "^1.11.2", + "@temporalio/worker": "^1.11.2", + "@temporalio/workflow": "^1.11.2" }, "devDependencies": { "@tsconfig/node16": "^1.0.0", diff --git a/custom-logger/package.json b/custom-logger/package.json index 1bd072fa..1303f833 100644 --- a/custom-logger/package.json +++ b/custom-logger/package.json @@ -20,10 +20,10 @@ ] }, "dependencies": { - "@temporalio/activity": "^1.11.1", - "@temporalio/client": "^1.11.1", - "@temporalio/worker": "^1.11.1", - "@temporalio/workflow": "^1.11.1", + "@temporalio/activity": "^1.11.2", + "@temporalio/client": "^1.11.2", + "@temporalio/worker": "^1.11.2", + "@temporalio/workflow": "^1.11.2", "nanoid": "3.x", "triple-beam": "^1.3.0", "winston": "^3.3.3" diff --git a/dsl-interpreter/package.json b/dsl-interpreter/package.json index 6c5d78e5..34a3590a 100644 --- a/dsl-interpreter/package.json +++ b/dsl-interpreter/package.json @@ -21,10 +21,10 @@ ] }, "dependencies": { - "@temporalio/activity": "^1.11.1", - "@temporalio/client": "^1.11.1", - "@temporalio/worker": "^1.11.1", - "@temporalio/workflow": "^1.11.1", + "@temporalio/activity": "^1.11.2", + "@temporalio/client": "^1.11.2", + "@temporalio/worker": "^1.11.2", + "@temporalio/workflow": "^1.11.2", "js-yaml": "^4.1.0" }, "devDependencies": { diff --git a/ejson/package.json b/ejson/package.json index 4585a99c..2b1ca0f0 100644 --- a/ejson/package.json +++ b/ejson/package.json @@ -20,11 +20,11 @@ ] }, "dependencies": { - "@temporalio/activity": "^1.11.1", - "@temporalio/client": "^1.11.1", - "@temporalio/common": "^1.11.1", - "@temporalio/worker": "^1.11.1", - "@temporalio/workflow": "^1.11.1", + "@temporalio/activity": "^1.11.2", + "@temporalio/client": "^1.11.2", + "@temporalio/common": "^1.11.2", + "@temporalio/worker": "^1.11.2", + "@temporalio/workflow": "^1.11.2", "ejson": "^2.2.2", "uuid": "^8.3.2" }, diff --git a/empty/package.json b/empty/package.json index 044f53d4..28b0ff44 100644 --- a/empty/package.json +++ b/empty/package.json @@ -22,14 +22,14 @@ ] }, "dependencies": { - "@temporalio/activity": "^1.11.1", - "@temporalio/client": "^1.11.1", - "@temporalio/worker": "^1.11.1", - "@temporalio/workflow": "^1.11.1", + "@temporalio/activity": "^1.11.2", + "@temporalio/client": "^1.11.2", + "@temporalio/worker": "^1.11.2", + "@temporalio/workflow": "^1.11.2", "nanoid": "3.x" }, "devDependencies": { - "@temporalio/testing": "^1.11.1", + "@temporalio/testing": "^1.11.2", "@tsconfig/node16": "^1.0.0", "@types/mocha": "8.x", "@types/node": "^16.11.43", diff --git a/encryption/package.json b/encryption/package.json index bc8856a0..c7923b28 100644 --- a/encryption/package.json +++ b/encryption/package.json @@ -22,11 +22,11 @@ }, "dependencies": { "@ronomon/crypto-async": "^5.0.1", - "@temporalio/activity": "^1.11.1", - "@temporalio/client": "^1.11.1", - "@temporalio/common": "^1.11.1", - "@temporalio/worker": "^1.11.1", - "@temporalio/workflow": "^1.11.1", + "@temporalio/activity": "^1.11.2", + "@temporalio/client": "^1.11.2", + "@temporalio/common": "^1.11.2", + "@temporalio/worker": "^1.11.2", + "@temporalio/workflow": "^1.11.2", "cors": "^2.8.5", "ejson": "^2.2.2", "express": "^4.18.0", diff --git a/expense/package.json b/expense/package.json index 0b73ddc9..03fe6ea3 100644 --- a/expense/package.json +++ b/expense/package.json @@ -23,11 +23,11 @@ ] }, "dependencies": { - "@temporalio/activity": "^1.11.1", - "@temporalio/client": "^1.11.1", - "@temporalio/worker": "^1.11.1", - "@temporalio/workflow": "^1.11.1", - "@temporalio/common": "^1.11.1", + "@temporalio/activity": "^1.11.2", + "@temporalio/client": "^1.11.2", + "@temporalio/worker": "^1.11.2", + "@temporalio/workflow": "^1.11.2", + "@temporalio/common": "^1.11.2", "axios": "^0.26.0", "express": "~4.17.1", "uuid": "8.3.2" diff --git a/fetch-esm/package.json b/fetch-esm/package.json index e3d781fb..5c0117d3 100644 --- a/fetch-esm/package.json +++ b/fetch-esm/package.json @@ -21,10 +21,10 @@ ] }, "dependencies": { - "@temporalio/activity": "^1.11.1", - "@temporalio/client": "^1.11.1", - "@temporalio/worker": "^1.11.1", - "@temporalio/workflow": "^1.11.1" + "@temporalio/activity": "^1.11.2", + "@temporalio/client": "^1.11.2", + "@temporalio/worker": "^1.11.2", + "@temporalio/workflow": "^1.11.2" }, "devDependencies": { "@tsconfig/node16": "^1.0.0", diff --git a/food-delivery/apps/worker/package.json b/food-delivery/apps/worker/package.json index d4ad2d2b..651d5965 100644 --- a/food-delivery/apps/worker/package.json +++ b/food-delivery/apps/worker/package.json @@ -19,9 +19,9 @@ ] }, "dependencies": { - "@temporalio/activity": "^1.11.1", - "@temporalio/worker": "^1.11.1", - "@temporalio/workflow": "^1.11.1", + "@temporalio/activity": "^1.11.2", + "@temporalio/worker": "^1.11.2", + "@temporalio/workflow": "^1.11.2", "common": "*", "workflows": "*" }, diff --git a/food-delivery/packages/activities/package.json b/food-delivery/packages/activities/package.json index 33f75d40..e6516738 100644 --- a/food-delivery/packages/activities/package.json +++ b/food-delivery/packages/activities/package.json @@ -10,7 +10,7 @@ "lint": "TIMING=1 eslint \"**/*.ts*\"" }, "dependencies": { - "@temporalio/activity": "^1.11.1", + "@temporalio/activity": "^1.11.2", "common": "*" }, "devDependencies": { diff --git a/food-delivery/packages/common/package.json b/food-delivery/packages/common/package.json index 56738c1f..4fbd9cf5 100644 --- a/food-delivery/packages/common/package.json +++ b/food-delivery/packages/common/package.json @@ -10,7 +10,7 @@ "lint": "TIMING=1 eslint \"**/*.ts*\"" }, "dependencies": { - "@temporalio/client": "^1.11.1" + "@temporalio/client": "^1.11.2" }, "devDependencies": { "eslint": "^7.32.0", diff --git a/food-delivery/packages/workflows/package.json b/food-delivery/packages/workflows/package.json index 3c1e94cf..317e8d6d 100644 --- a/food-delivery/packages/workflows/package.json +++ b/food-delivery/packages/workflows/package.json @@ -8,7 +8,7 @@ "lint": "TIMING=1 eslint \"**/*.ts*\"" }, "dependencies": { - "@temporalio/workflow": "^1.11.1", + "@temporalio/workflow": "^1.11.2", "common": "*" }, "devDependencies": { diff --git a/grpc-calls/package.json b/grpc-calls/package.json index 065b9418..695f96cd 100644 --- a/grpc-calls/package.json +++ b/grpc-calls/package.json @@ -20,11 +20,11 @@ ] }, "dependencies": { - "@temporalio/activity": "^1.11.1", - "@temporalio/client": "^1.11.1", - "@temporalio/common": "^1.11.1", - "@temporalio/worker": "^1.11.1", - "@temporalio/workflow": "^1.11.1", + "@temporalio/activity": "^1.11.2", + "@temporalio/client": "^1.11.2", + "@temporalio/common": "^1.11.2", + "@temporalio/worker": "^1.11.2", + "@temporalio/workflow": "^1.11.2", "nanoid": "3.x" }, "devDependencies": { diff --git a/hello-world-js/package.json b/hello-world-js/package.json index 83966d29..376f7c86 100644 --- a/hello-world-js/package.json +++ b/hello-world-js/package.json @@ -15,10 +15,10 @@ ] }, "dependencies": { - "@temporalio/activity": "^1.11.1", - "@temporalio/client": "^1.11.1", - "@temporalio/worker": "^1.11.1", - "@temporalio/workflow": "^1.11.1" + "@temporalio/activity": "^1.11.2", + "@temporalio/client": "^1.11.2", + "@temporalio/worker": "^1.11.2", + "@temporalio/workflow": "^1.11.2" }, "devDependencies": { "@types/node": "^16.11.43", diff --git a/hello-world-mtls/package.json b/hello-world-mtls/package.json index 1cfc4b69..607ee2bb 100644 --- a/hello-world-mtls/package.json +++ b/hello-world-mtls/package.json @@ -20,10 +20,10 @@ ] }, "dependencies": { - "@temporalio/activity": "^1.11.1", - "@temporalio/client": "^1.11.1", - "@temporalio/worker": "^1.11.1", - "@temporalio/workflow": "^1.11.1" + "@temporalio/activity": "^1.11.2", + "@temporalio/client": "^1.11.2", + "@temporalio/worker": "^1.11.2", + "@temporalio/workflow": "^1.11.2" }, "devDependencies": { "@tsconfig/node16": "^1.0.0", diff --git a/hello-world/package.json b/hello-world/package.json index 77c89a46..11fa030b 100644 --- a/hello-world/package.json +++ b/hello-world/package.json @@ -22,14 +22,14 @@ ] }, "dependencies": { - "@temporalio/activity": "^1.11.1", - "@temporalio/client": "^1.11.1", - "@temporalio/worker": "^1.11.1", - "@temporalio/workflow": "^1.11.1", + "@temporalio/activity": "^1.11.2", + "@temporalio/client": "^1.11.2", + "@temporalio/worker": "^1.11.2", + "@temporalio/workflow": "^1.11.2", "nanoid": "3.x" }, "devDependencies": { - "@temporalio/testing": "^1.11.1", + "@temporalio/testing": "^1.11.2", "@tsconfig/node16": "^1.0.0", "@types/mocha": "8.x", "@types/node": "^16.11.43", diff --git a/interceptors-opentelemetry/package.json b/interceptors-opentelemetry/package.json index ec2c4888..2e75fc3a 100644 --- a/interceptors-opentelemetry/package.json +++ b/interceptors-opentelemetry/package.json @@ -24,11 +24,11 @@ "@opentelemetry/resources": "^1.26.0", "@opentelemetry/sdk-node": "^0.53.0", "@opentelemetry/sdk-trace-base": "^1.26.0", - "@temporalio/activity": "^1.11.1", - "@temporalio/client": "^1.11.1", - "@temporalio/interceptors-opentelemetry": "^1.11.1", - "@temporalio/worker": "^1.11.1", - "@temporalio/workflow": "^1.11.1" + "@temporalio/activity": "^1.11.2", + "@temporalio/client": "^1.11.2", + "@temporalio/interceptors-opentelemetry": "^1.11.2", + "@temporalio/worker": "^1.11.2", + "@temporalio/workflow": "^1.11.2" }, "devDependencies": { "@tsconfig/node16": "^1.0.0", diff --git a/message-passing/execute-update/package.json b/message-passing/execute-update/package.json index ba7568bd..8f34a30b 100644 --- a/message-passing/execute-update/package.json +++ b/message-passing/execute-update/package.json @@ -22,14 +22,14 @@ ] }, "dependencies": { - "@temporalio/activity": "^1.11.1", - "@temporalio/client": "^1.11.1", - "@temporalio/worker": "^1.11.1", - "@temporalio/workflow": "^1.11.1", + "@temporalio/activity": "^1.11.2", + "@temporalio/client": "^1.11.2", + "@temporalio/worker": "^1.11.2", + "@temporalio/workflow": "^1.11.2", "nanoid": "3.x" }, "devDependencies": { - "@temporalio/testing": "^1.11.1", + "@temporalio/testing": "^1.11.2", "@tsconfig/node16": "^1.0.0", "@types/mocha": "8.x", "@types/node": "^16.11.43", diff --git a/message-passing/introduction/package.json b/message-passing/introduction/package.json index ea55bf56..740867ee 100644 --- a/message-passing/introduction/package.json +++ b/message-passing/introduction/package.json @@ -22,15 +22,15 @@ ] }, "dependencies": { - "@temporalio/activity": "^1.11.1", - "@temporalio/client": "^1.11.1", - "@temporalio/worker": "^1.11.1", - "@temporalio/workflow": "^1.11.1", + "@temporalio/activity": "^1.11.2", + "@temporalio/client": "^1.11.2", + "@temporalio/worker": "^1.11.2", + "@temporalio/workflow": "^1.11.2", "async-mutex": "^0.5.0", "nanoid": "3.x" }, "devDependencies": { - "@temporalio/testing": "^1.11.1", + "@temporalio/testing": "^1.11.2", "@tsconfig/node16": "^1.0.0", "@types/mocha": "8.x", "@types/node": "^16.11.43", diff --git a/message-passing/safe-message-handlers/package.json b/message-passing/safe-message-handlers/package.json index 443bbf93..f6914c35 100644 --- a/message-passing/safe-message-handlers/package.json +++ b/message-passing/safe-message-handlers/package.json @@ -22,15 +22,15 @@ ] }, "dependencies": { - "@temporalio/activity": "^1.11.1", - "@temporalio/client": "^1.11.1", - "@temporalio/worker": "^1.11.1", - "@temporalio/workflow": "^1.11.1", + "@temporalio/activity": "^1.11.2", + "@temporalio/client": "^1.11.2", + "@temporalio/worker": "^1.11.2", + "@temporalio/workflow": "^1.11.2", "async-mutex": "^0.5.0", "nanoid": "3.x" }, "devDependencies": { - "@temporalio/testing": "^1.11.1", + "@temporalio/testing": "^1.11.2", "@tsconfig/node16": "^1.0.0", "@types/mocha": "8.x", "@types/node": "^16.11.43", diff --git a/monorepo-folders/package.json b/monorepo-folders/package.json index d3c82eb2..38ea14bb 100644 --- a/monorepo-folders/package.json +++ b/monorepo-folders/package.json @@ -17,12 +17,12 @@ "concurrently": "^6.3.0" }, "resolutions": { - "@temporalio/worker": "^1.11.1", - "@temporalio/workflow": "^1.11.1", - "@temporalio/client": "^1.11.1", - "@temporalio/activity": "^1.11.1", - "@temporalio/common": "^1.11.1", - "@temporalio/proto": "^1.11.1", + "@temporalio/worker": "^1.11.2", + "@temporalio/workflow": "^1.11.2", + "@temporalio/client": "^1.11.2", + "@temporalio/activity": "^1.11.2", + "@temporalio/common": "^1.11.2", + "@temporalio/proto": "^1.11.2", "mini-css-extract-plugin": "2.4.5" }, "devDependencies": { diff --git a/monorepo-folders/packages/backend-apis/package.json b/monorepo-folders/packages/backend-apis/package.json index 49a996a0..6024f8e9 100644 --- a/monorepo-folders/packages/backend-apis/package.json +++ b/monorepo-folders/packages/backend-apis/package.json @@ -8,7 +8,7 @@ "start": "nodemon server.ts --watch . --watch ../temporal-workflows" }, "dependencies": { - "@temporalio/client": "^1.11.1", + "@temporalio/client": "^1.11.2", "express": "~4.16.1", "temporal-workflows": "*", "ts-node": "^10.4.0" diff --git a/monorepo-folders/packages/temporal-worker/package.json b/monorepo-folders/packages/temporal-worker/package.json index b45b097e..008c3aa6 100644 --- a/monorepo-folders/packages/temporal-worker/package.json +++ b/monorepo-folders/packages/temporal-worker/package.json @@ -8,7 +8,7 @@ "start": "nodemon worker.ts --watch ./worker.ts --watch ../temporal-workflows" }, "dependencies": { - "@temporalio/worker": "^1.11.1", + "@temporalio/worker": "^1.11.2", "temporal-workflows": "*", "ts-node": "^10.4.0" }, diff --git a/monorepo-folders/packages/temporal-workflows/package.json b/monorepo-folders/packages/temporal-workflows/package.json index c77a5e65..19b74c3b 100644 --- a/monorepo-folders/packages/temporal-workflows/package.json +++ b/monorepo-folders/packages/temporal-workflows/package.json @@ -8,8 +8,8 @@ "lint": "eslint ." }, "dependencies": { - "@temporalio/activity": "^1.11.1", - "@temporalio/workflow": "^1.11.1" + "@temporalio/activity": "^1.11.2", + "@temporalio/workflow": "^1.11.2" }, "devDependencies": { "@tsconfig/node16": "^1.0.0", diff --git a/mutex/package.json b/mutex/package.json index 9f5d5bb0..65f6a9bd 100644 --- a/mutex/package.json +++ b/mutex/package.json @@ -21,14 +21,14 @@ ] }, "dependencies": { - "@temporalio/activity": "^1.11.1", - "@temporalio/client": "^1.11.1", - "@temporalio/worker": "^1.11.1", - "@temporalio/workflow": "^1.11.1", + "@temporalio/activity": "^1.11.2", + "@temporalio/client": "^1.11.2", + "@temporalio/worker": "^1.11.2", + "@temporalio/workflow": "^1.11.2", "nanoid": "3.x" }, "devDependencies": { - "@temporalio/testing": "^1.11.1", + "@temporalio/testing": "^1.11.2", "@tsconfig/node16": "^1.0.0", "@types/mocha": "10.0.1", "@types/node": "^16.11.43", diff --git a/nestjs-exchange-rates/package.json b/nestjs-exchange-rates/package.json index f0afc9c5..3ac8eb43 100644 --- a/nestjs-exchange-rates/package.json +++ b/nestjs-exchange-rates/package.json @@ -24,17 +24,17 @@ "reflect-metadata": "^0.1.13", "rimraf": "^3.0.2", "rxjs": "^7.4.0", - "@temporalio/activity": "^1.11.1", - "@temporalio/client": "^1.11.1", - "@temporalio/common": "^1.11.1", - "@temporalio/worker": "^1.11.1", - "@temporalio/workflow": "^1.11.1" + "@temporalio/activity": "^1.11.2", + "@temporalio/client": "^1.11.2", + "@temporalio/common": "^1.11.2", + "@temporalio/worker": "^1.11.2", + "@temporalio/workflow": "^1.11.2" }, "devDependencies": { "@nestjs/cli": "^8.1.3", "@nestjs/schematics": "^8.0.4", "@nestjs/testing": "^8.1.1", - "@temporalio/testing": "^1.11.1", + "@temporalio/testing": "^1.11.2", "@types/express": "^4.17.13", "@types/jest": "^27.0.2", "@types/node": "^16.11.1", diff --git a/nextjs-ecommerce-oneclick/package.json b/nextjs-ecommerce-oneclick/package.json index 23f51c9f..a3f3b1ad 100644 --- a/nextjs-ecommerce-oneclick/package.json +++ b/nextjs-ecommerce-oneclick/package.json @@ -17,10 +17,10 @@ "@heroicons/react": "^1.0.4", "@tailwindcss/aspect-ratio": "^0.2.1", "@tailwindcss/forms": "^0.3.3", - "@temporalio/activity": "^1.11.1", - "@temporalio/client": "^1.11.1", - "@temporalio/worker": "^1.11.1", - "@temporalio/workflow": "^1.11.1", + "@temporalio/activity": "^1.11.2", + "@temporalio/client": "^1.11.2", + "@temporalio/worker": "^1.11.2", + "@temporalio/workflow": "^1.11.2", "next": "latest", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/package-lock.json b/package-lock.json index e966823f..8e5c14a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "samples-typescript", "devDependencies": { - "@temporalio/client": "^1.11.1", + "@temporalio/client": "^1.11.2", "@tsconfig/node16": "^1.0.2", "@typescript-eslint/eslint-plugin": "^4.30.0", "@typescript-eslint/parser": "^4.30.0", @@ -1977,14 +1977,15 @@ } }, "node_modules/@temporalio/client": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@temporalio/client/-/client-1.11.1.tgz", - "integrity": "sha512-1cEh6y7gB1bV/dZbSLL8TsEWM9/glj4j46V8sOS1B3ykoK2+5KaBvkUBKeS/SVH8puqo1zaWbaYEWD8kajg6/g==", + "version": "1.11.2", + "resolved": "https://registry.npmjs.org/@temporalio/client/-/client-1.11.2.tgz", + "integrity": "sha512-jgN0rwdRyZp42rm6rbk23y6+bfoIC3tyiaPMZl3BZNS2C6x9vF+7cL7jz22CluEAHqA7sJXqCEzagh4hwkKVjA==", "dev": true, + "license": "MIT", "dependencies": { "@grpc/grpc-js": "^1.10.7", - "@temporalio/common": "1.11.1", - "@temporalio/proto": "1.11.1", + "@temporalio/common": "1.11.2", + "@temporalio/proto": "1.11.2", "abort-controller": "^3.0.0", "long": "^5.2.3", "uuid": "^9.0.1" @@ -2004,12 +2005,13 @@ } }, "node_modules/@temporalio/common": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@temporalio/common/-/common-1.11.1.tgz", - "integrity": "sha512-8fQwmYHMakSbqMX26FNfiLwBwVwsMNbGmVfGaFOqy72QZuUiXxgmImXQhK6ir1ieeH8bLyY5laAosB4W6VPBAA==", + "version": "1.11.2", + "resolved": "https://registry.npmjs.org/@temporalio/common/-/common-1.11.2.tgz", + "integrity": "sha512-2bUDFGhxWG7uLROkA0aP5oy6NPSmL+mPttObecMAXQqOs7Hb4s1o9uBQ98nojy25zauzvx5btIO/H+5UxUXfOQ==", "dev": true, + "license": "MIT", "dependencies": { - "@temporalio/proto": "1.11.1", + "@temporalio/proto": "1.11.2", "long": "^5.2.3", "ms": "^3.0.0-canary.1", "proto3-json-serializer": "^2.0.0" @@ -2020,15 +2022,17 @@ "resolved": "https://registry.npmjs.org/ms/-/ms-3.0.0-canary.1.tgz", "integrity": "sha512-kh8ARjh8rMN7Du2igDRO9QJnqCb2xYTJxyQYK7vJJS4TvLLmsbyhiKpSW+t+y26gyOyMd0riphX0GeWKU3ky5g==", "dev": true, + "license": "MIT", "engines": { "node": ">=12.13" } }, "node_modules/@temporalio/proto": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@temporalio/proto/-/proto-1.11.1.tgz", - "integrity": "sha512-qTNSsU88IOJbv6lhWyW0qAHAYg4euEW/NNPgAp5ohfPkqaw+/j51QABO9E6m/KQwMZ6x43z2JjQRS37aC6Psiw==", + "version": "1.11.2", + "resolved": "https://registry.npmjs.org/@temporalio/proto/-/proto-1.11.2.tgz", + "integrity": "sha512-h7Iw5hmUf8dGaozpk3WyRuOB5ZzBaFensfocK2eGui15ocNvtAb/aLFsxVJ6xOtryOsHTkgRam5BBZi0NOj+cA==", "dev": true, + "license": "MIT", "dependencies": { "long": "^5.2.3", "protobufjs": "^7.2.5" @@ -9297,6 +9301,7 @@ "resolved": "https://registry.npmjs.org/proto3-json-serializer/-/proto3-json-serializer-2.0.2.tgz", "integrity": "sha512-SAzp/O4Yh02jGdRc+uIrGoe87dkN/XtwxfZ4ZyafJHymd79ozp5VG5nyZ7ygqPM5+cpLDjjGnYFUkngonyDPOQ==", "dev": true, + "license": "Apache-2.0", "dependencies": { "protobufjs": "^7.2.5" }, @@ -13075,14 +13080,14 @@ } }, "@temporalio/client": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@temporalio/client/-/client-1.11.1.tgz", - "integrity": "sha512-1cEh6y7gB1bV/dZbSLL8TsEWM9/glj4j46V8sOS1B3ykoK2+5KaBvkUBKeS/SVH8puqo1zaWbaYEWD8kajg6/g==", + "version": "1.11.2", + "resolved": "https://registry.npmjs.org/@temporalio/client/-/client-1.11.2.tgz", + "integrity": "sha512-jgN0rwdRyZp42rm6rbk23y6+bfoIC3tyiaPMZl3BZNS2C6x9vF+7cL7jz22CluEAHqA7sJXqCEzagh4hwkKVjA==", "dev": true, "requires": { "@grpc/grpc-js": "^1.10.7", - "@temporalio/common": "1.11.1", - "@temporalio/proto": "1.11.1", + "@temporalio/common": "1.11.2", + "@temporalio/proto": "1.11.2", "abort-controller": "^3.0.0", "long": "^5.2.3", "uuid": "^9.0.1" @@ -13097,12 +13102,12 @@ } }, "@temporalio/common": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@temporalio/common/-/common-1.11.1.tgz", - "integrity": "sha512-8fQwmYHMakSbqMX26FNfiLwBwVwsMNbGmVfGaFOqy72QZuUiXxgmImXQhK6ir1ieeH8bLyY5laAosB4W6VPBAA==", + "version": "1.11.2", + "resolved": "https://registry.npmjs.org/@temporalio/common/-/common-1.11.2.tgz", + "integrity": "sha512-2bUDFGhxWG7uLROkA0aP5oy6NPSmL+mPttObecMAXQqOs7Hb4s1o9uBQ98nojy25zauzvx5btIO/H+5UxUXfOQ==", "dev": true, "requires": { - "@temporalio/proto": "1.11.1", + "@temporalio/proto": "1.11.2", "long": "^5.2.3", "ms": "^3.0.0-canary.1", "proto3-json-serializer": "^2.0.0" @@ -13117,9 +13122,9 @@ } }, "@temporalio/proto": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/@temporalio/proto/-/proto-1.11.1.tgz", - "integrity": "sha512-qTNSsU88IOJbv6lhWyW0qAHAYg4euEW/NNPgAp5ohfPkqaw+/j51QABO9E6m/KQwMZ6x43z2JjQRS37aC6Psiw==", + "version": "1.11.2", + "resolved": "https://registry.npmjs.org/@temporalio/proto/-/proto-1.11.2.tgz", + "integrity": "sha512-h7Iw5hmUf8dGaozpk3WyRuOB5ZzBaFensfocK2eGui15ocNvtAb/aLFsxVJ6xOtryOsHTkgRam5BBZi0NOj+cA==", "dev": true, "requires": { "long": "^5.2.3", diff --git a/package.json b/package.json index 293e54af..6fda4ebc 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "update-toc": "doctoc README.md" }, "devDependencies": { - "@temporalio/client": "^1.11.1", + "@temporalio/client": "^1.11.2", "@tsconfig/node16": "^1.0.2", "@typescript-eslint/eslint-plugin": "^4.30.0", "@typescript-eslint/parser": "^4.30.0", diff --git a/patching-api/package.json b/patching-api/package.json index ef269232..9ccf7780 100644 --- a/patching-api/package.json +++ b/patching-api/package.json @@ -20,10 +20,10 @@ ] }, "dependencies": { - "@temporalio/activity": "^1.11.1", - "@temporalio/client": "^1.11.1", - "@temporalio/worker": "^1.11.1", - "@temporalio/workflow": "^1.11.1", + "@temporalio/activity": "^1.11.2", + "@temporalio/client": "^1.11.2", + "@temporalio/worker": "^1.11.2", + "@temporalio/workflow": "^1.11.2", "axios": "0.26.0", "eslint": "7", "node-fetch": "2.x" diff --git a/production/package.json b/production/package.json index 7a7c6696..edc1bf05 100644 --- a/production/package.json +++ b/production/package.json @@ -21,10 +21,10 @@ ] }, "dependencies": { - "@temporalio/activity": "^1.11.1", - "@temporalio/client": "^1.11.1", - "@temporalio/worker": "^1.11.1", - "@temporalio/workflow": "^1.11.1" + "@temporalio/activity": "^1.11.2", + "@temporalio/client": "^1.11.2", + "@temporalio/worker": "^1.11.2", + "@temporalio/workflow": "^1.11.2" }, "devDependencies": { "@tsconfig/node16": "^1.0.0", diff --git a/protobufs/package.json b/protobufs/package.json index abc4a9e4..02f4931c 100644 --- a/protobufs/package.json +++ b/protobufs/package.json @@ -23,10 +23,10 @@ ] }, "dependencies": { - "@temporalio/activity": "^1.11.1", - "@temporalio/client": "^1.11.1", - "@temporalio/worker": "^1.11.1", - "@temporalio/workflow": "^1.11.1", + "@temporalio/activity": "^1.11.2", + "@temporalio/client": "^1.11.2", + "@temporalio/worker": "^1.11.2", + "@temporalio/workflow": "^1.11.2", "uuid": "^8.3.2" }, "devDependencies": { diff --git a/query-subscriptions/package.json b/query-subscriptions/package.json index b5033bf9..00fddc10 100644 --- a/query-subscriptions/package.json +++ b/query-subscriptions/package.json @@ -20,10 +20,10 @@ ] }, "dependencies": { - "@temporalio/activity": "^1.11.1", - "@temporalio/client": "^1.11.1", - "@temporalio/worker": "^1.11.1", - "@temporalio/workflow": "^1.11.1", + "@temporalio/activity": "^1.11.2", + "@temporalio/client": "^1.11.2", + "@temporalio/worker": "^1.11.2", + "@temporalio/workflow": "^1.11.2", "immer": "^9.0.6", "ioredis": "^4.28.0" }, diff --git a/saga/package.json b/saga/package.json index 314faee5..91024bb1 100644 --- a/saga/package.json +++ b/saga/package.json @@ -20,10 +20,10 @@ ] }, "dependencies": { - "@temporalio/activity": "^1.11.1", - "@temporalio/client": "^1.11.1", - "@temporalio/worker": "^1.11.1", - "@temporalio/workflow": "^1.11.1", + "@temporalio/activity": "^1.11.2", + "@temporalio/client": "^1.11.2", + "@temporalio/worker": "^1.11.2", + "@temporalio/workflow": "^1.11.2", "cuid": "^2.1.8" }, "devDependencies": { diff --git a/schedules/package.json b/schedules/package.json index 332b4e7f..5143f556 100644 --- a/schedules/package.json +++ b/schedules/package.json @@ -24,10 +24,10 @@ ] }, "dependencies": { - "@temporalio/activity": "^1.11.1", - "@temporalio/client": "^1.11.1", - "@temporalio/worker": "^1.11.1", - "@temporalio/workflow": "^1.11.1" + "@temporalio/activity": "^1.11.2", + "@temporalio/client": "^1.11.2", + "@temporalio/worker": "^1.11.2", + "@temporalio/workflow": "^1.11.2" }, "devDependencies": { "@tsconfig/node16": "^1.0.0", diff --git a/scratchpad/package.json b/scratchpad/package.json index 48e0d973..3262411a 100644 --- a/scratchpad/package.json +++ b/scratchpad/package.json @@ -18,10 +18,10 @@ ] }, "dependencies": { - "@temporalio/activity": "^1.11.1", - "@temporalio/client": "^1.11.1", - "@temporalio/worker": "^1.11.1", - "@temporalio/workflow": "^1.11.1" + "@temporalio/activity": "^1.11.2", + "@temporalio/client": "^1.11.2", + "@temporalio/worker": "^1.11.2", + "@temporalio/workflow": "^1.11.2" }, "devDependencies": { "@tsconfig/node16": "^1.0.0", diff --git a/search-attributes/package.json b/search-attributes/package.json index f8e36913..058c427c 100644 --- a/search-attributes/package.json +++ b/search-attributes/package.json @@ -21,10 +21,10 @@ ] }, "dependencies": { - "@temporalio/activity": "^1.11.1", - "@temporalio/client": "^1.11.1", - "@temporalio/worker": "^1.11.1", - "@temporalio/workflow": "^1.11.1" + "@temporalio/activity": "^1.11.2", + "@temporalio/client": "^1.11.2", + "@temporalio/worker": "^1.11.2", + "@temporalio/workflow": "^1.11.2" }, "devDependencies": { "@tsconfig/node16": "^1.0.0", diff --git a/signals-queries/package.json b/signals-queries/package.json index 236ad319..71afd8cf 100644 --- a/signals-queries/package.json +++ b/signals-queries/package.json @@ -23,10 +23,10 @@ ] }, "dependencies": { - "@temporalio/activity": "^1.11.1", - "@temporalio/client": "^1.11.1", - "@temporalio/worker": "^1.11.1", - "@temporalio/workflow": "^1.11.1" + "@temporalio/activity": "^1.11.2", + "@temporalio/client": "^1.11.2", + "@temporalio/worker": "^1.11.2", + "@temporalio/workflow": "^1.11.2" }, "devDependencies": { "@tsconfig/node16": "^1.0.0", diff --git a/sinks/package.json b/sinks/package.json index 6651c7b1..3e3e84c6 100644 --- a/sinks/package.json +++ b/sinks/package.json @@ -20,10 +20,10 @@ ] }, "dependencies": { - "@temporalio/activity": "^1.11.1", - "@temporalio/client": "^1.11.1", - "@temporalio/worker": "^1.11.1", - "@temporalio/workflow": "^1.11.1" + "@temporalio/activity": "^1.11.2", + "@temporalio/client": "^1.11.2", + "@temporalio/worker": "^1.11.2", + "@temporalio/workflow": "^1.11.2" }, "devDependencies": { "@tsconfig/node16": "^1.0.0", diff --git a/snippets/package.json b/snippets/package.json index f946ee6e..7d84e3d3 100644 --- a/snippets/package.json +++ b/snippets/package.json @@ -20,10 +20,10 @@ ] }, "dependencies": { - "@temporalio/activity": "^1.11.1", - "@temporalio/client": "^1.11.1", - "@temporalio/worker": "^1.11.1", - "@temporalio/workflow": "^1.11.1", + "@temporalio/activity": "^1.11.2", + "@temporalio/client": "^1.11.2", + "@temporalio/worker": "^1.11.2", + "@temporalio/workflow": "^1.11.2", "nanoid": "3.x" }, "devDependencies": { diff --git a/state/package.json b/state/package.json index d46f999a..03eafa10 100644 --- a/state/package.json +++ b/state/package.json @@ -23,10 +23,10 @@ ] }, "dependencies": { - "@temporalio/activity": "^1.11.1", - "@temporalio/client": "^1.11.1", - "@temporalio/worker": "^1.11.1", - "@temporalio/workflow": "^1.11.1" + "@temporalio/activity": "^1.11.2", + "@temporalio/client": "^1.11.2", + "@temporalio/worker": "^1.11.2", + "@temporalio/workflow": "^1.11.2" }, "devDependencies": { "@tsconfig/node16": "^1.0.0", diff --git a/timer-examples/package.json b/timer-examples/package.json index 23faa49e..918cba07 100644 --- a/timer-examples/package.json +++ b/timer-examples/package.json @@ -24,15 +24,15 @@ ] }, "dependencies": { - "@temporalio/activity": "^1.11.1", - "@temporalio/client": "^1.11.1", - "@temporalio/worker": "^1.11.1", - "@temporalio/workflow": "^1.11.1", + "@temporalio/activity": "^1.11.2", + "@temporalio/client": "^1.11.2", + "@temporalio/worker": "^1.11.2", + "@temporalio/workflow": "^1.11.2", "axios": "0.26.1", "dotenv": "^10.0.0" }, "devDependencies": { - "@temporalio/testing": "^1.11.1", + "@temporalio/testing": "^1.11.2", "@tsconfig/node16": "^1.0.0", "@types/mocha": "^9.1.1", "@types/ms": "^0.7.31", diff --git a/timer-progress/package.json b/timer-progress/package.json index e9a25f18..1dfae946 100644 --- a/timer-progress/package.json +++ b/timer-progress/package.json @@ -20,10 +20,10 @@ ] }, "dependencies": { - "@temporalio/activity": "^1.11.1", - "@temporalio/client": "^1.11.1", - "@temporalio/worker": "^1.11.1", - "@temporalio/workflow": "^1.11.1" + "@temporalio/activity": "^1.11.2", + "@temporalio/client": "^1.11.2", + "@temporalio/worker": "^1.11.2", + "@temporalio/workflow": "^1.11.2" }, "devDependencies": { "@tsconfig/node16": "^1.0.0", diff --git a/vscode-debugger/package.json b/vscode-debugger/package.json index cc6cf02b..08bedd9f 100644 --- a/vscode-debugger/package.json +++ b/vscode-debugger/package.json @@ -20,10 +20,10 @@ ] }, "dependencies": { - "@temporalio/activity": "^1.11.1", - "@temporalio/client": "^1.11.1", - "@temporalio/worker": "^1.11.1", - "@temporalio/workflow": "^1.11.1", + "@temporalio/activity": "^1.11.2", + "@temporalio/client": "^1.11.2", + "@temporalio/worker": "^1.11.2", + "@temporalio/workflow": "^1.11.2", "waait": "^1.0.5" }, "devDependencies": { diff --git a/worker-specific-task-queues/package.json b/worker-specific-task-queues/package.json index 3b476254..9c392ebb 100644 --- a/worker-specific-task-queues/package.json +++ b/worker-specific-task-queues/package.json @@ -20,10 +20,10 @@ ] }, "dependencies": { - "@temporalio/activity": "^1.11.1", - "@temporalio/client": "^1.11.1", - "@temporalio/worker": "^1.11.1", - "@temporalio/workflow": "^1.11.1", + "@temporalio/activity": "^1.11.2", + "@temporalio/client": "^1.11.2", + "@temporalio/worker": "^1.11.2", + "@temporalio/workflow": "^1.11.2", "uuid": "^8.3.2" }, "devDependencies": { diff --git a/worker-versioning/package.json b/worker-versioning/package.json index 6d2e11a8..f962d4d1 100644 --- a/worker-versioning/package.json +++ b/worker-versioning/package.json @@ -16,10 +16,10 @@ ] }, "dependencies": { - "@temporalio/activity": "^1.11.1", - "@temporalio/client": "^1.11.1", - "@temporalio/worker": "^1.11.1", - "@temporalio/workflow": "^1.11.1", + "@temporalio/activity": "^1.11.2", + "@temporalio/client": "^1.11.2", + "@temporalio/worker": "^1.11.2", + "@temporalio/workflow": "^1.11.2", "nanoid": "3.x" }, "devDependencies": {