@backstage/plugin-catalog-backend-module-msgraph 0.0.0-nightly-20221017030331 → 0.0.0-nightly-20221020030155

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 +15 -5
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,14 +1,24 @@
1
1
  # @backstage/plugin-catalog-backend-module-msgraph
2
2
 
3
- ## 0.0.0-nightly-20221017030331
3
+ ## 0.0.0-nightly-20221020030155
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/catalog-model@0.0.0-nightly-20221017030331
9
- - @backstage/plugin-catalog-backend@0.0.0-nightly-20221017030331
10
- - @backstage/backend-tasks@0.0.0-nightly-20221017030331
11
- - @backstage/config@0.0.0-nightly-20221017030331
8
+ - @backstage/backend-tasks@0.0.0-nightly-20221020030155
9
+ - @backstage/catalog-model@0.0.0-nightly-20221020030155
10
+ - @backstage/config@0.0.0-nightly-20221020030155
11
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-20221020030155
12
+
13
+ ## 0.4.3
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+ - @backstage/catalog-model@1.1.2
19
+ - @backstage/plugin-catalog-backend@1.5.0
20
+ - @backstage/backend-tasks@0.3.6
21
+ - @backstage/config@1.0.3
12
22
 
13
23
  ## 0.4.3-next.2
14
24
 
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-20221017030331",
4
+ "version": "0.0.0-nightly-20221020030155",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -33,10 +33,10 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@azure/identity": "^2.1.0",
36
- "@backstage/backend-tasks": "^0.0.0-nightly-20221017030331",
37
- "@backstage/catalog-model": "^0.0.0-nightly-20221017030331",
38
- "@backstage/config": "^0.0.0-nightly-20221017030331",
39
- "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20221017030331",
36
+ "@backstage/backend-tasks": "^0.0.0-nightly-20221020030155",
37
+ "@backstage/catalog-model": "^0.0.0-nightly-20221020030155",
38
+ "@backstage/config": "^0.0.0-nightly-20221020030155",
39
+ "@backstage/plugin-catalog-backend": "^0.0.0-nightly-20221020030155",
40
40
  "@microsoft/microsoft-graph-types": "^2.6.0",
41
41
  "@types/node-fetch": "^2.5.12",
42
42
  "lodash": "^4.17.21",
@@ -47,9 +47,9 @@
47
47
  "winston": "^3.2.1"
48
48
  },
49
49
  "devDependencies": {
50
- "@backstage/backend-common": "^0.0.0-nightly-20221017030331",
51
- "@backstage/backend-test-utils": "^0.0.0-nightly-20221017030331",
52
- "@backstage/cli": "^0.0.0-nightly-20221017030331",
50
+ "@backstage/backend-common": "^0.0.0-nightly-20221020030155",
51
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20221020030155",
52
+ "@backstage/cli": "^0.0.0-nightly-20221020030155",
53
53
  "@types/lodash": "^4.14.151",
54
54
  "msw": "^0.47.0"
55
55
  },