@backstage/plugin-catalog-backend-module-msgraph 0.0.0-nightly-20220914030055 → 0.0.0-nightly-20220915030237

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 +5 -5
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-catalog-backend-module-msgraph
2
2
 
3
- ## 0.0.0-nightly-20220914030055
3
+ ## 0.0.0-nightly-20220915030237
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -11,10 +11,10 @@
11
11
  - bf5e9030eb: Updated dependency `msw` to `^0.45.0`.
12
12
  - 4c82b955fc: Fix typo
13
13
  - Updated dependencies
14
- - @backstage/plugin-catalog-backend@0.0.0-nightly-20220914030055
15
- - @backstage/backend-tasks@0.0.0-nightly-20220914030055
16
- - @backstage/catalog-model@0.0.0-nightly-20220914030055
17
- - @backstage/config@0.0.0-nightly-20220914030055
14
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-20220915030237
15
+ - @backstage/backend-tasks@0.0.0-nightly-20220915030237
16
+ - @backstage/catalog-model@0.0.0-nightly-20220915030237
17
+ - @backstage/config@0.0.0-nightly-20220915030237
18
18
 
19
19
  ## 0.4.2-next.3
20
20
 
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-20220914030055",
4
+ "version": "0.0.0-nightly-20220915030237",
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-20220914030055",
37
- "@backstage/catalog-model": "0.0.0-nightly-20220914030055",
38
- "@backstage/config": "0.0.0-nightly-20220914030055",
39
- "@backstage/plugin-catalog-backend": "0.0.0-nightly-20220914030055",
36
+ "@backstage/backend-tasks": "0.0.0-nightly-20220915030237",
37
+ "@backstage/catalog-model": "0.0.0-nightly-20220915030237",
38
+ "@backstage/config": "0.0.0-nightly-20220915030237",
39
+ "@backstage/plugin-catalog-backend": "0.0.0-nightly-20220915030237",
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-20220914030055",
51
- "@backstage/backend-test-utils": "0.0.0-nightly-20220914030055",
52
- "@backstage/cli": "0.0.0-nightly-20220914030055",
50
+ "@backstage/backend-common": "0.0.0-nightly-20220915030237",
51
+ "@backstage/backend-test-utils": "0.0.0-nightly-20220915030237",
52
+ "@backstage/cli": "0.0.0-nightly-20220915030237",
53
53
  "@types/lodash": "^4.14.151",
54
54
  "msw": "^0.47.0"
55
55
  },