@backstage/core-plugin-api 1.0.3-next.0 → 1.0.4
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 +23 -0
- package/alpha/package.json +6 -0
- package/dist/index.alpha.d.ts +1814 -0
- package/dist/index.beta.d.ts +1814 -0
- package/dist/index.d.ts +1090 -1000
- package/dist/index.esm.js.map +1 -1
- package/package.json +11 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @backstage/core-plugin-api
|
|
2
2
|
|
|
3
|
+
## 1.0.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 881fc75a75: Internal tweak removing usage of explicit type parameters for the `BackstagePlugin` type.
|
|
8
|
+
- a70869e775: Updated dependency `msw` to `^0.43.0`.
|
|
9
|
+
- 8006d0f9bf: Updated dependency `msw` to `^0.44.0`.
|
|
10
|
+
- 2990fff4e5: Enabled the `@backstage/core-plugin-api/alpha` entry point.
|
|
11
|
+
|
|
12
|
+
## 1.0.4-next.0
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- 881fc75a75: Internal tweak removing usage of explicit type parameters for the `BackstagePlugin` type.
|
|
17
|
+
- a70869e775: Updated dependency `msw` to `^0.43.0`.
|
|
18
|
+
- 2990fff4e5: Enabled the `@backstage/core-plugin-api/alpha` entry point.
|
|
19
|
+
|
|
20
|
+
## 1.0.3
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
|
|
25
|
+
|
|
3
26
|
## 1.0.3-next.0
|
|
4
27
|
|
|
5
28
|
### Patch Changes
|