@backstage/plugin-kubernetes-react 0.0.0-nightly-20260707031921 → 0.0.0-nightly-20260710031816

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 +3 -3
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @backstage/plugin-kubernetes-react
2
2
 
3
- ## 0.0.0-nightly-20260707031921
3
+ ## 0.0.0-nightly-20260710031816
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 2ed90cd: Fixed the published configuration schema so that it no longer references a file that is excluded from the package. This previously caused configuration schema extraction to fail in apps that depend on this plugin.
8
8
  - Updated dependencies
9
- - @backstage/core-components@0.0.0-nightly-20260707031921
10
- - @backstage/core-plugin-api@0.0.0-nightly-20260707031921
9
+ - @backstage/core-components@0.0.0-nightly-20260710031816
10
+ - @backstage/core-plugin-api@0.0.0-nightly-20260710031816
11
11
  - @backstage/catalog-model@1.9.0
12
12
  - @backstage/errors@1.3.1
13
13
  - @backstage/types@1.2.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes-react",
3
- "version": "0.0.0-nightly-20260707031921",
3
+ "version": "0.0.0-nightly-20260710031816",
4
4
  "description": "Web library for the kubernetes-react plugin",
5
5
  "backstage": {
6
6
  "role": "web-library",
@@ -63,8 +63,8 @@
63
63
  },
64
64
  "dependencies": {
65
65
  "@backstage/catalog-model": "1.9.0",
66
- "@backstage/core-components": "0.0.0-nightly-20260707031921",
67
- "@backstage/core-plugin-api": "0.0.0-nightly-20260707031921",
66
+ "@backstage/core-components": "0.0.0-nightly-20260710031816",
67
+ "@backstage/core-plugin-api": "0.0.0-nightly-20260710031816",
68
68
  "@backstage/errors": "1.3.1",
69
69
  "@backstage/plugin-kubernetes-common": "0.9.12",
70
70
  "@backstage/types": "1.2.2",
@@ -85,9 +85,9 @@
85
85
  "react-use": "^17.4.0"
86
86
  },
87
87
  "devDependencies": {
88
- "@backstage/cli": "0.0.0-nightly-20260707031921",
89
- "@backstage/core-app-api": "0.0.0-nightly-20260707031921",
90
- "@backstage/test-utils": "0.0.0-nightly-20260707031921",
88
+ "@backstage/cli": "0.0.0-nightly-20260710031816",
89
+ "@backstage/core-app-api": "0.0.0-nightly-20260710031816",
90
+ "@backstage/test-utils": "0.0.0-nightly-20260710031816",
91
91
  "@testing-library/jest-dom": "^6.0.0",
92
92
  "@testing-library/react": "^16.0.0",
93
93
  "@types/react": "^18.0.0",