@shepherdjerred/helm-types 1.4.0 → 1.5.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shepherdjerred/helm-types",
3
- "version": "1.4.0",
3
+ "version": "1.5.0",
4
4
  "description": "Generate TypeScript types from Helm chart values.yaml and values.schema.json",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -65,7 +65,7 @@ async function runCommand(command: string, args: string[]): Promise<string> {
65
65
  /**
66
66
  * Locate the directory `helm pull --untar` created. helm names it after the
67
67
  * Chart.yaml `name`, which can differ from the OCI artifact path (e.g.
68
- * `kueue/charts/kueue` untars to `kueue/`), so prefer the version-key fallback
68
+ * a chart at `foo/charts/foo` untars to `foo/`), so prefer the version-key fallback
69
69
  * but fall back to scanning for the extracted Chart.yaml.
70
70
  */
71
71
  async function resolveUntarredChartDir(