@backstage/plugin-catalog-backend-module-msgraph 0.5.1 → 0.5.2-next.1

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