@backstage/plugin-auth-backend-module-azure-easyauth-provider 0.0.0-nightly-20260129030729 → 0.0.0-nightly-20260131030451

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 +6 -6
package/CHANGELOG.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # @backstage/plugin-auth-backend-module-azure-easyauth-provider
2
2
 
3
- ## 0.0.0-nightly-20260129030729
3
+ ## 0.0.0-nightly-20260131030451
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 7455dae: Use node prefix on native imports
8
8
  - 69d880e: Bump to latest zod to ensure it has the latest features
9
9
  - Updated dependencies
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20260129030729
11
- - @backstage/plugin-auth-node@0.0.0-nightly-20260129030729
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20260131030451
11
+ - @backstage/plugin-auth-node@0.0.0-nightly-20260131030451
12
12
  - @backstage/catalog-model@1.7.6
13
13
  - @backstage/errors@1.2.7
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-backend-module-azure-easyauth-provider",
3
- "version": "0.0.0-nightly-20260129030729",
3
+ "version": "0.0.0-nightly-20260131030451",
4
4
  "description": "The azure-easyauth-provider backend module for the auth plugin.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -36,10 +36,10 @@
36
36
  "test": "backstage-cli package test"
37
37
  },
38
38
  "dependencies": {
39
- "@backstage/backend-plugin-api": "0.0.0-nightly-20260129030729",
39
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20260131030451",
40
40
  "@backstage/catalog-model": "1.7.6",
41
41
  "@backstage/errors": "1.2.7",
42
- "@backstage/plugin-auth-node": "0.0.0-nightly-20260129030729",
42
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20260131030451",
43
43
  "@types/passport": "^1.0.16",
44
44
  "express": "^4.22.0",
45
45
  "jose": "^5.0.0",
@@ -47,9 +47,9 @@
47
47
  "zod": "^3.25.76"
48
48
  },
49
49
  "devDependencies": {
50
- "@backstage/backend-test-utils": "0.0.0-nightly-20260129030729",
51
- "@backstage/cli": "0.0.0-nightly-20260129030729",
52
- "@backstage/plugin-auth-backend": "0.0.0-nightly-20260129030729"
50
+ "@backstage/backend-test-utils": "0.0.0-nightly-20260131030451",
51
+ "@backstage/cli": "0.0.0-nightly-20260131030451",
52
+ "@backstage/plugin-auth-backend": "0.0.0-nightly-20260131030451"
53
53
  },
54
54
  "typesVersions": {
55
55
  "*": {