@backstage/plugin-kubernetes-node 0.0.0-nightly-20260411031533 → 0.0.0-nightly-20260414031820

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 +4 -4
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # @backstage/plugin-kubernetes-node
2
2
 
3
- ## 0.0.0-nightly-20260411031533
3
+ ## 0.0.0-nightly-20260414031820
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/backend-plugin-api@0.0.0-nightly-20260411031533
9
- - @backstage/catalog-model@0.0.0-nightly-20260411031533
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20260414031820
9
+ - @backstage/catalog-model@0.0.0-nightly-20260414031820
10
10
  - @backstage/types@1.2.2
11
- - @backstage/plugin-kubernetes-common@0.0.0-nightly-20260411031533
11
+ - @backstage/plugin-kubernetes-common@0.0.0-nightly-20260414031820
12
12
 
13
13
  ## 0.4.3-next.2
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes-node",
3
- "version": "0.0.0-nightly-20260411031533",
3
+ "version": "0.0.0-nightly-20260414031820",
4
4
  "description": "Node.js library for the kubernetes plugin",
5
5
  "backstage": {
6
6
  "role": "node-library",
@@ -38,9 +38,9 @@
38
38
  "test": "backstage-cli package test"
39
39
  },
40
40
  "dependencies": {
41
- "@backstage/backend-plugin-api": "0.0.0-nightly-20260411031533",
42
- "@backstage/catalog-model": "0.0.0-nightly-20260411031533",
43
- "@backstage/plugin-kubernetes-common": "0.0.0-nightly-20260411031533",
41
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20260414031820",
42
+ "@backstage/catalog-model": "0.0.0-nightly-20260414031820",
43
+ "@backstage/plugin-kubernetes-common": "0.0.0-nightly-20260414031820",
44
44
  "@backstage/types": "1.2.2",
45
45
  "@kubernetes/client-node": "1.4.0",
46
46
  "@types/express": "^4.17.6",
@@ -48,11 +48,11 @@
48
48
  "winston": "^3.2.1"
49
49
  },
50
50
  "devDependencies": {
51
- "@backstage/backend-app-api": "0.0.0-nightly-20260411031533",
52
- "@backstage/backend-defaults": "0.0.0-nightly-20260411031533",
53
- "@backstage/backend-test-utils": "0.0.0-nightly-20260411031533",
54
- "@backstage/cli": "0.0.0-nightly-20260411031533",
55
- "@backstage/plugin-kubernetes-backend": "0.0.0-nightly-20260411031533",
51
+ "@backstage/backend-app-api": "0.0.0-nightly-20260414031820",
52
+ "@backstage/backend-defaults": "0.0.0-nightly-20260414031820",
53
+ "@backstage/backend-test-utils": "0.0.0-nightly-20260414031820",
54
+ "@backstage/cli": "0.0.0-nightly-20260414031820",
55
+ "@backstage/plugin-kubernetes-backend": "0.0.0-nightly-20260414031820",
56
56
  "msw": "^1.3.1",
57
57
  "supertest": "^7.0.0"
58
58
  },