From b7a9dd75b032a4c523aa3ab48fa893feb2a27b8b Mon Sep 17 00:00:00 2001 From: Bilal Mahmoud Date: Sat, 12 Oct 2024 15:25:13 +0200 Subject: [PATCH] fix: turborepo --- libs/@local/harpc/codec/package.json | 3 ++- libs/@local/harpc/net/package.json | 4 +--- libs/@local/harpc/server/package.json | 3 +-- libs/@local/harpc/service/package.json | 3 +-- libs/@local/harpc/tower/package.json | 3 +-- 5 files changed, 6 insertions(+), 10 deletions(-) diff --git a/libs/@local/harpc/codec/package.json b/libs/@local/harpc/codec/package.json index 29ee0dd9f1e..4ba1ce33ef2 100644 --- a/libs/@local/harpc/codec/package.json +++ b/libs/@local/harpc/codec/package.json @@ -4,6 +4,7 @@ "private": true, "license": "AGPL-3", "dependencies": { - "@rust/error-stack": "0.5.0" + "@rust/error-stack": "0.5.0", + "@rust/harpc-types": "0.0.0-private" } } diff --git a/libs/@local/harpc/net/package.json b/libs/@local/harpc/net/package.json index 448d0a77276..981523f9bf1 100644 --- a/libs/@local/harpc/net/package.json +++ b/libs/@local/harpc/net/package.json @@ -12,9 +12,7 @@ "@rust/codec": "0.0.0-private", "@rust/error-stack": "0.5.0", "@rust/harpc-codec": "0.0.0-private", + "@rust/harpc-types": "0.0.0-private", "@rust/harpc-wire-protocol": "0.0.0-private" - }, - "devDependencies": { - "@rust/harpc-types": "0.0.0-private" } } diff --git a/libs/@local/harpc/server/package.json b/libs/@local/harpc/server/package.json index 8e8515c273f..7cbbaec68b2 100644 --- a/libs/@local/harpc/server/package.json +++ b/libs/@local/harpc/server/package.json @@ -9,8 +9,7 @@ "@rust/harpc-net": "0.0.0-private", "@rust/harpc-service": "0.0.0-private", "@rust/harpc-tower": "0.0.0-private", - "@rust/harpc-types": "0.0.0-private", - "@rust/harpc-wire-protocol": "0.0.0-private" + "@rust/harpc-types": "0.0.0-private" }, "devDependencies": { "@rust/graph-types": "0.0.0-private" diff --git a/libs/@local/harpc/service/package.json b/libs/@local/harpc/service/package.json index 045c01aedfc..16e48adcff7 100644 --- a/libs/@local/harpc/service/package.json +++ b/libs/@local/harpc/service/package.json @@ -5,7 +5,6 @@ "license": "AGPL-3", "dependencies": { "@rust/harpc-tower": "0.0.0-private", - "@rust/harpc-types": "0.0.0-private", - "@rust/harpc-wire-protocol": "0.0.0-private" + "@rust/harpc-types": "0.0.0-private" } } diff --git a/libs/@local/harpc/tower/package.json b/libs/@local/harpc/tower/package.json index 85f71018efa..8b26bc2be4b 100644 --- a/libs/@local/harpc/tower/package.json +++ b/libs/@local/harpc/tower/package.json @@ -7,7 +7,6 @@ "@rust/error-stack": "0.5.0", "@rust/harpc-codec": "0.0.0-private", "@rust/harpc-net": "0.0.0-private", - "@rust/harpc-types": "0.0.0-private", - "@rust/harpc-wire-protocol": "0.0.0-private" + "@rust/harpc-types": "0.0.0-private" } }