@backstage/plugin-kubernetes-node 0.0.0-nightly-20240820021901 → 0.0.0-nightly-20240822021958

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 +11 -4
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,16 +1,23 @@
1
1
  # @backstage/plugin-kubernetes-node
2
2
 
3
- ## 0.0.0-nightly-20240820021901
3
+ ## 0.0.0-nightly-20240822021958
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240822021958
9
+
10
+ ## 0.1.17
4
11
 
5
12
  ### Patch Changes
6
13
 
7
14
  - 93095ee: Make sure node-fetch is version 2.7.0 or greater
8
15
  - b63d378: Update internal imports
9
16
  - Updated dependencies
10
- - @backstage/backend-plugin-api@0.0.0-nightly-20240820021901
11
- - @backstage/catalog-model@0.0.0-nightly-20240820021901
17
+ - @backstage/backend-plugin-api@0.8.0
18
+ - @backstage/catalog-model@1.6.0
12
19
  - @backstage/types@1.1.1
13
- - @backstage/plugin-kubernetes-common@0.0.0-nightly-20240820021901
20
+ - @backstage/plugin-kubernetes-common@0.8.2
14
21
 
15
22
  ## 0.1.17-next.3
16
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes-node",
3
- "version": "0.0.0-nightly-20240820021901",
3
+ "version": "0.0.0-nightly-20240822021958",
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-20240820021901",
42
- "@backstage/catalog-model": "^0.0.0-nightly-20240820021901",
43
- "@backstage/plugin-kubernetes-common": "^0.0.0-nightly-20240820021901",
41
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240822021958",
42
+ "@backstage/catalog-model": "^1.6.0",
43
+ "@backstage/plugin-kubernetes-common": "^0.8.2",
44
44
  "@backstage/types": "^1.1.1",
45
45
  "@kubernetes/client-node": "^0.20.0",
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-20240820021901",
51
- "@backstage/backend-common": "^0.0.0-nightly-20240820021901",
52
- "@backstage/backend-defaults": "^0.0.0-nightly-20240820021901",
53
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240820021901",
54
- "@backstage/cli": "^0.0.0-nightly-20240820021901",
55
- "@backstage/plugin-kubernetes-backend": "^0.0.0-nightly-20240820021901",
50
+ "@backstage/backend-app-api": "^0.0.0-nightly-20240822021958",
51
+ "@backstage/backend-common": "^0.0.0-nightly-20240822021958",
52
+ "@backstage/backend-defaults": "^0.0.0-nightly-20240822021958",
53
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240822021958",
54
+ "@backstage/cli": "^0.27.0",
55
+ "@backstage/plugin-kubernetes-backend": "^0.0.0-nightly-20240822021958",
56
56
  "msw": "^1.3.1",
57
57
  "supertest": "^6.1.3"
58
58
  }