@backstage/plugin-kubernetes-node 0.0.0-nightly-20240415030456 → 0.0.0-nightly-20240420021132

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 -2
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,12 +1,22 @@
1
1
  # @backstage/plugin-kubernetes-node
2
2
 
3
- ## 0.0.0-nightly-20240415030456
3
+ ## 0.0.0-nightly-20240420021132
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-plugin-api@0.0.0-nightly-20240420021132
9
+ - @backstage/catalog-model@1.4.5
10
+ - @backstage/types@1.1.1
11
+ - @backstage/plugin-kubernetes-common@0.7.5
12
+
13
+ ## 0.1.11
4
14
 
5
15
  ### Patch Changes
6
16
 
7
17
  - f5cec55: Fixing issue where `BackstageCredentials` were not properly forwarded for all calls
8
18
  - Updated dependencies
9
- - @backstage/backend-plugin-api@0.0.0-nightly-20240415030456
19
+ - @backstage/backend-plugin-api@0.6.17
10
20
  - @backstage/catalog-model@1.4.5
11
21
  - @backstage/types@1.1.1
12
22
  - @backstage/plugin-kubernetes-common@0.7.5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes-node",
3
- "version": "0.0.0-nightly-20240415030456",
3
+ "version": "0.0.0-nightly-20240420021132",
4
4
  "description": "Node.js library for the kubernetes plugin",
5
5
  "backstage": {
6
6
  "role": "node-library"
@@ -30,7 +30,7 @@
30
30
  "test": "backstage-cli package test"
31
31
  },
32
32
  "dependencies": {
33
- "@backstage/backend-plugin-api": "^0.0.0-nightly-20240415030456",
33
+ "@backstage/backend-plugin-api": "^0.0.0-nightly-20240420021132",
34
34
  "@backstage/catalog-model": "^1.4.5",
35
35
  "@backstage/plugin-kubernetes-common": "^0.7.5",
36
36
  "@backstage/types": "^1.1.1",
@@ -39,11 +39,11 @@
39
39
  "winston": "^3.2.1"
40
40
  },
41
41
  "devDependencies": {
42
- "@backstage/backend-app-api": "^0.0.0-nightly-20240415030456",
43
- "@backstage/backend-common": "^0.0.0-nightly-20240415030456",
44
- "@backstage/backend-test-utils": "^0.0.0-nightly-20240415030456",
45
- "@backstage/cli": "^0.0.0-nightly-20240415030456",
46
- "@backstage/plugin-kubernetes-backend": "^0.0.0-nightly-20240415030456",
42
+ "@backstage/backend-app-api": "^0.0.0-nightly-20240420021132",
43
+ "@backstage/backend-common": "^0.0.0-nightly-20240420021132",
44
+ "@backstage/backend-test-utils": "^0.0.0-nightly-20240420021132",
45
+ "@backstage/cli": "^0.0.0-nightly-20240420021132",
46
+ "@backstage/plugin-kubernetes-backend": "^0.0.0-nightly-20240420021132",
47
47
  "msw": "^1.3.1",
48
48
  "supertest": "^6.1.3"
49
49
  }