@intentius/chant-lexicon-helm 0.37.0 → 0.37.2

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "algorithm": "sha256",
3
3
  "artifacts": {
4
- "manifest.json": "710a649f8d78277de5ff4ecb9179b85dc14d0e6109d39f1aec4fd3c7c0f88d34",
4
+ "manifest.json": "5c770977b3cffa3f95ce0335eea6f779094df8cbae5996d07ea379cc19a89ef8",
5
5
  "meta.json": "14243c5730a07c6a6edc35ddd351438547d58df5cf345f2233a355b0c7611ccc",
6
6
  "types/index.d.ts": "5377696ca8698cd2999e4680feb8e8e4b54a7b49fb603a87b2f27356114d1794",
7
7
  "rules/chart-metadata.ts": "8f3377e893d5e2828460b7fe5924fca098334245a9a2fdb90f6b67e490eaf091",
@@ -34,5 +34,5 @@
34
34
  "skills/chant-helm-patterns.md": "9e79e6a46391da46709d8aa57e2825a7cd9eb981cd923f02ad60836c49b2561e",
35
35
  "skills/chant-helm-security.md": "bfc367eabceed2e84f1cf94501b407df78aeed963cec104f24a321d0962063c9"
36
36
  },
37
- "composite": "56efee1fe4ff8a2baec192e12bf6051935abe4d4cd8895ed5caf26d6a12c3fd5"
37
+ "composite": "5d0569374a75be5a692fb9cfeb3a34761a8117e9790be82451be9e6b00b1faef"
38
38
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "helm",
3
- "version": "0.37.0",
3
+ "version": "0.37.2",
4
4
  "chantVersion": ">=0.1.0",
5
5
  "namespace": "Helm",
6
6
  "intrinsics": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intentius/chant-lexicon-helm",
3
- "version": "0.37.0",
3
+ "version": "0.37.2",
4
4
  "description": "Helm chart lexicon for chant — declarative IaC in TypeScript",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://intentius.io/chant",
@@ -76,7 +76,7 @@
76
76
  "@types/js-yaml": "^4.0.9"
77
77
  },
78
78
  "peerDependencies": {
79
- "@intentius/chant": "^0.37.0",
79
+ "@intentius/chant": "^0.37.2",
80
80
  "typescript": "^5.9.3"
81
81
  }
82
82
  }
@@ -109,7 +109,7 @@ export async function generateDocs(opts?: { verbose?: boolean }): Promise<void>
109
109
  // `lint-rules` below is helm's rules documentation; the generated `rules`
110
110
  // table duplicated it, and helm's own declared rules page was being
111
111
  // silently overwritten by that table (#1312).
112
- suppressPages: ["pseudo-parameters", "rules"],
112
+ suppressPages: ["pseudo-parameters"],
113
113
  // Hand-written pages under docs/src/content/docs/ that no sidebar entry
114
114
  // pointed at.
115
115
  sidebarExtra: [