@backstage/plugin-catalog-backend-module-msgraph 0.0.0-nightly-20240714022233 → 0.0.0-nightly-20240715022028

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,15 +1,15 @@
1
1
  # @backstage/plugin-catalog-backend-module-msgraph
2
2
 
3
- ## 0.0.0-nightly-20240714022233
3
+ ## 0.0.0-nightly-20240715022028
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - f7bdcea: Adds a dynamic provider for the plugin-catalog-backend-module-msgraph. Configuration is now runtime configurable through the ProviderConfigTransformer.
8
8
  - Updated dependencies
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20240714022233
10
- - @backstage/backend-common@0.0.0-nightly-20240714022233
11
- - @backstage/backend-tasks@0.0.0-nightly-20240714022233
12
- - @backstage/plugin-catalog-node@0.0.0-nightly-20240714022233
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240715022028
10
+ - @backstage/backend-common@0.0.0-nightly-20240715022028
11
+ - @backstage/backend-tasks@0.0.0-nightly-20240715022028
12
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20240715022028
13
13
  - @backstage/catalog-model@1.5.0
14
14
  - @backstage/config@1.2.0
15
15
  - @backstage/plugin-catalog-common@1.0.24
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-msgraph__alpha",
3
- "version": "0.0.0-nightly-20240714022233",
3
+ "version": "0.0.0-nightly-20240715022028",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "types": "../dist/alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-msgraph",
3
- "version": "0.0.0-nightly-20240714022233",
3
+ "version": "0.0.0-nightly-20240715022028",
4
4
  "description": "A Backstage catalog backend module that helps integrate towards Microsoft Graph",
5
5
  "backstage": {
6
6
  "role": "backend-plugin-module",
@@ -51,13 +51,13 @@
51
51
  },
52
52
  "dependencies": {
53
53
  "@azure/identity": "^4.0.0",
54
- "@backstage/backend-common": "^0.0.0-nightly-20240714022233",
55
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240714022233",
56
- "@backstage/backend-tasks": "^0.0.0-nightly-20240714022233",
54
+ "@backstage/backend-common": "^0.0.0-nightly-20240715022028",
55
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240715022028",
56
+ "@backstage/backend-tasks": "^0.0.0-nightly-20240715022028",
57
57
  "@backstage/catalog-model": "^1.5.0",
58
58
  "@backstage/config": "^1.2.0",
59
59
  "@backstage/plugin-catalog-common": "^1.0.24",
60
- "@backstage/plugin-catalog-node": "^0.0.0-nightly-20240714022233",
60
+ "@backstage/plugin-catalog-node": "^0.0.0-nightly-20240715022028",
61
61
  "@microsoft/microsoft-graph-types": "^2.6.0",
62
62
  "@types/node-fetch": "^2.5.12",
63
63
  "lodash": "^4.17.21",
@@ -67,9 +67,9 @@
67
67
  "uuid": "^9.0.0"
68
68
  },
69
69
  "devDependencies": {
70
- "@backstage/backend-common": "^0.0.0-nightly-20240714022233",
71
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240714022233",
72
- "@backstage/cli": "^0.0.0-nightly-20240714022233",
70
+ "@backstage/backend-common": "^0.0.0-nightly-20240715022028",
71
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240715022028",
72
+ "@backstage/cli": "^0.0.0-nightly-20240715022028",
73
73
  "@types/lodash": "^4.14.151",
74
74
  "luxon": "^3.0.0",
75
75
  "msw": "^1.0.0"