@backstage/plugin-auth-backend-module-microsoft-provider 0.1.5-next.3 → 0.1.5

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 +10 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @backstage/plugin-auth-backend-module-microsoft-provider
2
2
 
3
+ ## 0.1.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 8472188: Added or fixed the `repository` field in `package.json`.
8
+ - 1ff2684: Added the possibility to use custom scopes for performing login with Microsoft EntraID.
9
+ - Updated dependencies
10
+ - @backstage/plugin-auth-node@0.4.4
11
+ - @backstage/backend-plugin-api@0.6.10
12
+
3
13
  ## 0.1.5-next.3
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-auth-backend-module-microsoft-provider",
3
3
  "description": "The microsoft-provider backend module for the auth plugin.",
4
- "version": "0.1.5-next.3",
4
+ "version": "0.1.5",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -28,8 +28,8 @@
28
28
  "postpack": "backstage-cli package postpack"
29
29
  },
30
30
  "dependencies": {
31
- "@backstage/backend-plugin-api": "^0.6.10-next.3",
32
- "@backstage/plugin-auth-node": "^0.4.4-next.3",
31
+ "@backstage/backend-plugin-api": "^0.6.10",
32
+ "@backstage/plugin-auth-node": "^0.4.4",
33
33
  "express": "^4.18.2",
34
34
  "jose": "^4.6.0",
35
35
  "lodash": "^4.17.21",
@@ -38,11 +38,11 @@
38
38
  "passport-microsoft": "^1.0.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@backstage/backend-defaults": "^0.2.10-next.3",
42
- "@backstage/backend-test-utils": "^0.3.0-next.3",
43
- "@backstage/cli": "^0.25.2-next.3",
41
+ "@backstage/backend-defaults": "^0.2.10",
42
+ "@backstage/backend-test-utils": "^0.3.0",
43
+ "@backstage/cli": "^0.25.2",
44
44
  "@backstage/config": "^1.1.1",
45
- "@backstage/plugin-auth-backend": "^0.21.0-next.3",
45
+ "@backstage/plugin-auth-backend": "^0.21.0",
46
46
  "@types/passport-microsoft": "^1.0.0",
47
47
  "msw": "^1.0.0",
48
48
  "supertest": "^6.3.3"