Version Packages (next)

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
github-actions[bot]
2022-09-13 08:56:36 +00:00
committed by Patrik Oldsberg
parent f4a58d3a36
commit 423e01d903
307 changed files with 6104 additions and 2508 deletions
+12
View File
@@ -1,5 +1,17 @@
# @backstage/backend-plugin-api
## 0.1.2-next.2
### Patch Changes
- 409ed984e8: Service are now scoped to either `'plugin'` or `'root'` scope. Service factories have been updated to provide dependency instances directly rather than factory functions.
- 854ba37357: The `createServiceFactory` method has been updated to return a higher-order factory that can accept options.
- Updated dependencies
- @backstage/config@1.0.2-next.0
- @backstage/plugin-permission-common@0.6.4-next.2
- @backstage/backend-common@0.15.1-next.3
- @backstage/backend-tasks@0.3.5-next.1
## 0.1.2-next.1
### Patch Changes
+6 -6
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-plugin-api",
"description": "Core API used by Backstage backend plugins",
"version": "0.1.2-next.1",
"version": "0.1.2-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {
@@ -33,17 +33,17 @@
"start": "backstage-cli package start"
},
"dependencies": {
"@backstage/backend-common": "^0.15.1-next.2",
"@backstage/backend-tasks": "^0.3.5-next.0",
"@backstage/config": "^1.0.1",
"@backstage/plugin-permission-common": "^0.6.4-next.1",
"@backstage/backend-common": "^0.15.1-next.3",
"@backstage/backend-tasks": "^0.3.5-next.1",
"@backstage/config": "^1.0.2-next.0",
"@backstage/plugin-permission-common": "^0.6.4-next.2",
"@types/express": "^4.17.6",
"express": "^4.17.1",
"winston": "^3.2.1",
"winston-transport": "^4.5.0"
},
"devDependencies": {
"@backstage/cli": "^0.19.0-next.2"
"@backstage/cli": "^0.19.0-next.3"
},
"files": [
"dist",