@backstage/backend-plugin-api 0.4.0 → 0.4.1-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 +24 -0
- package/README.md +1 -1
- package/dist/index.d.ts +562 -607
- package/package.json +8 -9
- package/alpha/package.json +0 -6
- package/dist/index.alpha.d.ts +0 -924
- package/dist/index.beta.d.ts +0 -924
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @backstage/backend-plugin-api
|
|
2
2
|
|
|
3
|
+
## 0.4.1-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 482dae5de1c: Updated link to docs.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/plugin-auth-node@0.2.12-next.1
|
|
10
|
+
- @backstage/plugin-permission-common@0.7.4-next.0
|
|
11
|
+
- @backstage/backend-tasks@0.4.4-next.1
|
|
12
|
+
- @backstage/config@1.0.7-next.0
|
|
13
|
+
- @backstage/types@1.0.2
|
|
14
|
+
|
|
15
|
+
## 0.4.1-next.0
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- 928a12a9b3: Internal refactor of `/alpha` exports.
|
|
20
|
+
- Updated dependencies
|
|
21
|
+
- @backstage/backend-tasks@0.4.4-next.0
|
|
22
|
+
- @backstage/config@1.0.6
|
|
23
|
+
- @backstage/types@1.0.2
|
|
24
|
+
- @backstage/plugin-auth-node@0.2.12-next.0
|
|
25
|
+
- @backstage/plugin-permission-common@0.7.3
|
|
26
|
+
|
|
3
27
|
## 0.4.0
|
|
4
28
|
|
|
5
29
|
### Minor Changes
|
package/README.md
CHANGED
|
@@ -16,5 +16,5 @@ yarn add --cwd plugins/<plugin>-backend @backstage/backend-plugin-api
|
|
|
16
16
|
## Documentation
|
|
17
17
|
|
|
18
18
|
- [Backstage Readme](https://github.com/backstage/backstage/blob/master/README.md)
|
|
19
|
-
- [Backstage Documentation](https://
|
|
19
|
+
- [Backstage Documentation](https://backstage.io/docs)
|
|
20
20
|
- [Backstage Backend System](https://backstage.io/docs/backend-system/)
|