Version Packages

This commit is contained in:
github-actions[bot]
2026-05-19 18:28:24 +00:00
parent 0a44fb3cb8
commit b97fcb0a93
563 changed files with 6223 additions and 1580 deletions
+11
View File
@@ -1,5 +1,16 @@
# @backstage/plugin-kubernetes-node
## 0.4.4
### Patch Changes
- ab1cdbb: Removed a handful of internal imports that referenced the package by its own name. Value imports were switched to relative paths, and type-only imports to `import type`. These self-referential imports could trigger circular initialization errors in bundled ESM and when the package was loaded via `jest.requireActual` — most visibly `Cannot access '_AppRootElementBlueprintesm' before initialization` from `@backstage/frontend-plugin-api`. There are no user-facing API changes.
- 0c5e41f: Removed unused dependencies that had no imports in source code.
- Updated dependencies
- @backstage/catalog-model@1.9.0
- @backstage/backend-plugin-api@1.9.1
- @backstage/plugin-kubernetes-common@0.9.12
## 0.4.4-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-kubernetes-node",
"version": "0.4.4-next.1",
"version": "0.4.4",
"description": "Node.js library for the kubernetes plugin",
"backstage": {
"role": "node-library",