@backstage/plugin-auth-backend-module-oauth2-proxy-provider 0.0.0-nightly-20241207023507 → 0.0.0-nightly-20241209023914

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 +4 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @backstage/plugin-auth-backend-module-oauth2-proxy-provider
2
2
 
3
- ## 0.0.0-nightly-20241207023507
3
+ ## 0.0.0-nightly-20241209023914
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/plugin-auth-node@0.0.0-nightly-20241207023507
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20241207023507
10
- - @backstage/errors@0.0.0-nightly-20241207023507
8
+ - @backstage/plugin-auth-node@0.0.0-nightly-20241209023914
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20241209023914
10
+ - @backstage/errors@0.0.0-nightly-20241209023914
11
11
 
12
12
  ## 0.2.3-next.1
13
13
 
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-20241207023507",
3
+ "version": "0.0.0-nightly-20241209023914",
4
4
  "description": "The oauth2-proxy-provider backend module for the auth plugin.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -33,14 +33,14 @@
33
33
  "test": "backstage-cli package test"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/backend-plugin-api": "0.0.0-nightly-20241207023507",
37
- "@backstage/errors": "0.0.0-nightly-20241207023507",
38
- "@backstage/plugin-auth-node": "0.0.0-nightly-20241207023507",
36
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20241209023914",
37
+ "@backstage/errors": "0.0.0-nightly-20241209023914",
38
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20241209023914",
39
39
  "jose": "^5.0.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@backstage/backend-test-utils": "0.0.0-nightly-20241207023507",
43
- "@backstage/cli": "0.0.0-nightly-20241207023507"
42
+ "@backstage/backend-test-utils": "0.0.0-nightly-20241209023914",
43
+ "@backstage/cli": "0.0.0-nightly-20241209023914"
44
44
  },
45
45
  "typesVersions": {
46
46
  "*": {