@backstage/plugin-auth-backend-module-google-provider 0.1.11 → 0.1.13

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 CHANGED
@@ -1,5 +1,21 @@
1
1
  # @backstage/plugin-auth-backend-module-google-provider
2
2
 
3
+ ## 0.1.13
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-auth-node@0.4.11
9
+ - @backstage/backend-plugin-api@0.6.16
10
+
11
+ ## 0.1.12
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+ - @backstage/plugin-auth-node@0.4.10
17
+ - @backstage/backend-plugin-api@0.6.15
18
+
3
19
  ## 0.1.11
4
20
 
5
21
  ### Patch Changes
package/dist/index.cjs.js CHANGED
@@ -99,6 +99,6 @@ const authModuleGoogleProvider = backendPluginApi.createBackendModule({
99
99
  }
100
100
  });
101
101
 
102
- exports["default"] = authModuleGoogleProvider;
102
+ exports.default = authModuleGoogleProvider;
103
103
  exports.googleAuthenticator = googleAuthenticator;
104
104
  //# sourceMappingURL=index.cjs.js.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-backend-module-google-provider",
3
3
  "description": "A Google auth provider module for the Backstage auth backend",
4
- "version": "0.1.11",
4
+ "version": "0.1.13",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -32,15 +32,15 @@
32
32
  "clean": "backstage-cli package clean"
33
33
  },
34
34
  "dependencies": {
35
- "@backstage/backend-plugin-api": "^0.6.14",
36
- "@backstage/plugin-auth-node": "^0.4.9",
35
+ "@backstage/backend-plugin-api": "^0.6.16",
36
+ "@backstage/plugin-auth-node": "^0.4.11",
37
37
  "google-auth-library": "^9.0.0",
38
38
  "passport-google-oauth20": "^2.0.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@backstage/backend-test-utils": "^0.3.4",
42
- "@backstage/cli": "^0.26.0",
43
- "@backstage/plugin-auth-backend": "^0.22.0",
41
+ "@backstage/backend-test-utils": "^0.3.6",
42
+ "@backstage/cli": "^0.26.2",
43
+ "@backstage/plugin-auth-backend": "^0.22.3",
44
44
  "@types/passport-google-oauth20": "^2.0.3",
45
45
  "supertest": "^6.1.3"
46
46
  },