From 9f9e31dc9c267a7add647270c332f5aaafd1013d Mon Sep 17 00:00:00 2001 From: mauriziovitale Date: Wed, 17 Jul 2024 15:24:43 +0200 Subject: [PATCH] Simulate breaking change 5 --- lib/core/src/lib/auth/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/src/lib/auth/index.ts b/lib/core/src/lib/auth/index.ts index 54beb1a252..07d12dd664 100644 --- a/lib/core/src/lib/auth/index.ts +++ b/lib/core/src/lib/auth/index.ts @@ -15,4 +15,4 @@ * limitations under the License. */ -export * from './public-api'; +export * from './public-api2';