Version Packages

This commit is contained in:
github-actions[bot]
2021-09-09 14:47:05 +00:00
parent 7e88bea17d
commit 866ec85375
104 changed files with 616 additions and 482 deletions
+10
View File
@@ -1,5 +1,15 @@
# @backstage/backend-test-utils
## 0.1.7
### Patch Changes
- d1da88a19: Properly export all used types.
- Updated dependencies
- @backstage/config@0.1.9
- @backstage/backend-common@0.9.2
- @backstage/cli@0.7.11
## 0.1.6
### Patch Changes
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/backend-test-utils",
"description": "Test helpers library for Backstage backends",
"version": "0.1.6",
"version": "0.1.7",
"main": "src/index.ts",
"types": "src/index.ts",
"private": false,
@@ -30,9 +30,9 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/backend-common": "^0.9.0",
"@backstage/cli": "^0.7.8",
"@backstage/config": "^0.1.8",
"@backstage/backend-common": "^0.9.2",
"@backstage/cli": "^0.7.11",
"@backstage/config": "^0.1.9",
"knex": "^0.95.1",
"mysql2": "^2.2.5",
"pg": "^8.3.0",
@@ -41,7 +41,7 @@
"uuid": "^8.0.0"
},
"devDependencies": {
"@backstage/cli": "^0.7.8",
"@backstage/cli": "^0.7.11",
"jest": "^26.0.1"
},
"files": [