@backstage/plugin-auth-backend-module-oauth2-proxy-provider 0.0.0-nightly-20240618021721 → 0.0.0-nightly-20240622021615

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -3
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,14 +1,23 @@
1
1
  # @backstage/plugin-auth-backend-module-oauth2-proxy-provider
2
2
 
3
- ## 0.0.0-nightly-20240618021721
3
+ ## 0.0.0-nightly-20240622021615
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240622021615
9
+ - @backstage/errors@1.2.4
10
+ - @backstage/plugin-auth-node@0.0.0-nightly-20240622021615
11
+
12
+ ## 0.1.12
4
13
 
5
14
  ### Patch Changes
6
15
 
7
16
  - 78a0b08: Internal refactor to handle `BackendFeature` contract change.
8
17
  - d44a20a: Added additional plugin metadata to `package.json`.
9
18
  - Updated dependencies
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240618021721
11
- - @backstage/plugin-auth-node@0.0.0-nightly-20240618021721
19
+ - @backstage/backend-plugin-api@0.6.19
20
+ - @backstage/plugin-auth-node@0.4.14
12
21
  - @backstage/errors@1.2.4
13
22
 
14
23
  ## 0.1.12-next.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-backend-module-oauth2-proxy-provider",
3
- "version": "0.0.0-nightly-20240618021721",
3
+ "version": "0.0.0-nightly-20240622021615",
4
4
  "description": "The oauth2-proxy-provider backend module for the auth plugin.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -33,13 +33,13 @@
33
33
  "test": "backstage-cli package test"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240618021721",
36
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240622021615",
37
37
  "@backstage/errors": "^1.2.4",
38
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20240618021721",
38
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20240622021615",
39
39
  "jose": "^5.0.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240618021721",
43
- "@backstage/cli": "^0.0.0-nightly-20240618021721"
42
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240622021615",
43
+ "@backstage/cli": "^0.0.0-nightly-20240622021615"
44
44
  }
45
45
  }