release: @marketplaces/auth 0.2.0 (3d8c2a3)
This commit is contained in:
2
dist/package.json
vendored
2
dist/package.json
vendored
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user