Skip to content

Commit 6cd6155

Browse files
chore: use workspace protocol for all packages (#1936)
1 parent 422535d commit 6cd6155

3 files changed

Lines changed: 15 additions & 76 deletions

File tree

packages/envconfig/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"author": "Temporal Technologies Inc. <sdk@temporal.io>",
1515
"license": "MIT",
1616
"dependencies": {
17-
"@temporalio/common": "file:../common",
17+
"@temporalio/common": "workspace:*",
1818
"smol-toml": "1.4.2"
1919
},
2020
"devDependencies": {
21-
"@temporalio/worker": "file:../worker"
21+
"@temporalio/worker": "workspace:*"
2222
},
2323
"engines": {
2424
"node": ">= 20.0.0"

packages/plugin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"author": "Temporal Technologies Inc. <sdk@temporal.io>",
1414
"license": "MIT",
1515
"devDependencies": {
16-
"@temporalio/client": "file:../client",
17-
"@temporalio/common": "file:../common",
18-
"@temporalio/worker": "file:../worker",
16+
"@temporalio/client": "workspace:*",
17+
"@temporalio/common": "workspace:*",
18+
"@temporalio/worker": "workspace:*",
1919
"nexus-rpc": "^0.0.1"
2020
},
2121
"bugs": {

pnpm-lock.yaml

Lines changed: 10 additions & 71 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)