@backstage/plugin-catalog-backend-module-msgraph 0.0.0-nightly-20230220023355 → 0.0.0-nightly-20230222023132

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,36 @@
1
1
  # @backstage/plugin-catalog-backend-module-msgraph
2
2
 
3
- ## 0.0.0-nightly-20230220023355
3
+ ## 0.0.0-nightly-20230222023132
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - a4ebd51352: Revert using `baseUrl` for MS Graph provider as it breaks token retrieval
8
- - Updated dependencies
9
- - @backstage/backend-tasks@0.0.0-nightly-20230220023355
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20230220023355
11
- - @backstage/backend-common@0.0.0-nightly-20230220023355
12
- - @backstage/catalog-model@1.2.0
8
+ - 928a12a9b3: Internal refactor of `/alpha` exports.
9
+ - 2c234a8932: properly support custom graph api URL
10
+ - Updated dependencies
11
+ - @backstage/plugin-catalog-backend@0.0.0-nightly-20230222023132
12
+ - @backstage/backend-tasks@0.0.0-nightly-20230222023132
13
+ - @backstage/backend-plugin-api@0.0.0-nightly-20230222023132
14
+ - @backstage/backend-common@0.0.0-nightly-20230222023132
15
+ - @backstage/catalog-model@0.0.0-nightly-20230222023132
16
+ - @backstage/plugin-catalog-node@0.0.0-nightly-20230222023132
17
+ - @backstage/config@1.0.6
18
+
19
+ ## 0.5.2-next.0
20
+
21
+ ### Patch Changes
22
+
23
+ - a4ebd51352: Revert using `baseUrl` for MS Graph provider as it breaks token retrieval
24
+ - 928a12a9b3: Internal refactor of `/alpha` exports.
25
+ - 2c234a8932: properly support custom graph api URL
26
+ - Updated dependencies
27
+ - @backstage/plugin-catalog-backend@1.8.0-next.0
28
+ - @backstage/backend-tasks@0.4.4-next.0
29
+ - @backstage/backend-plugin-api@0.4.1-next.0
30
+ - @backstage/backend-common@0.18.3-next.0
31
+ - @backstage/catalog-model@1.2.1-next.0
32
+ - @backstage/plugin-catalog-node@1.3.4-next.0
13
33
  - @backstage/config@1.0.6
14
- - @backstage/plugin-catalog-backend@0.0.0-nightly-20230220023355
15
- - @backstage/plugin-catalog-node@0.0.0-nightly-20230220023355
16
34
 
17
35
  ## 0.5.0
18
36
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-backend-module-msgraph",
3
- "version": "0.0.0-nightly-20230220023355",
4
- "main": "../dist/index.cjs.js",
5
- "types": "../dist/index.alpha.d.ts"
3
+ "version": "0.0.0-nightly-20230222023132",
4
+ "main": "../dist/alpha.cjs.js",
5
+ "types": "../dist/alpha.d.ts"
6
6
  }