@shepherdjerred/helm-types 1.7.0-dev.14931 → 2.0.0-dev.14962
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.
- package/CHANGELOG.md +9 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [2.0.0](https://github.com/shepherdjerred/monorepo/compare/helm-types-v1.7.0...helm-types-v2.0.0) (2026-09-07)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
Breaking packaging and runtime compatibility changes for consumers adopting the npm package.
|
|
7
|
+
|
|
8
|
+
- Requires Node.js 24 or newer (or Bun), and now publishes compiled ESM from `dist/` with declaration files; consumers importing workspace source paths must switch to the package entry point ([16c7c62](https://github.com/shepherdjerred/monorepo/commit/16c7c623e8fb8cfd03b3d1eec5168f0d0636b53d))
|
|
9
|
+
- `fetchHelmChart` now runs on Node.js using standard child-process and filesystem APIs, and exposes the fetched chart result through the public package API ([16c7c62](https://github.com/shepherdjerred/monorepo/commit/16c7c623e8fb8cfd03b3d1eec5168f0d0636b53d))
|
|
10
|
+
- The npm package now includes its CLI, README, license, demos, and examples, with `helm-types` resolving to the compiled CLI ([16c7c62](https://github.com/shepherdjerred/monorepo/commit/16c7c623e8fb8cfd03b3d1eec5168f0d0636b53d))
|
|
11
|
+
|
|
3
12
|
## [1.7.0](https://github.com/shepherdjerred/monorepo/compare/helm-types-v1.6.0...helm-types-v1.7.0) (2026-08-25)
|
|
4
13
|
|
|
5
14
|
No library behavior changes. The generator produces the same output as `1.6.0`; this release exists only because of repo-level housekeeping that release-please picked up.
|
package/package.json
CHANGED