Skip to content

Commit

Permalink
Tilde deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bergundy committed Nov 4, 2022
1 parent 0e78d7d commit 7ae3fba
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion packages/activity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "Temporal Technologies Inc. <[email protected]>",
"license": "MIT",
"dependencies": {
"@temporalio/common": "^1.4.4",
"@temporalio/common": "~1.4.4",
"abort-controller": "^3.0.0"
},
"bugs": {
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"license": "MIT",
"dependencies": {
"@grpc/grpc-js": "^1.6.7",
"@temporalio/common": "^1.4.4",
"@temporalio/proto": "^1.4.4",
"@temporalio/common": "~1.4.4",
"@temporalio/proto": "~1.4.4",
"ms": "^2.1.3",
"uuid": "^8.3.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "MIT",
"dependencies": {
"@opentelemetry/api": "^1.0.3",
"@temporalio/proto": "^1.4.4",
"@temporalio/proto": "~1.4.4",
"long": "^5.2.0",
"ms": "^2.1.3",
"proto3-json-serializer": "^1.0.3",
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": "^1.4.4",
"@temporalio/common": "^1.4.4",
"@temporalio/worker": "^1.4.4",
"@temporalio/workflow": "^1.4.4"
"@temporalio/client": "~1.4.4",
"@temporalio/common": "~1.4.4",
"@temporalio/worker": "~1.4.4",
"@temporalio/workflow": "~1.4.4"
},
"bugs": {
"url": "https://github.com/temporalio/sdk-typescript/issues"
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.4.4",
"description": "Temporal.io SDK meta-package",
"dependencies": {
"@temporalio/activity": "^1.4.4",
"@temporalio/client": "^1.4.4",
"@temporalio/common": "^1.4.4",
"@temporalio/interceptors-opentelemetry": "^1.4.4",
"@temporalio/proto": "^1.4.4",
"@temporalio/testing": "^1.4.4",
"@temporalio/worker": "^1.4.4",
"@temporalio/workflow": "^1.4.4"
"@temporalio/activity": "~1.4.4",
"@temporalio/client": "~1.4.4",
"@temporalio/common": "~1.4.4",
"@temporalio/interceptors-opentelemetry": "~1.4.4",
"@temporalio/proto": "~1.4.4",
"@temporalio/testing": "~1.4.4",
"@temporalio/worker": "~1.4.4",
"@temporalio/workflow": "~1.4.4"
},
"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": "^1.4.4",
"@temporalio/workflow": "^1.4.4",
"@temporalio/worker": "~1.4.4",
"@temporalio/workflow": "~1.4.4",
"istanbul-instrumenter-loader": "^3.0.1",
"istanbul-lib-coverage": "^3.2.0"
},
Expand Down
16 changes: 8 additions & 8 deletions packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
"license": "MIT",
"dependencies": {
"@opentelemetry/exporter-trace-otlp-grpc": "^0.29.2",
"@temporalio/activity": "^1.4.4",
"@temporalio/client": "^1.4.4",
"@temporalio/common": "^1.4.4",
"@temporalio/interceptors-opentelemetry": "^1.4.4",
"@temporalio/proto": "^1.4.4",
"@temporalio/testing": "^1.4.4",
"@temporalio/worker": "^1.4.4",
"@temporalio/workflow": "^1.4.4",
"@temporalio/activity": "~1.4.4",
"@temporalio/client": "~1.4.4",
"@temporalio/common": "~1.4.4",
"@temporalio/interceptors-opentelemetry": "~1.4.4",
"@temporalio/proto": "~1.4.4",
"@temporalio/testing": "~1.4.4",
"@temporalio/worker": "~1.4.4",
"@temporalio/workflow": "~1.4.4",
"@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": "^1.4.4",
"@temporalio/client": "^1.4.4",
"@temporalio/common": "^1.4.4",
"@temporalio/worker": "^1.4.4",
"@temporalio/activity": "~1.4.4",
"@temporalio/client": "~1.4.4",
"@temporalio/common": "~1.4.4",
"@temporalio/worker": "~1.4.4",
"abort-controller": "^3.0.0",
"ms": "^2.1.3"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"dependencies": {
"@opentelemetry/api": "^1.1.0",
"@swc/core": "^1.2.204",
"@temporalio/activity": "^1.4.4",
"@temporalio/common": "^1.4.4",
"@temporalio/core-bridge": "^1.4.4",
"@temporalio/proto": "^1.4.4",
"@temporalio/workflow": "^1.4.4",
"@temporalio/activity": "~1.4.4",
"@temporalio/common": "~1.4.4",
"@temporalio/core-bridge": "~1.4.4",
"@temporalio/proto": "~1.4.4",
"@temporalio/workflow": "~1.4.4",
"abort-controller": "^3.0.0",
"cargo-cp-artifact": "^0.1.6",
"heap-js": "^2.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/workflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"types": "lib/index.d.ts",
"scripts": {},
"dependencies": {
"@temporalio/common": "^1.4.4",
"@temporalio/proto": "^1.4.4"
"@temporalio/common": "~1.4.4",
"@temporalio/proto": "~1.4.4"
},
"devDependencies": {
"source-map": "^0.7.4"
Expand Down

0 comments on commit 7ae3fba

Please sign in to comment.