@backstage/plugin-auth-backend-module-gcp-iap-provider 0.4.3-next.0 → 0.4.3-next.1
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.
- package/CHANGELOG.md +10 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @backstage/plugin-auth-backend-module-gcp-iap-provider
|
|
2
2
|
|
|
3
|
+
## 0.4.3-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/plugin-auth-node@0.6.3-next.1
|
|
9
|
+
- @backstage/backend-plugin-api@1.3.1-next.1
|
|
10
|
+
- @backstage/errors@1.2.7
|
|
11
|
+
- @backstage/types@1.2.1
|
|
12
|
+
|
|
3
13
|
## 0.4.3-next.0
|
|
4
14
|
|
|
5
15
|
### 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.4.3-next.
|
|
3
|
+
"version": "0.4.3-next.1",
|
|
4
4
|
"description": "A GCP IAP auth provider module for the Backstage auth backend",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin-module",
|
|
@@ -41,15 +41,15 @@
|
|
|
41
41
|
"test": "backstage-cli package test"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@backstage/backend-plugin-api": "1.3.1-next.
|
|
44
|
+
"@backstage/backend-plugin-api": "1.3.1-next.1",
|
|
45
45
|
"@backstage/errors": "1.2.7",
|
|
46
|
-
"@backstage/plugin-auth-node": "0.6.3-next.
|
|
46
|
+
"@backstage/plugin-auth-node": "0.6.3-next.1",
|
|
47
47
|
"@backstage/types": "1.2.1",
|
|
48
48
|
"google-auth-library": "^9.0.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@backstage/backend-test-utils": "1.5.0-next.
|
|
52
|
-
"@backstage/cli": "0.32.1-next.
|
|
51
|
+
"@backstage/backend-test-utils": "1.5.0-next.1",
|
|
52
|
+
"@backstage/cli": "0.32.1-next.1",
|
|
53
53
|
"express": "^4.18.2"
|
|
54
54
|
},
|
|
55
55
|
"configSchema": "config.d.ts",
|