@backstage/plugin-auth-backend-module-oauth2-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-oauth2-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 authModuleOauth2Provider = backendPluginApi.createBackendModule({
99
99
  }
100
100
  });
101
101
 
102
- exports["default"] = authModuleOauth2Provider;
102
+ exports.default = authModuleOauth2Provider;
103
103
  exports.oauth2Authenticator = oauth2Authenticator;
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-oauth2-provider",
3
3
  "description": "The oauth2-provider backend module for the auth plugin.",
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",
@@ -28,16 +28,16 @@
28
28
  "postpack": "backstage-cli package postpack"
29
29
  },
30
30
  "dependencies": {
31
- "@backstage/backend-plugin-api": "^0.6.14",
32
- "@backstage/plugin-auth-node": "^0.4.9",
31
+ "@backstage/backend-plugin-api": "^0.6.16",
32
+ "@backstage/plugin-auth-node": "^0.4.11",
33
33
  "passport": "^0.7.0",
34
34
  "passport-oauth2": "^1.6.1"
35
35
  },
36
36
  "devDependencies": {
37
- "@backstage/backend-defaults": "^0.2.14",
38
- "@backstage/backend-test-utils": "^0.3.4",
39
- "@backstage/cli": "^0.26.0",
40
- "@backstage/plugin-auth-backend": "^0.22.0",
37
+ "@backstage/backend-defaults": "^0.2.16",
38
+ "@backstage/backend-test-utils": "^0.3.6",
39
+ "@backstage/cli": "^0.26.2",
40
+ "@backstage/plugin-auth-backend": "^0.22.3",
41
41
  "supertest": "^6.3.3"
42
42
  },
43
43
  "configSchema": "config.d.ts",