Version Packages

This commit is contained in:
github-actions[bot]
2022-02-03 09:42:25 +00:00
parent 379427cbbf
commit a12bb7b065
238 changed files with 1675 additions and 1306 deletions
+7
View File
@@ -1,5 +1,12 @@
# @backstage/plugin-kafka-backend
## 0.2.16
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.10.6
## 0.2.16-next.0
### Patch Changes
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-kafka-backend",
"description": "A Backstage backend plugin that integrates towards Kafka",
"version": "0.2.16-next.0",
"version": "0.2.16",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -32,7 +32,7 @@
"clean": "backstage-cli clean"
},
"dependencies": {
"@backstage/backend-common": "^0.10.6-next.0",
"@backstage/backend-common": "^0.10.6",
"@backstage/catalog-model": "^0.9.10",
"@backstage/config": "^0.1.13",
"@backstage/errors": "^0.2.0",
@@ -44,7 +44,7 @@
"winston": "^3.2.1"
},
"devDependencies": {
"@backstage/cli": "^0.13.1-next.1",
"@backstage/cli": "^0.13.1",
"@types/jest-when": "^2.7.2",
"@types/lodash": "^4.14.151",
"jest-when": "^3.1.0",