@backstage/plugin-auth-backend-module-github-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-github-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
@@ -117,6 +117,6 @@ const authModuleGithubProvider = backendPluginApi.createBackendModule({
117
117
  }
118
118
  });
119
119
 
120
- exports["default"] = authModuleGithubProvider;
120
+ exports.default = authModuleGithubProvider;
121
121
  exports.githubAuthenticator = githubAuthenticator;
122
122
  //# sourceMappingURL=index.cjs.js.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-backend-module-github-provider",
3
3
  "description": "The github-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,15 +28,15 @@
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-github2": "^0.1.12"
34
34
  },
35
35
  "devDependencies": {
36
- "@backstage/backend-defaults": "^0.2.14",
37
- "@backstage/backend-test-utils": "^0.3.4",
38
- "@backstage/cli": "^0.26.0",
39
- "@backstage/plugin-auth-backend": "^0.22.0",
36
+ "@backstage/backend-defaults": "^0.2.16",
37
+ "@backstage/backend-test-utils": "^0.3.6",
38
+ "@backstage/cli": "^0.26.2",
39
+ "@backstage/plugin-auth-backend": "^0.22.3",
40
40
  "supertest": "^6.3.3"
41
41
  },
42
42
  "files": [