@backstage/plugin-auth-backend-module-oauth2-proxy-provider 0.2.6-next.1 → 0.2.7

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,23 @@
1
1
  # @backstage/plugin-auth-backend-module-oauth2-proxy-provider
2
2
 
3
+ ## 0.2.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-plugin-api@1.3.0
9
+ - @backstage/plugin-auth-node@0.6.2
10
+ - @backstage/errors@1.2.7
11
+
12
+ ## 0.2.6
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+ - @backstage/plugin-auth-node@0.6.1
18
+ - @backstage/backend-plugin-api@1.2.1
19
+ - @backstage/errors@1.2.7
20
+
3
21
  ## 0.2.6-next.1
4
22
 
5
23
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- /// <reference types="node" />
2
1
  import * as _backstage_backend_plugin_api from '@backstage/backend-plugin-api';
3
2
  import * as _backstage_plugin_auth_node from '@backstage/plugin-auth-node';
4
3
  import { IncomingHttpHeaders } from 'http';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-backend-module-oauth2-proxy-provider",
3
- "version": "0.2.6-next.1",
3
+ "version": "0.2.7",
4
4
  "description": "The oauth2-proxy-provider backend module for the auth plugin.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -36,19 +36,19 @@
36
36
  "test": "backstage-cli package test"
37
37
  },
38
38
  "dependencies": {
39
- "@backstage/backend-plugin-api": "1.2.1-next.1",
40
- "@backstage/errors": "1.2.7",
41
- "@backstage/plugin-auth-node": "0.6.1-next.1",
39
+ "@backstage/backend-plugin-api": "^1.3.0",
40
+ "@backstage/errors": "^1.2.7",
41
+ "@backstage/plugin-auth-node": "^0.6.2",
42
42
  "jose": "^5.0.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@backstage/backend-test-utils": "1.3.1-next.1",
46
- "@backstage/cli": "0.30.1-next.0"
45
+ "@backstage/backend-test-utils": "^1.4.0",
46
+ "@backstage/cli": "^0.32.0"
47
47
  },
48
48
  "typesVersions": {
49
49
  "*": {
50
- "index": [
51
- "dist/index.d.ts"
50
+ "package.json": [
51
+ "package.json"
52
52
  ]
53
53
  }
54
54
  }