@backstage/plugin-auth-backend-module-onelogin-provider 0.0.0-nightly-20250514023859 → 0.0.0-nightly-20250515023852

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -3
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @backstage/plugin-auth-backend-module-onelogin-provider
2
2
 
3
- ## 0.0.0-nightly-20250514023859
3
+ ## 0.0.0-nightly-20250515023852
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 5cc1f7f: Introduce `dangerouslyAllowSignInWithoutUserInCatalog` auth resolver config.
8
8
  - Updated dependencies
9
- - @backstage/plugin-auth-node@0.0.0-nightly-20250514023859
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20250514023859
9
+ - @backstage/plugin-auth-node@0.0.0-nightly-20250515023852
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250515023852
11
11
 
12
12
  ## 0.3.3-next.2
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-backend-module-onelogin-provider",
3
- "version": "0.0.0-nightly-20250514023859",
3
+ "version": "0.0.0-nightly-20250515023852",
4
4
  "description": "The onelogin-provider backend module for the auth plugin.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -37,18 +37,18 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250514023859",
41
- "@backstage/plugin-auth-node": "0.0.0-nightly-20250514023859",
40
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250515023852",
41
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20250515023852",
42
42
  "express": "^4.18.2",
43
43
  "passport": "^0.7.0",
44
44
  "passport-onelogin-oauth": "^0.0.1",
45
45
  "zod": "^3.22.4"
46
46
  },
47
47
  "devDependencies": {
48
- "@backstage/backend-defaults": "0.0.0-nightly-20250514023859",
49
- "@backstage/backend-test-utils": "0.0.0-nightly-20250514023859",
50
- "@backstage/cli": "0.0.0-nightly-20250514023859",
51
- "@backstage/plugin-auth-backend": "0.0.0-nightly-20250514023859",
48
+ "@backstage/backend-defaults": "0.0.0-nightly-20250515023852",
49
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250515023852",
50
+ "@backstage/cli": "0.0.0-nightly-20250515023852",
51
+ "@backstage/plugin-auth-backend": "0.0.0-nightly-20250515023852",
52
52
  "@backstage/types": "1.2.1",
53
53
  "supertest": "^7.0.0"
54
54
  },