@backstage/plugin-catalog-backend-module-msgraph 0.0.0-nightly-20230218023213 → 0.0.0-nightly-20230219023129

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,18 +1,18 @@
1
1
  # @backstage/plugin-catalog-backend-module-msgraph
2
2
 
3
- ## 0.0.0-nightly-20230218023213
3
+ ## 0.0.0-nightly-20230219023129
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - a4ebd51352: Revert using `baseUrl` for MS Graph provider as it breaks token retrieval
8
8
  - Updated dependencies
9
- - @backstage/backend-tasks@0.0.0-nightly-20230218023213
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20230218023213
11
- - @backstage/backend-common@0.0.0-nightly-20230218023213
9
+ - @backstage/backend-tasks@0.0.0-nightly-20230219023129
10
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230219023129
11
+ - @backstage/backend-common@0.0.0-nightly-20230219023129
12
12
  - @backstage/catalog-model@1.2.0
13
13
  - @backstage/config@1.0.6
14
- - @backstage/plugin-catalog-backend@0.0.0-nightly-20230218023213
15
- - @backstage/plugin-catalog-node@0.0.0-nightly-20230218023213
14
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-20230219023129
15
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20230219023129
16
16
 
17
17
  ## 0.5.0
18
18
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-msgraph",
3
- "version": "0.0.0-nightly-20230218023213",
3
+ "version": "0.0.0-nightly-20230219023129",
4
4
  "main": "../dist/index.cjs.js",
5
5
  "types": "../dist/index.alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-msgraph",
3
3
  "description": "A Backstage catalog backend module that helps integrate towards Microsoft Graph",
4
- "version": "0.0.0-nightly-20230218023213",
4
+ "version": "0.0.0-nightly-20230219023129",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,13 +34,13 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@azure/identity": "^2.1.0",
37
- "@backstage/backend-common": "^0.0.0-nightly-20230218023213",
38
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20230218023213",
39
- "@backstage/backend-tasks": "^0.0.0-nightly-20230218023213",
37
+ "@backstage/backend-common": "^0.0.0-nightly-20230219023129",
38
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20230219023129",
39
+ "@backstage/backend-tasks": "^0.0.0-nightly-20230219023129",
40
40
  "@backstage/catalog-model": "^1.2.0",
41
41
  "@backstage/config": "^1.0.6",
42
- "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20230218023213",
43
- "@backstage/plugin-catalog-node": "^0.0.0-nightly-20230218023213",
42
+ "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20230219023129",
43
+ "@backstage/plugin-catalog-node": "^0.0.0-nightly-20230219023129",
44
44
  "@microsoft/microsoft-graph-types": "^2.6.0",
45
45
  "@types/node-fetch": "^2.5.12",
46
46
  "lodash": "^4.17.21",
@@ -51,9 +51,9 @@
51
51
  "winston": "^3.2.1"
52
52
  },
53
53
  "devDependencies": {
54
- "@backstage/backend-common": "^0.0.0-nightly-20230218023213",
55
- "@backstage/backend-test-utils": "^0.0.0-nightly-20230218023213",
56
- "@backstage/cli": "^0.0.0-nightly-20230218023213",
54
+ "@backstage/backend-common": "^0.0.0-nightly-20230219023129",
55
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20230219023129",
56
+ "@backstage/cli": "^0.0.0-nightly-20230219023129",
57
57
  "@types/lodash": "^4.14.151",
58
58
  "luxon": "^3.0.0",
59
59
  "msw": "^0.49.0"