@backstage/plugin-kubernetes-common 0.0.0-nightly-20240214021031 → 0.0.0-nightly-20240215021042

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,6 +1,6 @@
1
1
  # @backstage/plugin-kubernetes-common
2
2
 
3
- ## 0.0.0-nightly-20240214021031
3
+ ## 0.0.0-nightly-20240215021042
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -15,7 +15,7 @@
15
15
  to distinguish them but still use the same ID for the purposes of generating
16
16
  tokens.
17
17
  - Updated dependencies
18
- - @backstage/catalog-model@0.0.0-nightly-20240214021031
18
+ - @backstage/catalog-model@0.0.0-nightly-20240215021042
19
19
  - @backstage/types@1.1.1
20
20
  - @backstage/plugin-permission-common@0.7.12
21
21
 
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-20240214021031",
4
+ "version": "0.0.0-nightly-20240215021042",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -39,7 +39,7 @@
39
39
  "url": "https://github.com/backstage/backstage/issues"
40
40
  },
41
41
  "dependencies": {
42
- "@backstage/catalog-model": "^0.0.0-nightly-20240214021031",
42
+ "@backstage/catalog-model": "^0.0.0-nightly-20240215021042",
43
43
  "@backstage/plugin-permission-common": "^0.7.12",
44
44
  "@backstage/types": "^1.1.1",
45
45
  "@kubernetes/client-node": "0.20.0",
@@ -48,7 +48,7 @@
48
48
  "luxon": "^3.0.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@backstage/cli": "^0.0.0-nightly-20240214021031"
51
+ "@backstage/cli": "^0.0.0-nightly-20240215021042"
52
52
  },
53
53
  "jest": {
54
54
  "roots": [