@backstage/plugin-auth-backend-module-microsoft-provider 0.0.0-nightly-20240208020940 → 0.0.0-nightly-20240209021004

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 +4 -3
  2. package/package.json +12 -7
package/CHANGELOG.md CHANGED
@@ -1,13 +1,14 @@
1
1
  # @backstage/plugin-auth-backend-module-microsoft-provider
2
2
 
3
- ## 0.0.0-nightly-20240208020940
3
+ ## 0.0.0-nightly-20240209021004
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 8472188: Added or fixed the `repository` field in `package.json`.
7
8
  - 1ff2684: Added the possibility to use custom scopes for performing login with Microsoft EntraID.
8
9
  - Updated dependencies
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20240208020940
10
- - @backstage/plugin-auth-node@0.0.0-nightly-20240208020940
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240209021004
11
+ - @backstage/plugin-auth-node@0.0.0-nightly-20240209021004
11
12
 
12
13
  ## 0.1.5-next.2
13
14
 
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.0.0-nightly-20240208020940",
4
+ "version": "0.0.0-nightly-20240209021004",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -10,6 +10,11 @@
10
10
  "main": "dist/index.cjs.js",
11
11
  "types": "dist/index.d.ts"
12
12
  },
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "https://github.com/backstage/backstage",
16
+ "directory": "plugins/auth-backend-module-microsoft-provider"
17
+ },
13
18
  "backstage": {
14
19
  "role": "backend-plugin-module"
15
20
  },
@@ -23,8 +28,8 @@
23
28
  "postpack": "backstage-cli package postpack"
24
29
  },
25
30
  "dependencies": {
26
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240208020940",
27
- "@backstage/plugin-auth-node": "^0.0.0-nightly-20240208020940",
31
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240209021004",
32
+ "@backstage/plugin-auth-node": "^0.0.0-nightly-20240209021004",
28
33
  "express": "^4.18.2",
29
34
  "jose": "^4.6.0",
30
35
  "lodash": "^4.17.21",
@@ -33,11 +38,11 @@
33
38
  "passport-microsoft": "^1.0.0"
34
39
  },
35
40
  "devDependencies": {
36
- "@backstage/backend-defaults": "^0.0.0-nightly-20240208020940",
37
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240208020940",
38
- "@backstage/cli": "^0.0.0-nightly-20240208020940",
41
+ "@backstage/backend-defaults": "^0.0.0-nightly-20240209021004",
42
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240209021004",
43
+ "@backstage/cli": "^0.0.0-nightly-20240209021004",
39
44
  "@backstage/config": "^1.1.1",
40
- "@backstage/plugin-auth-backend": "^0.0.0-nightly-20240208020940",
45
+ "@backstage/plugin-auth-backend": "^0.0.0-nightly-20240209021004",
41
46
  "@types/passport-microsoft": "^1.0.0",
42
47
  "msw": "^1.0.0",
43
48
  "supertest": "^6.3.3"