@backstage/plugin-auth-backend-module-azure-easyauth-provider 0.2.16 → 0.2.17

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 +17 -4
  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.2.16
3
+ ## 0.2.17
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - 5683c85: Bump to latest zod to ensure it has the latest features
7
+ - 7455dae: Use node prefix on native imports
8
+ - 69d880e: Bump to latest zod to ensure it has the latest features
8
9
  - Updated dependencies
9
- - @backstage/backend-plugin-api@1.6.2
10
- - @backstage/plugin-auth-node@0.6.12
10
+ - @backstage/backend-plugin-api@1.7.0
11
+ - @backstage/plugin-auth-node@0.6.13
12
+
13
+ ## 0.2.16-next.0
14
+
15
+ ### Patch Changes
16
+
17
+ - 7455dae: Use node prefix on native imports
18
+ - 69d880e: Bump to latest zod to ensure it has the latest features
19
+ - Updated dependencies
20
+ - @backstage/backend-plugin-api@1.7.0-next.0
21
+ - @backstage/plugin-auth-node@0.6.12-next.0
22
+ - @backstage/catalog-model@1.7.6
23
+ - @backstage/errors@1.2.7
11
24
 
12
25
  ## 0.2.15
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.2.16",
3
+ "version": "0.2.17",
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": "^1.6.2",
39
+ "@backstage/backend-plugin-api": "^1.7.0",
40
40
  "@backstage/catalog-model": "^1.7.6",
41
41
  "@backstage/errors": "^1.2.7",
42
- "@backstage/plugin-auth-node": "^0.6.12",
42
+ "@backstage/plugin-auth-node": "^0.6.13",
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": "^1.10.4",
51
- "@backstage/cli": "^0.35.3",
52
- "@backstage/plugin-auth-backend": "^0.26.0"
50
+ "@backstage/backend-test-utils": "^1.11.0",
51
+ "@backstage/cli": "^0.35.4",
52
+ "@backstage/plugin-auth-backend": "^0.27.0"
53
53
  },
54
54
  "typesVersions": {
55
55
  "*": {