@backstage/plugin-kubernetes-node 0.0.0-nightly-20250114022708 → 0.0.0-nightly-20250116022939

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 +12 -5
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,14 +1,21 @@
1
1
  # @backstage/plugin-kubernetes-node
2
2
 
3
- ## 0.0.0-nightly-20250114022708
3
+ ## 0.0.0-nightly-20250116022939
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/types@0.0.0-nightly-20250114022708
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20250114022708
10
- - @backstage/catalog-model@0.0.0-nightly-20250114022708
11
- - @backstage/plugin-kubernetes-common@0.0.0-nightly-20250114022708
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20250116022939
9
+
10
+ ## 0.2.2
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ - @backstage/types@1.2.1
16
+ - @backstage/backend-plugin-api@1.1.1
17
+ - @backstage/catalog-model@1.7.3
18
+ - @backstage/plugin-kubernetes-common@0.9.2
12
19
 
13
20
  ## 0.2.2-next.1
14
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes-node",
3
- "version": "0.0.0-nightly-20250114022708",
3
+ "version": "0.0.0-nightly-20250116022939",
4
4
  "description": "Node.js library for the kubernetes plugin",
5
5
  "backstage": {
6
6
  "role": "node-library",
@@ -38,21 +38,21 @@
38
38
  "test": "backstage-cli package test"
39
39
  },
40
40
  "dependencies": {
41
- "@backstage/backend-plugin-api": "0.0.0-nightly-20250114022708",
42
- "@backstage/catalog-model": "0.0.0-nightly-20250114022708",
43
- "@backstage/plugin-kubernetes-common": "0.0.0-nightly-20250114022708",
44
- "@backstage/types": "0.0.0-nightly-20250114022708",
41
+ "@backstage/backend-plugin-api": "0.0.0-nightly-20250116022939",
42
+ "@backstage/catalog-model": "1.7.3",
43
+ "@backstage/plugin-kubernetes-common": "0.9.2",
44
+ "@backstage/types": "1.2.1",
45
45
  "@kubernetes/client-node": "1.0.0-rc7",
46
46
  "node-fetch": "^2.7.0",
47
47
  "winston": "^3.2.1"
48
48
  },
49
49
  "devDependencies": {
50
- "@backstage/backend-app-api": "0.0.0-nightly-20250114022708",
50
+ "@backstage/backend-app-api": "0.0.0-nightly-20250116022939",
51
51
  "@backstage/backend-common": "^0.25.0",
52
- "@backstage/backend-defaults": "0.0.0-nightly-20250114022708",
53
- "@backstage/backend-test-utils": "0.0.0-nightly-20250114022708",
54
- "@backstage/cli": "0.0.0-nightly-20250114022708",
55
- "@backstage/plugin-kubernetes-backend": "0.0.0-nightly-20250114022708",
52
+ "@backstage/backend-defaults": "0.0.0-nightly-20250116022939",
53
+ "@backstage/backend-test-utils": "0.0.0-nightly-20250116022939",
54
+ "@backstage/cli": "0.29.5",
55
+ "@backstage/plugin-kubernetes-backend": "0.0.0-nightly-20250116022939",
56
56
  "msw": "^1.3.1",
57
57
  "supertest": "^7.0.0"
58
58
  },