@backstage/plugin-auth-backend-module-auth0-provider 0.0.0-nightly-20251213024329 → 0.0.0-nightly-20260115025113

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 +11 -3
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,13 +1,21 @@
1
1
  # @backstage/plugin-auth-backend-module-auth0-provider
2
2
 
3
- ## 0.0.0-nightly-20251213024329
3
+ ## 0.0.0-nightly-20260115025113
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-auth-node@0.0.0-nightly-20260115025113
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20260115025113
10
+
11
+ ## 0.2.10
4
12
 
5
13
  ### Patch Changes
6
14
 
7
15
  - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0
8
16
  - Updated dependencies
9
- - @backstage/plugin-auth-node@0.0.0-nightly-20251213024329
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20251213024329
17
+ - @backstage/plugin-auth-node@0.6.10
18
+ - @backstage/backend-plugin-api@1.6.0
11
19
 
12
20
  ## 0.2.10-next.1
13
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-backend-module-auth0-provider",
3
- "version": "0.0.0-nightly-20251213024329",
3
+ "version": "0.0.0-nightly-20260115025113",
4
4
  "description": "The auth0-provider backend module for the auth plugin.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -37,17 +37,17 @@
37
37
  "test": "backstage-cli package test"
38
38
  },
39
39
  "dependencies": {
40
- "@backstage/backend-plugin-api": "0.0.0-nightly-20251213024329",
41
- "@backstage/plugin-auth-node": "0.0.0-nightly-20251213024329",
40
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20260115025113",
41
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20260115025113",
42
42
  "express": "^4.22.0",
43
43
  "passport-auth0": "^1.4.3",
44
44
  "passport-oauth2": "^1.6.1"
45
45
  },
46
46
  "devDependencies": {
47
- "@backstage/backend-defaults": "0.0.0-nightly-20251213024329",
48
- "@backstage/backend-test-utils": "0.0.0-nightly-20251213024329",
49
- "@backstage/cli": "0.0.0-nightly-20251213024329",
50
- "@backstage/plugin-auth-backend": "0.0.0-nightly-20251213024329",
47
+ "@backstage/backend-defaults": "0.0.0-nightly-20260115025113",
48
+ "@backstage/backend-test-utils": "0.0.0-nightly-20260115025113",
49
+ "@backstage/cli": "0.0.0-nightly-20260115025113",
50
+ "@backstage/plugin-auth-backend": "0.0.0-nightly-20260115025113",
51
51
  "@backstage/types": "1.2.2",
52
52
  "@types/passport-auth0": "^1.0.5",
53
53
  "@types/passport-oauth2": "^1.4.15",