From 7e2951f670a281015e4da4fe46bf1a063c117b2c Mon Sep 17 00:00:00 2001 From: Badisi Date: Thu, 7 Mar 2024 23:19:00 +0100 Subject: [PATCH] chore(releaserc): prepare releases --- package-lock.json | 12 +++++++++++- package.json | 2 +- projects/auth-js/package.json | 1 + projects/ngx-auth/.releaserc.json | 1 + 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4fa4da7..0c87765 100644 --- a/package-lock.json +++ b/package-lock.json @@ -68522,7 +68522,7 @@ "version": "0.0.0-semantically-released", "license": "GPL-3.0-only", "dependencies": { - "@badisi/auth-js": "0.0.0-semantically-released", + "@badisi/auth-js": "1.0.0", "@hug/ngx-schematics-utilities": "4.0.2", "tslib": "^1.9.0 || ^2.2.0" }, @@ -68533,6 +68533,16 @@ "rxjs": ">=6.0.0" } }, + "projects/ngx-auth/node_modules/@badisi/auth-js": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@badisi/auth-js/-/auth-js-1.0.0.tgz", + "integrity": "sha512-XrhpU/hf2yPOKFgMkTmS9U15hHc15+pG30Zd6lo7SmiBNoguqWpUkmcwRjYYGe3mJ1f+t0RBN2VqbVDB7x4clg==", + "dependencies": { + "jwt-decode": "^3.1.2", + "lodash-es": "^4.17.21", + "oidc-client-ts": "2.4.0" + } + }, "projects/site": { "license": "GPL-3.0-only", "dependencies": { diff --git a/package.json b/package.json index 157bd6b..6c056a3 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "lint": "nx run-many --target=lint --projects=auth-js,ngx-auth", "test": "nx run-many --target=test --projects=auth-js,ngx-auth", "publish": "multi-semantic-release --ignore-private-packages --yes", - "publish-dry-run": "GITHUB_TOKEN=XXX NPM_TOKEN=XXX npm run publish -- --no-ci", + "publish-dry-run": "GITHUB_TOKEN=XXX NPM_TOKEN=XXX npm run publish -- --dry-run --no-ci", "postinstall": "node ./scripts/patch-semantic-release-npm.js", "prepare": "husky || true" }, diff --git a/projects/auth-js/package.json b/projects/auth-js/package.json index 8956d71..1a76137 100644 --- a/projects/auth-js/package.json +++ b/projects/auth-js/package.json @@ -1,5 +1,6 @@ { "name": "@badisi/auth-js", + "private": true, "version": "0.0.0-semantically-released", "description": "Authentication and authorization support for web based desktop and mobile applications.", "homepage": "https://github.com/Badisi/auth-js/tree/main/projects/auth-js", diff --git a/projects/ngx-auth/.releaserc.json b/projects/ngx-auth/.releaserc.json index 9aac483..6ba6820 100644 --- a/projects/ngx-auth/.releaserc.json +++ b/projects/ngx-auth/.releaserc.json @@ -1,5 +1,6 @@ { "branches": [ + "main", { "name": "ngx-auth-2.x", "range": "2.x",