From 2c20e3aff210dbcb69310a1ebe62bdad7b84ab47 Mon Sep 17 00:00:00 2001 From: sdarbinyan Date: Fri, 21 Aug 2026 08:14:28 +0400 Subject: [PATCH] release: @marketplaces/auth 0.2.0 (3d8c2a3) --- dist/package.json | 2 +- package.json | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/dist/package.json b/dist/package.json index 54efe9e..239c7d8 100644 --- a/dist/package.json +++ b/dist/package.json @@ -1,6 +1,6 @@ { "name": "@marketplaces/auth", - "version": "0.1.0", + "version": "0.2.0", "description": "Standalone Angular authentication UI and client for marketplaces projects.", "module": "fesm2022/marketplaces-auth.mjs", "typings": "types/marketplaces-auth.d.ts", diff --git a/package.json b/package.json index de48c21..e7b9d1c 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,12 @@ { "name": "@marketplaces/auth", - "version": "0.1.0", + "version": "0.2.0", "description": "Standalone Angular authentication UI and client for marketplaces projects.", "module": "dist/fesm2022/marketplaces-auth.mjs", "typings": "dist/types/marketplaces-auth.d.ts", - "files": ["dist"], + "files": [ + "dist" + ], "scripts": { "build": "ng-packagr -p ng-package.json -c tsconfig.json", "test": "node --test test/*.test.mjs"