@backstage/backend-plugin-api 0.6.3-next.3 → 0.6.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 +21 -0
- package/alpha/package.json +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @backstage/backend-plugin-api
|
|
2
2
|
|
|
3
|
+
## 0.6.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/plugin-auth-node@0.3.1
|
|
9
|
+
- @backstage/backend-tasks@0.5.9
|
|
10
|
+
|
|
11
|
+
## 0.6.3
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- ba4506076e2d: Ensure that root scoped services cannot accept (at a type level) plugin scoped deps
|
|
16
|
+
- 474b792d6a43: Service factory functions are now marked as feature factories that can be installed in the backend.
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
- @backstage/backend-tasks@0.5.8
|
|
19
|
+
- @backstage/plugin-auth-node@0.3.0
|
|
20
|
+
- @backstage/config@1.1.0
|
|
21
|
+
- @backstage/plugin-permission-common@0.7.8
|
|
22
|
+
- @backstage/types@1.1.1
|
|
23
|
+
|
|
3
24
|
## 0.6.3-next.3
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/backend-plugin-api",
|
|
3
3
|
"description": "Core API used by Backstage backend plugins",
|
|
4
|
-
"version": "0.6.
|
|
4
|
+
"version": "0.6.4",
|
|
5
5
|
"main": "./dist/index.cjs.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"publishConfig": {
|
|
@@ -43,17 +43,17 @@
|
|
|
43
43
|
"start": "backstage-cli package start"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@backstage/backend-tasks": "^0.5.
|
|
47
|
-
"@backstage/config": "^1.1.0
|
|
48
|
-
"@backstage/plugin-auth-node": "^0.3.
|
|
49
|
-
"@backstage/plugin-permission-common": "^0.7.8
|
|
50
|
-
"@backstage/types": "^1.1.1
|
|
46
|
+
"@backstage/backend-tasks": "^0.5.9",
|
|
47
|
+
"@backstage/config": "^1.1.0",
|
|
48
|
+
"@backstage/plugin-auth-node": "^0.3.1",
|
|
49
|
+
"@backstage/plugin-permission-common": "^0.7.8",
|
|
50
|
+
"@backstage/types": "^1.1.1",
|
|
51
51
|
"@types/express": "^4.17.6",
|
|
52
52
|
"express": "^4.17.1",
|
|
53
53
|
"knex": "^2.0.0"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@backstage/cli": "^0.22.13
|
|
56
|
+
"@backstage/cli": "^0.22.13"
|
|
57
57
|
},
|
|
58
58
|
"files": [
|
|
59
59
|
"dist",
|