Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-06-21 09:04:17 +00:00
parent 3d41484683
commit 2231987c10
290 changed files with 3954 additions and 1028 deletions
@@ -1,5 +1,17 @@
# @backstage/plugin-tech-insights-backend
## 0.4.2-next.0
### Patch Changes
- 2ef58ab539: TechInsightsBackend: Added missing 'scheduler' to code examples
- Updated dependencies
- @backstage/backend-common@0.14.1-next.0
- @backstage/catalog-model@1.1.0-next.0
- @backstage/backend-tasks@0.3.3-next.0
- @backstage/plugin-tech-insights-node@0.3.2-next.0
- @backstage/catalog-client@1.0.4-next.0
## 0.4.1
### Patch Changes
+8 -8
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-tech-insights-backend",
"version": "0.4.1",
"version": "0.4.2-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -34,14 +34,14 @@
"clean": "backstage-cli package clean"
},
"dependencies": {
"@backstage/backend-common": "^0.14.0",
"@backstage/backend-tasks": "^0.3.2",
"@backstage/catalog-client": "^1.0.3",
"@backstage/catalog-model": "^1.0.3",
"@backstage/backend-common": "^0.14.1-next.0",
"@backstage/backend-tasks": "^0.3.3-next.0",
"@backstage/catalog-client": "^1.0.4-next.0",
"@backstage/catalog-model": "^1.1.0-next.0",
"@backstage/config": "^1.0.1",
"@backstage/errors": "^1.0.0",
"@backstage/plugin-tech-insights-common": "^0.2.4",
"@backstage/plugin-tech-insights-node": "^0.3.1",
"@backstage/plugin-tech-insights-node": "^0.3.2-next.0",
"@types/express": "^4.17.6",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
@@ -54,8 +54,8 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/backend-test-utils": "^0.1.25",
"@backstage/cli": "^0.17.2",
"@backstage/backend-test-utils": "^0.1.26-next.0",
"@backstage/cli": "^0.17.3-next.0",
"@types/supertest": "^2.0.8",
"@types/semver": "^7.3.8",
"supertest": "^6.1.3",