@backstage/plugin-auth-backend-module-gitlab-provider
Advanced tools
Comparing version 0.0.0-nightly-20231107021551 to 0.0.0-nightly-20231115021506
# @backstage/plugin-auth-backend-module-gitlab-provider | ||
## 0.0.0-nightly-20231107021551 | ||
## 0.0.0-nightly-20231115021506 | ||
@@ -8,6 +8,25 @@ ### Patch Changes | ||
- Updated dependencies | ||
- @backstage/backend-plugin-api@0.0.0-nightly-20231107021551 | ||
- @backstage/backend-common@0.0.0-nightly-20231107021551 | ||
- @backstage/plugin-auth-node@0.0.0-nightly-20231107021551 | ||
- @backstage/backend-common@0.0.0-nightly-20231115021506 | ||
- @backstage/plugin-auth-node@0.0.0-nightly-20231115021506 | ||
- @backstage/backend-plugin-api@0.0.0-nightly-20231115021506 | ||
## 0.1.4 | ||
### Patch Changes | ||
- a3236ad0ca: Fix link to the repository in `README.md`. | ||
- Updated dependencies | ||
- @backstage/backend-common@0.19.9 | ||
- @backstage/backend-plugin-api@0.6.7 | ||
- @backstage/plugin-auth-node@0.4.1 | ||
## 0.1.4-next.2 | ||
### Patch Changes | ||
- Updated dependencies | ||
- @backstage/backend-plugin-api@0.6.7-next.2 | ||
- @backstage/backend-common@0.19.9-next.2 | ||
- @backstage/plugin-auth-node@0.4.1-next.2 | ||
## 0.1.4-next.1 | ||
@@ -14,0 +33,0 @@ |
{ | ||
"name": "@backstage/plugin-auth-backend-module-gitlab-provider", | ||
"description": "The gitlab-provider backend module for the auth plugin.", | ||
"version": "0.0.0-nightly-20231107021551", | ||
"version": "0.0.0-nightly-20231115021506", | ||
"main": "dist/index.cjs.js", | ||
@@ -26,5 +26,5 @@ "types": "dist/index.d.ts", | ||
"dependencies": { | ||
"@backstage/backend-common": "^0.0.0-nightly-20231107021551", | ||
"@backstage/backend-plugin-api": "^0.0.0-nightly-20231107021551", | ||
"@backstage/plugin-auth-node": "^0.0.0-nightly-20231107021551", | ||
"@backstage/backend-common": "^0.0.0-nightly-20231115021506", | ||
"@backstage/backend-plugin-api": "^0.0.0-nightly-20231115021506", | ||
"@backstage/plugin-auth-node": "^0.0.0-nightly-20231115021506", | ||
"express": "^4.18.2", | ||
@@ -35,6 +35,6 @@ "passport": "^0.6.0", | ||
"devDependencies": { | ||
"@backstage/backend-defaults": "^0.0.0-nightly-20231107021551", | ||
"@backstage/backend-test-utils": "^0.0.0-nightly-20231107021551", | ||
"@backstage/cli": "^0.0.0-nightly-20231107021551", | ||
"@backstage/plugin-auth-backend": "^0.0.0-nightly-20231107021551", | ||
"@backstage/backend-defaults": "^0.0.0-nightly-20231115021506", | ||
"@backstage/backend-test-utils": "^0.0.0-nightly-20231115021506", | ||
"@backstage/cli": "^0.24.0", | ||
"@backstage/plugin-auth-backend": "^0.0.0-nightly-20231115021506", | ||
"supertest": "^6.3.3" | ||
@@ -41,0 +41,0 @@ }, |
@@ -7,3 +7,3 @@ # Auth Module: GitLab Provider | ||
- [Repository](https://gitlab.com/backstage/backstage/tree/master/plugins/auth-backend-module-gitlab-provider) | ||
- [Repository](https://github.com/backstage/backstage/tree/master/plugins/auth-backend-module-gitlab-provider) | ||
- [Backstage Project Homepage](https://backstage.io) |
18493