@backstage/plugin-auth-backend-module-onelogin-provider 0.0.0-nightly-20240611021715 → 0.0.0-nightly-20240613021705

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 +17 -3
  2. package/package.json +10 -8
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-auth-backend-module-onelogin-provider
2
2
 
3
- ## 0.0.0-nightly-20240611021715
3
+ ## 0.0.0-nightly-20240613021705
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -8,6 +8,20 @@
8
8
 
9
9
  ### Patch Changes
10
10
 
11
+ - d44a20a: Added additional plugin metadata to `package.json`.
11
12
  - Updated dependencies
12
- - @backstage/backend-plugin-api@0.0.0-nightly-20240611021715
13
- - @backstage/plugin-auth-node@0.0.0-nightly-20240611021715
13
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240613021705
14
+ - @backstage/plugin-auth-node@0.0.0-nightly-20240613021705
15
+
16
+ ## 0.1.0-next.0
17
+
18
+ ### Minor Changes
19
+
20
+ - 566d7cb: Separate out the OneLogin provider into its own module
21
+
22
+ ### Patch Changes
23
+
24
+ - d44a20a: Added additional plugin metadata to `package.json`.
25
+ - Updated dependencies
26
+ - @backstage/backend-plugin-api@0.6.19-next.3
27
+ - @backstage/plugin-auth-node@0.4.14-next.3
package/package.json CHANGED
@@ -1,9 +1,11 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-backend-module-onelogin-provider",
3
- "version": "0.0.0-nightly-20240611021715",
3
+ "version": "0.0.0-nightly-20240613021705",
4
4
  "description": "The onelogin-provider backend module for the auth plugin.",
5
5
  "backstage": {
6
- "role": "backend-plugin-module"
6
+ "role": "backend-plugin-module",
7
+ "pluginId": "auth",
8
+ "pluginPackage": "@backstage/plugin-auth-backend"
7
9
  },
8
10
  "publishConfig": {
9
11
  "access": "public",
@@ -32,17 +34,17 @@
32
34
  "test": "backstage-cli package test"
33
35
  },
34
36
  "dependencies": {
35
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240611021715",
36
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20240611021715",
37
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240613021705",
38
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20240613021705",
37
39
  "express": "^4.18.2",
38
40
  "passport": "^0.7.0",
39
41
  "passport-onelogin-oauth": "^0.0.1"
40
42
  },
41
43
  "devDependencies": {
42
- "@backstage/backend-defaults": "^0.0.0-nightly-20240611021715",
43
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240611021715",
44
- "@backstage/cli": "^0.0.0-nightly-20240611021715",
45
- "@backstage/plugin-auth-backend": "^0.0.0-nightly-20240611021715",
44
+ "@backstage/backend-defaults": "^0.0.0-nightly-20240613021705",
45
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240613021705",
46
+ "@backstage/cli": "^0.0.0-nightly-20240613021705",
47
+ "@backstage/plugin-auth-backend": "^0.0.0-nightly-20240613021705",
46
48
  "supertest": "^6.3.3"
47
49
  },
48
50
  "configSchema": "config.d.ts"