@backstage/plugin-kubernetes-node 0.0.0-nightly-20260420031813 → 0.0.0-nightly-20260422031853

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 +15 -4
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,15 +1,26 @@
1
1
  # @backstage/plugin-kubernetes-node
2
2
 
3
- ## 0.0.0-nightly-20260420031813
3
+ ## 0.0.0-nightly-20260422031853
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 0c5e41f: Removed unused dependencies that had no imports in source code.
8
8
  - Updated dependencies
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20260420031813
10
- - @backstage/catalog-model@0.0.0-nightly-20260420031813
9
+ - @backstage/backend-plugin-api@0.0.0-nightly-20260422031853
10
+ - @backstage/catalog-model@0.0.0-nightly-20260422031853
11
11
  - @backstage/types@1.2.2
12
- - @backstage/plugin-kubernetes-common@0.0.0-nightly-20260420031813
12
+ - @backstage/plugin-kubernetes-common@0.0.0-nightly-20260422031853
13
+
14
+ ## 0.4.4-next.0
15
+
16
+ ### Patch Changes
17
+
18
+ - 0c5e41f: Removed unused dependencies that had no imports in source code.
19
+ - Updated dependencies
20
+ - @backstage/backend-plugin-api@1.9.1-next.0
21
+ - @backstage/catalog-model@1.8.1-next.0
22
+ - @backstage/types@1.2.2
23
+ - @backstage/plugin-kubernetes-common@0.9.12-next.0
13
24
 
14
25
  ## 0.4.3
15
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes-node",
3
- "version": "0.0.0-nightly-20260420031813",
3
+ "version": "0.0.0-nightly-20260422031853",
4
4
  "description": "Node.js library for the kubernetes plugin",
5
5
  "backstage": {
6
6
  "role": "node-library",
@@ -38,20 +38,20 @@
38
38
  "test": "backstage-cli package test"
39
39
  },
40
40
  "dependencies": {
41
- "@backstage/backend-plugin-api": "0.0.0-nightly-20260420031813",
42
- "@backstage/catalog-model": "0.0.0-nightly-20260420031813",
43
- "@backstage/plugin-kubernetes-common": "0.0.0-nightly-20260420031813",
41
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20260422031853",
42
+ "@backstage/catalog-model": "0.0.0-nightly-20260422031853",
43
+ "@backstage/plugin-kubernetes-common": "0.0.0-nightly-20260422031853",
44
44
  "@backstage/types": "1.2.2",
45
45
  "@kubernetes/client-node": "1.4.0",
46
46
  "@types/express": "^4.17.6",
47
47
  "node-fetch": "^2.7.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@backstage/backend-app-api": "0.0.0-nightly-20260420031813",
51
- "@backstage/backend-defaults": "0.0.0-nightly-20260420031813",
52
- "@backstage/backend-test-utils": "0.0.0-nightly-20260420031813",
53
- "@backstage/cli": "0.0.0-nightly-20260420031813",
54
- "@backstage/plugin-kubernetes-backend": "0.0.0-nightly-20260420031813",
50
+ "@backstage/backend-app-api": "0.0.0-nightly-20260422031853",
51
+ "@backstage/backend-defaults": "0.0.0-nightly-20260422031853",
52
+ "@backstage/backend-test-utils": "0.0.0-nightly-20260422031853",
53
+ "@backstage/cli": "0.0.0-nightly-20260422031853",
54
+ "@backstage/plugin-kubernetes-backend": "0.0.0-nightly-20260422031853",
55
55
  "msw": "^1.3.1",
56
56
  "supertest": "^7.0.0"
57
57
  },