@backstage/plugin-auth-backend-module-azure-easyauth-provider 0.2.15-next.1 → 0.2.16-next.0

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 +21 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @backstage/plugin-auth-backend-module-azure-easyauth-provider
2
2
 
3
+ ## 0.2.16-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 7455dae: Use node prefix on native imports
8
+ - 69d880e: Bump to latest zod to ensure it has the latest features
9
+ - Updated dependencies
10
+ - @backstage/backend-plugin-api@1.7.0-next.0
11
+ - @backstage/plugin-auth-node@0.6.12-next.0
12
+ - @backstage/catalog-model@1.7.6
13
+ - @backstage/errors@1.2.7
14
+
15
+ ## 0.2.15
16
+
17
+ ### Patch Changes
18
+
19
+ - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0
20
+ - Updated dependencies
21
+ - @backstage/plugin-auth-node@0.6.10
22
+ - @backstage/backend-plugin-api@1.6.0
23
+
3
24
  ## 0.2.15-next.1
4
25
 
5
26
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-backend-module-azure-easyauth-provider",
3
- "version": "0.2.15-next.1",
3
+ "version": "0.2.16-next.0",
4
4
  "description": "The azure-easyauth-provider backend module for the auth plugin.",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -36,20 +36,20 @@
36
36
  "test": "backstage-cli package test"
37
37
  },
38
38
  "dependencies": {
39
- "@backstage/backend-plugin-api": "1.6.0-next.1",
39
+ "@backstage/backend-plugin-api": "1.7.0-next.0",
40
40
  "@backstage/catalog-model": "1.7.6",
41
41
  "@backstage/errors": "1.2.7",
42
- "@backstage/plugin-auth-node": "0.6.10-next.1",
42
+ "@backstage/plugin-auth-node": "0.6.12-next.0",
43
43
  "@types/passport": "^1.0.16",
44
44
  "express": "^4.22.0",
45
45
  "jose": "^5.0.0",
46
46
  "passport": "^0.7.0",
47
- "zod": "^3.22.4"
47
+ "zod": "^3.25.76"
48
48
  },
49
49
  "devDependencies": {
50
- "@backstage/backend-test-utils": "1.10.2-next.1",
51
- "@backstage/cli": "0.35.0-next.2",
52
- "@backstage/plugin-auth-backend": "0.25.7-next.1"
50
+ "@backstage/backend-test-utils": "1.10.4-next.0",
51
+ "@backstage/cli": "0.35.3-next.0",
52
+ "@backstage/plugin-auth-backend": "0.26.1-next.0"
53
53
  },
54
54
  "typesVersions": {
55
55
  "*": {