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

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 +16 -3
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,13 +1,26 @@
1
1
  # @backstage/plugin-auth-backend-module-azure-easyauth-provider
2
2
 
3
- ## 0.0.0-nightly-20260127025640
3
+ ## 0.0.0-nightly-20260129030729
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 7455dae: Use node prefix on native imports
7
8
  - 69d880e: Bump to latest zod to ensure it has the latest features
8
9
  - Updated dependencies
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20260127025640
10
- - @backstage/plugin-auth-node@0.0.0-nightly-20260127025640
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20260129030729
11
+ - @backstage/plugin-auth-node@0.0.0-nightly-20260129030729
12
+ - @backstage/catalog-model@1.7.6
13
+ - @backstage/errors@1.2.7
14
+
15
+ ## 0.2.16-next.0
16
+
17
+ ### Patch Changes
18
+
19
+ - 7455dae: Use node prefix on native imports
20
+ - 69d880e: Bump to latest zod to ensure it has the latest features
21
+ - Updated dependencies
22
+ - @backstage/backend-plugin-api@1.7.0-next.0
23
+ - @backstage/plugin-auth-node@0.6.12-next.0
11
24
  - @backstage/catalog-model@1.7.6
12
25
  - @backstage/errors@1.2.7
13
26
 
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-20260127025640",
3
+ "version": "0.0.0-nightly-20260129030729",
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-20260127025640",
39
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20260129030729",
40
40
  "@backstage/catalog-model": "1.7.6",
41
41
  "@backstage/errors": "1.2.7",
42
- "@backstage/plugin-auth-node": "0.0.0-nightly-20260127025640",
42
+ "@backstage/plugin-auth-node": "0.0.0-nightly-20260129030729",
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-20260127025640",
51
- "@backstage/cli": "0.0.0-nightly-20260127025640",
52
- "@backstage/plugin-auth-backend": "0.0.0-nightly-20260127025640"
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"
53
53
  },
54
54
  "typesVersions": {
55
55
  "*": {