Skip to content

Commit

Permalink
Depend on ~1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lorensr committed Oct 10, 2022
1 parent 97b427e commit b85b35a
Show file tree
Hide file tree
Showing 13 changed files with 50 additions and 50 deletions.
4 changes: 2 additions & 2 deletions packages/activity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"author": "Temporal Technologies Inc. <[email protected]>",
"license": "MIT",
"dependencies": {
"@temporalio/common": "file:../common",
"@temporalio/internal-workflow-common": "file:../internal-workflow-common",
"@temporalio/common": "~1.3.1",
"@temporalio/internal-workflow-common": "~1.3.1",
"abort-controller": "^3.0.0"
},
"bugs": {
Expand Down
8 changes: 4 additions & 4 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"license": "MIT",
"dependencies": {
"@grpc/grpc-js": "^1.6.7",
"@temporalio/common": "file:../common",
"@temporalio/internal-non-workflow-common": "file:../internal-non-workflow-common",
"@temporalio/internal-workflow-common": "file:../internal-workflow-common",
"@temporalio/proto": "file:../proto",
"@temporalio/common": "~1.3.1",
"@temporalio/internal-non-workflow-common": "~1.3.1",
"@temporalio/internal-workflow-common": "~1.3.1",
"@temporalio/proto": "~1.3.1",
"ms": "^2.1.3",
"uuid": "^8.3.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"license": "MIT",
"dependencies": {
"@opentelemetry/api": "^1.0.3",
"@temporalio/internal-workflow-common": "file:../internal-workflow-common",
"@temporalio/proto": "file:../proto",
"@temporalio/internal-workflow-common": "~1.3.1",
"@temporalio/proto": "~1.3.1",
"proto3-json-serializer": "^1.0.3",
"protobufjs": "^7.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core-bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"license": "MIT",
"dependencies": {
"@opentelemetry/api": "^1.1.0",
"@temporalio/internal-non-workflow-common": "file:../internal-non-workflow-common",
"@temporalio/internal-non-workflow-common": "~1.3.1",
"arg": "^5.0.2",
"cargo-cp-artifact": "^0.1.6",
"which": "^2.0.2"
Expand Down
8 changes: 4 additions & 4 deletions packages/interceptors-opentelemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"@opentelemetry/core": "^1.3.1",
"@opentelemetry/resources": "^1.3.1",
"@opentelemetry/sdk-trace-base": "^1.3.1",
"@temporalio/client": "file:../client",
"@temporalio/common": "file:../common",
"@temporalio/worker": "file:../worker",
"@temporalio/workflow": "file:../workflow"
"@temporalio/client": "~1.3.1",
"@temporalio/common": "~1.3.1",
"@temporalio/worker": "~1.3.1",
"@temporalio/workflow": "~1.3.1"
},
"bugs": {
"url": "https://github.com/temporalio/sdk-typescript/issues"
Expand Down
4 changes: 2 additions & 2 deletions packages/internal-non-workflow-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"license": "MIT",
"dependencies": {
"@opentelemetry/api": "^1.0.3",
"@temporalio/common": "file:../common",
"@temporalio/internal-workflow-common": "file:../internal-workflow-common"
"@temporalio/common": "~1.3.1",
"@temporalio/internal-workflow-common": "~1.3.1"
},
"bugs": {
"url": "https://github.com/temporalio/sdk-typescript/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/internal-workflow-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Temporal Technologies Inc. <[email protected]>",
"license": "MIT",
"dependencies": {
"@temporalio/proto": "file:../proto",
"@temporalio/proto": "~1.3.1",
"long": "^5.2.0",
"ms": "^2.1.3"
},
Expand Down
16 changes: 8 additions & 8 deletions packages/meta/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"version": "1.3.1",
"description": "Temporal.io SDK meta-package",
"dependencies": {
"@temporalio/activity": "file:../activity",
"@temporalio/client": "file:../client",
"@temporalio/common": "file:../common",
"@temporalio/interceptors-opentelemetry": "file:../interceptors-opentelemetry",
"@temporalio/proto": "file:../proto",
"@temporalio/testing": "file:../testing",
"@temporalio/worker": "file:../worker",
"@temporalio/workflow": "file:../workflow"
"@temporalio/activity": "~1.3.1",
"@temporalio/client": "~1.3.1",
"@temporalio/common": "~1.3.1",
"@temporalio/interceptors-opentelemetry": "~1.3.1",
"@temporalio/proto": "~1.3.1",
"@temporalio/testing": "~1.3.1",
"@temporalio/worker": "~1.3.1",
"@temporalio/workflow": "~1.3.1"
},
"author": "Temporal Technologies Inc. <[email protected]>",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/nyc-test-coverage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"src"
],
"dependencies": {
"@temporalio/worker": "file:../worker",
"@temporalio/workflow": "file:../workflow",
"@temporalio/worker": "~1.3.1",
"@temporalio/workflow": "~1.3.1",
"istanbul-instrumenter-loader": "^3.0.1",
"istanbul-lib-coverage": "^3.2.0"
},
Expand Down
20 changes: 10 additions & 10 deletions packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@
"license": "MIT",
"dependencies": {
"@opentelemetry/exporter-trace-otlp-grpc": "^0.29.2",
"@temporalio/activity": "file:../activity",
"@temporalio/client": "file:../client",
"@temporalio/common": "file:../common",
"@temporalio/interceptors-opentelemetry": "file:../interceptors-opentelemetry",
"@temporalio/internal-non-workflow-common": "file:../internal-non-workflow-common",
"@temporalio/internal-workflow-common": "file:../internal-workflow-common",
"@temporalio/proto": "file:../proto",
"@temporalio/testing": "file:../testing",
"@temporalio/worker": "file:../worker",
"@temporalio/workflow": "file:../workflow",
"@temporalio/activity": "~1.3.1",
"@temporalio/client": "~1.3.1",
"@temporalio/common": "~1.3.1",
"@temporalio/interceptors-opentelemetry": "~1.3.1",
"@temporalio/internal-non-workflow-common": "~1.3.1",
"@temporalio/internal-workflow-common": "~1.3.1",
"@temporalio/proto": "~1.3.1",
"@temporalio/testing": "~1.3.1",
"@temporalio/worker": "~1.3.1",
"@temporalio/workflow": "~1.3.1",
"@types/async-retry": "^1.4.4",
"async-retry": "^1.3.3",
"stack-utils": "^2.0.5"
Expand Down
8 changes: 4 additions & 4 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"license": "MIT",
"dependencies": {
"@grpc/grpc-js": "^1.6.7",
"@temporalio/activity": "file:../activity",
"@temporalio/client": "file:../client",
"@temporalio/common": "file:../common",
"@temporalio/worker": "file:../worker",
"@temporalio/activity": "~1.3.1",
"@temporalio/client": "~1.3.1",
"@temporalio/common": "~1.3.1",
"@temporalio/worker": "~1.3.1",
"abort-controller": "^3.0.0",
"ms": "^2.1.3"
},
Expand Down
14 changes: 7 additions & 7 deletions packages/worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"dependencies": {
"@opentelemetry/api": "^1.1.0",
"@swc/core": "^1.2.204",
"@temporalio/activity": "file:../activity",
"@temporalio/common": "file:../common",
"@temporalio/core-bridge": "file:../core-bridge",
"@temporalio/internal-non-workflow-common": "file:../internal-non-workflow-common",
"@temporalio/internal-workflow-common": "file:../internal-workflow-common",
"@temporalio/proto": "file:../proto",
"@temporalio/workflow": "file:../workflow",
"@temporalio/activity": "~1.3.1",
"@temporalio/common": "~1.3.1",
"@temporalio/core-bridge": "~1.3.1",
"@temporalio/internal-non-workflow-common": "~1.3.1",
"@temporalio/internal-workflow-common": "~1.3.1",
"@temporalio/proto": "~1.3.1",
"@temporalio/workflow": "~1.3.1",
"abort-controller": "^3.0.0",
"cargo-cp-artifact": "^0.1.6",
"heap-js": "^2.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/workflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"types": "lib/index.d.ts",
"scripts": {},
"dependencies": {
"@temporalio/common": "file:../common",
"@temporalio/internal-workflow-common": "file:../internal-workflow-common",
"@temporalio/proto": "file:../proto"
"@temporalio/common": "~1.3.1",
"@temporalio/internal-workflow-common": "~1.3.1",
"@temporalio/proto": "~1.3.1"
},
"devDependencies": {
"source-map": "^0.7.4"
Expand Down

0 comments on commit b85b35a

Please sign in to comment.