@backstage/plugin-catalog-backend-module-msgraph 0.0.0-nightly-20220825025934 → 0.0.0-nightly-20220826030106

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 +3 -3
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-catalog-backend-module-msgraph
2
2
 
3
- ## 0.0.0-nightly-20220825025934
3
+ ## 0.0.0-nightly-20220826030106
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -8,8 +8,8 @@
8
8
  - bf5e9030eb: Updated dependency `msw` to `^0.45.0`.
9
9
  - 4c82b955fc: Fix typo
10
10
  - Updated dependencies
11
- - @backstage/backend-tasks@0.0.0-nightly-20220825025934
12
- - @backstage/plugin-catalog-backend@0.0.0-nightly-20220825025934
11
+ - @backstage/backend-tasks@0.0.0-nightly-20220826030106
12
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-20220826030106
13
13
 
14
14
  ## 0.4.2-next.0
15
15
 
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-20220825025934",
4
+ "version": "0.0.0-nightly-20220826030106",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,10 +34,10 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@azure/identity": "^2.1.0",
37
- "@backstage/backend-tasks": "0.0.0-nightly-20220825025934",
37
+ "@backstage/backend-tasks": "0.0.0-nightly-20220826030106",
38
38
  "@backstage/catalog-model": "^1.1.0",
39
39
  "@backstage/config": "^1.0.1",
40
- "@backstage/plugin-catalog-backend": "0.0.0-nightly-20220825025934",
40
+ "@backstage/plugin-catalog-backend": "0.0.0-nightly-20220826030106",
41
41
  "@microsoft/microsoft-graph-types": "^2.6.0",
42
42
  "@types/node-fetch": "^2.5.12",
43
43
  "lodash": "^4.17.21",
@@ -48,9 +48,9 @@
48
48
  "winston": "^3.2.1"
49
49
  },
50
50
  "devDependencies": {
51
- "@backstage/backend-common": "0.0.0-nightly-20220825025934",
52
- "@backstage/backend-test-utils": "0.0.0-nightly-20220825025934",
53
- "@backstage/cli": "0.0.0-nightly-20220825025934",
51
+ "@backstage/backend-common": "0.0.0-nightly-20220826030106",
52
+ "@backstage/backend-test-utils": "0.0.0-nightly-20220826030106",
53
+ "@backstage/cli": "0.0.0-nightly-20220826030106",
54
54
  "@types/lodash": "^4.14.151",
55
55
  "msw": "^0.45.0"
56
56
  },