From ca1703505f7d602b421f55adc743414522b319c5 Mon Sep 17 00:00:00 2001 From: TomAFrench Date: Thu, 28 Nov 2024 20:35:18 +0000 Subject: [PATCH 1/3] chore: remove unused dep --- yarn-project/txe/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/yarn-project/txe/package.json b/yarn-project/txe/package.json index 47e82bd7428..efa06e6bf57 100644 --- a/yarn-project/txe/package.json +++ b/yarn-project/txe/package.json @@ -61,7 +61,6 @@ }, "dependencies": { "@aztec/accounts": "workspace:^", - "@aztec/archiver": "workspace:^", "@aztec/aztec.js": "workspace:^", "@aztec/circuit-types": "workspace:^", "@aztec/circuits.js": "workspace:^", From 285d9b379c912adbaf3ae7f92593aed700514162 Mon Sep 17 00:00:00 2001 From: TomAFrench Date: Thu, 28 Nov 2024 21:55:19 +0000 Subject: [PATCH 2/3] . --- yarn-project/accounts/package.json | 2 +- yarn-project/circuits.js/package.json | 2 +- yarn-project/yarn.lock | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/yarn-project/accounts/package.json b/yarn-project/accounts/package.json index d73f4c9ebf3..6af84aee1c9 100644 --- a/yarn-project/accounts/package.json +++ b/yarn-project/accounts/package.json @@ -102,4 +102,4 @@ "engines": { "node": ">=18" } -} \ No newline at end of file +} diff --git a/yarn-project/circuits.js/package.json b/yarn-project/circuits.js/package.json index 34f19cb3e6d..f2d6a74bfcc 100644 --- a/yarn-project/circuits.js/package.json +++ b/yarn-project/circuits.js/package.json @@ -101,4 +101,4 @@ ] ] } -} \ No newline at end of file +} diff --git a/yarn-project/yarn.lock b/yarn-project/yarn.lock index f12b77c3c63..d7be2576ef5 100644 --- a/yarn-project/yarn.lock +++ b/yarn-project/yarn.lock @@ -1224,7 +1224,6 @@ __metadata: resolution: "@aztec/txe@workspace:txe" dependencies: "@aztec/accounts": "workspace:^" - "@aztec/archiver": "workspace:^" "@aztec/aztec.js": "workspace:^" "@aztec/circuit-types": "workspace:^" "@aztec/circuits.js": "workspace:^" From 6ca0efae9af3dfc0305ba923772c55e06effc57e Mon Sep 17 00:00:00 2001 From: TomAFrench Date: Fri, 29 Nov 2024 11:59:10 +0000 Subject: [PATCH 3/3] . --- yarn-project/txe/tsconfig.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/yarn-project/txe/tsconfig.json b/yarn-project/txe/tsconfig.json index 13ce5efa699..175870ac9d6 100644 --- a/yarn-project/txe/tsconfig.json +++ b/yarn-project/txe/tsconfig.json @@ -9,9 +9,6 @@ { "path": "../accounts" }, - { - "path": "../archiver" - }, { "path": "../aztec.js" },