@backstage/plugin-auth-backend-module-gcp-iap-provider 0.0.0-nightly-20240813022007 → 0.0.0-nightly-20240815021638

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 +13 -3
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,16 +1,26 @@
1
1
  # @backstage/plugin-auth-backend-module-gcp-iap-provider
2
2
 
3
- ## 0.0.0-nightly-20240813022007
3
+ ## 0.0.0-nightly-20240815021638
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - c8f1cae: Add `signIn` to authentication provider configuration schema
8
8
  - Updated dependencies
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20240813022007
10
- - @backstage/plugin-auth-node@0.0.0-nightly-20240813022007
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240815021638
10
+ - @backstage/plugin-auth-node@0.0.0-nightly-20240815021638
11
11
  - @backstage/errors@1.2.4
12
12
  - @backstage/types@1.1.1
13
13
 
14
+ ## 0.2.18-next.3
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - @backstage/backend-plugin-api@0.8.0-next.3
20
+ - @backstage/errors@1.2.4
21
+ - @backstage/types@1.1.1
22
+ - @backstage/plugin-auth-node@0.5.0-next.3
23
+
14
24
  ## 0.2.18-next.2
15
25
 
16
26
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-backend-module-gcp-iap-provider",
3
- "version": "0.0.0-nightly-20240813022007",
3
+ "version": "0.0.0-nightly-20240815021638",
4
4
  "description": "A GCP IAP auth provider module for the Backstage auth backend",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -38,15 +38,15 @@
38
38
  "test": "backstage-cli package test"
39
39
  },
40
40
  "dependencies": {
41
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240813022007",
41
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240815021638",
42
42
  "@backstage/errors": "^1.2.4",
43
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20240813022007",
43
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20240815021638",
44
44
  "@backstage/types": "^1.1.1",
45
45
  "google-auth-library": "^9.0.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240813022007",
49
- "@backstage/cli": "^0.0.0-nightly-20240813022007",
48
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240815021638",
49
+ "@backstage/cli": "^0.0.0-nightly-20240815021638",
50
50
  "express": "^4.18.2"
51
51
  },
52
52
  "configSchema": "config.d.ts"