Version Packages

This commit is contained in:
github-actions[bot]
2021-10-07 12:17:39 +00:00
parent 2a12c46d51
commit 97420439e1
184 changed files with 1479 additions and 881 deletions
+8
View File
@@ -1,5 +1,13 @@
# @backstage/plugin-kubernetes-common
## 0.1.5
### Patch Changes
- 193a999a80: Fixed incorrect keyword, repository directory path and entrypoints in `package.json`.
- Updated dependencies
- @backstage/catalog-model@0.9.4
## 0.1.4
### Patch Changes
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-kubernetes-common",
"description": "Common functionalities for kubernetes, to be shared between kubernetes and kubernetes-backend plugin",
"version": "0.1.4",
"version": "0.1.5",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",
@@ -35,11 +35,11 @@
"url": "https://github.com/backstage/backstage/issues"
},
"dependencies": {
"@backstage/catalog-model": "^0.9.3",
"@backstage/catalog-model": "^0.9.4",
"@kubernetes/client-node": "^0.15.0"
},
"devDependencies": {
"@backstage/cli": "^0.7.13"
"@backstage/cli": "^0.7.15"
},
"jest": {
"roots": [