@backstage/plugin-auth-backend-module-auth0-provider 0.0.0-nightly-20250213023030 → 0.0.0-nightly-20250215023035

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 +3 -3
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-auth-backend-module-auth0-provider
2
2
 
3
- ## 0.0.0-nightly-20250213023030
3
+ ## 0.0.0-nightly-20250215023035
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,8 +9,8 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies
12
- - @backstage/backend-plugin-api@0.0.0-nightly-20250213023030
13
- - @backstage/plugin-auth-node@0.0.0-nightly-20250213023030
12
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250215023035
13
+ - @backstage/plugin-auth-node@0.0.0-nightly-20250215023035
14
14
 
15
15
  ## 0.2.0-next.2
16
16
 
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-20250213023030",
3
+ "version": "0.0.0-nightly-20250215023035",
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-20250213023030",
41
- "@backstage/plugin-auth-node": "0.0.0-nightly-20250213023030",
40
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250215023035",
41
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20250215023035",
42
42
  "express": "^4.17.1",
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-20250213023030",
48
- "@backstage/backend-test-utils": "0.0.0-nightly-20250213023030",
49
- "@backstage/cli": "0.0.0-nightly-20250213023030",
50
- "@backstage/plugin-auth-backend": "0.0.0-nightly-20250213023030",
47
+ "@backstage/backend-defaults": "0.0.0-nightly-20250215023035",
48
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250215023035",
49
+ "@backstage/cli": "0.0.0-nightly-20250215023035",
50
+ "@backstage/plugin-auth-backend": "0.0.0-nightly-20250215023035",
51
51
  "@backstage/types": "1.2.1",
52
52
  "@types/passport-auth0": "^1.0.5",
53
53
  "@types/passport-oauth2": "^1.4.15",