Version Packages

This commit is contained in:
github-actions[bot]
2021-04-22 13:19:35 +00:00
parent b9b2b4b766
commit 034998d537
106 changed files with 594 additions and 387 deletions
@@ -0,0 +1,10 @@
# @backstage/plugin-code-coverage-backend
## 0.1.2
### Patch Changes
- 55b2fc0c0: Update tests to function in windows
- Updated dependencies [d367f63b5]
- Updated dependencies [b42531cfe]
- @backstage/backend-common@0.6.3
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-code-coverage-backend",
"version": "0.1.1",
"version": "0.1.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -19,7 +19,7 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/backend-common": "^0.6.2",
"@backstage/backend-common": "^0.6.3",
"@backstage/catalog-client": "^0.3.10",
"@backstage/catalog-model": "^0.7.7",
"@backstage/config": "^0.1.4",
@@ -36,7 +36,7 @@
"yn": "^4.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.6.8",
"@backstage/cli": "^0.6.9",
"@types/express-xml-bodyparser": "^0.3.2",
"@types/supertest": "^2.0.8",
"msw": "^0.21.2",