@backstage/plugin-kubernetes-react 0.0.0-nightly-20240201021259 → 0.0.0-nightly-20240202021002

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 +5 -5
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-kubernetes-react
2
2
 
3
- ## 0.0.0-nightly-20240201021259
3
+ ## 0.0.0-nightly-20240202021002
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -12,10 +12,10 @@
12
12
  - 3c184af: Extracted common dialog component.
13
13
  - db1054b: Fixed a bug where the logs dialog and any other functionality depending on the proxy endpoint would fail for clusters configured with the OIDC auth provider.
14
14
  - Updated dependencies
15
- - @backstage/core-components@0.0.0-nightly-20240201021259
16
- - @backstage/catalog-model@0.0.0-nightly-20240201021259
17
- - @backstage/plugin-kubernetes-common@0.0.0-nightly-20240201021259
18
- - @backstage/core-plugin-api@0.0.0-nightly-20240201021259
15
+ - @backstage/core-components@0.0.0-nightly-20240202021002
16
+ - @backstage/catalog-model@0.0.0-nightly-20240202021002
17
+ - @backstage/plugin-kubernetes-common@0.0.0-nightly-20240202021002
18
+ - @backstage/core-plugin-api@0.0.0-nightly-20240202021002
19
19
  - @backstage/errors@1.2.3
20
20
  - @backstage/types@1.1.1
21
21
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes-react",
3
3
  "description": "Web library for the kubernetes-react plugin",
4
- "version": "0.0.0-nightly-20240201021259",
4
+ "version": "0.0.0-nightly-20240202021002",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -25,11 +25,11 @@
25
25
  "postpack": "backstage-cli package postpack"
26
26
  },
27
27
  "dependencies": {
28
- "@backstage/catalog-model": "^0.0.0-nightly-20240201021259",
29
- "@backstage/core-components": "^0.0.0-nightly-20240201021259",
30
- "@backstage/core-plugin-api": "^0.0.0-nightly-20240201021259",
28
+ "@backstage/catalog-model": "^0.0.0-nightly-20240202021002",
29
+ "@backstage/core-components": "^0.0.0-nightly-20240202021002",
30
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20240202021002",
31
31
  "@backstage/errors": "^1.2.3",
32
- "@backstage/plugin-kubernetes-common": "^0.0.0-nightly-20240201021259",
32
+ "@backstage/plugin-kubernetes-common": "^0.0.0-nightly-20240202021002",
33
33
  "@backstage/types": "^1.1.1",
34
34
  "@kubernetes-models/apimachinery": "^1.1.0",
35
35
  "@kubernetes-models/base": "^4.0.1",
@@ -52,9 +52,9 @@
52
52
  "react": "^16.13.1 || ^17.0.0 || ^18.0.0"
53
53
  },
54
54
  "devDependencies": {
55
- "@backstage/cli": "^0.0.0-nightly-20240201021259",
56
- "@backstage/core-app-api": "^0.0.0-nightly-20240201021259",
57
- "@backstage/test-utils": "^0.0.0-nightly-20240201021259",
55
+ "@backstage/cli": "^0.0.0-nightly-20240202021002",
56
+ "@backstage/core-app-api": "^0.0.0-nightly-20240202021002",
57
+ "@backstage/test-utils": "^0.0.0-nightly-20240202021002",
58
58
  "@testing-library/jest-dom": "^6.0.0",
59
59
  "@testing-library/react": "^14.0.0",
60
60
  "jest-websocket-mock": "^2.5.0",