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

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @backstage/plugin-auth-backend-module-azure-easyauth-provider
2
2
 
3
+ ## 0.2.15
4
+
5
+ ### Patch Changes
6
+
7
+ - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0
8
+ - Updated dependencies
9
+ - @backstage/plugin-auth-node@0.6.10
10
+ - @backstage/backend-plugin-api@1.6.0
11
+
12
+ ## 0.2.15-next.1
13
+
14
+ ### Patch Changes
15
+
16
+ - de96a60: chore(deps): bump `express` from 4.21.2 to 4.22.0
17
+ - Updated dependencies
18
+ - @backstage/plugin-auth-node@0.6.10-next.1
19
+ - @backstage/backend-plugin-api@1.6.0-next.1
20
+ - @backstage/catalog-model@1.7.6
21
+ - @backstage/errors@1.2.7
22
+
3
23
  ## 0.2.15-next.0
4
24
 
5
25
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -23,4 +23,5 @@ declare namespace azureEasyAuthSignInResolvers {
23
23
  } | undefined>;
24
24
  }
25
25
 
26
- export { type AzureEasyAuthResult, azureEasyAuthAuthenticator, azureEasyAuthSignInResolvers, authModuleAzureEasyAuthProvider as default };
26
+ export { azureEasyAuthAuthenticator, azureEasyAuthSignInResolvers, authModuleAzureEasyAuthProvider as default };
27
+ export type { AzureEasyAuthResult };
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.0",
3
+ "version": "0.2.15",
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.5.1-next.0",
40
- "@backstage/catalog-model": "1.7.6",
41
- "@backstage/errors": "1.2.7",
42
- "@backstage/plugin-auth-node": "0.6.10-next.0",
39
+ "@backstage/backend-plugin-api": "^1.6.0",
40
+ "@backstage/catalog-model": "^1.7.6",
41
+ "@backstage/errors": "^1.2.7",
42
+ "@backstage/plugin-auth-node": "^0.6.10",
43
43
  "@types/passport": "^1.0.16",
44
- "express": "^4.19.2",
44
+ "express": "^4.22.0",
45
45
  "jose": "^5.0.0",
46
46
  "passport": "^0.7.0",
47
47
  "zod": "^3.22.4"
48
48
  },
49
49
  "devDependencies": {
50
- "@backstage/backend-test-utils": "1.10.1-next.0",
51
- "@backstage/cli": "0.34.6-next.0",
52
- "@backstage/plugin-auth-backend": "0.25.7-next.0"
50
+ "@backstage/backend-test-utils": "^1.10.2",
51
+ "@backstage/cli": "^0.35.0",
52
+ "@backstage/plugin-auth-backend": "^0.25.7"
53
53
  },
54
54
  "typesVersions": {
55
55
  "*": {