@backstage/plugin-kubernetes-common 0.0.0-nightly-202182121918 → 0.0.0-nightly-202182222128

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # @backstage/plugin-kubernetes-common
2
2
 
3
- ## 0.0.0-nightly-202182121918
3
+ ## 0.0.0-nightly-202182222128
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 7a0c334707: Provide access to the Kubernetes dashboard when viewing a specific resource
8
8
  - Updated dependencies
9
- - @backstage/catalog-model@0.0.0-nightly-202182121918
9
+ - @backstage/catalog-model@0.0.0-nightly-202182222128
10
10
 
11
11
  ## 0.1.3
12
12
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes-common",
3
3
  "description": "Common functionalities for kubernetes, to be shared between kubernetes and kubernetes-backend plugin",
4
- "version": "0.0.0-nightly-202182121918",
4
+ "version": "0.0.0-nightly-202182222128",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -35,11 +35,11 @@
35
35
  "url": "https://github.com/backstage/backstage/issues"
36
36
  },
37
37
  "dependencies": {
38
- "@backstage/catalog-model": "^0.0.0-nightly-202182121918",
38
+ "@backstage/catalog-model": "^0.0.0-nightly-202182222128",
39
39
  "@kubernetes/client-node": "^0.15.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@backstage/cli": "^0.0.0-nightly-202182121918"
42
+ "@backstage/cli": "^0.0.0-nightly-202182222128"
43
43
  },
44
44
  "jest": {
45
45
  "roots": [