@intentius/chant-lexicon-k8s 0.36.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": "10863db859a23c3912bd6111da456bd0dc124d729d10c2aa81e55f1c0c044bc9",
4
+ "manifest.json": "719f7afece433683f17a440ba689b7edec45f44aea165a771da8d587dd3b6a6a",
5
5
  "meta.json": "c75f736c0e08376e1d57fb70e71a41263ae6925064bf394a2a5eb52380084ca3",
6
6
  "types/index.d.ts": "117b26c20b082d249258c8a98f3357a0329030f14d32e9969b6a891cce98d0a6",
7
7
  "rules/argo-appset-single-project.ts": "afa9f310753aa2d475f35012b13135b2dfaebed2a35d44edbe185ebc07673674",
@@ -50,5 +50,5 @@
50
50
  "skills/chant-k8s-aks.md": "e18f0e2b055f72cd7a37deaf258d7027c2d4d3e286e8fd4975b27a1f981a3ad9",
51
51
  "skills/chant-k8s-argo.md": "b1a0b826559d8c5033a479c5781efaf650320f0aee4419d8841170bd3393cea5"
52
52
  },
53
- "composite": "cd09d4fe6a458e2bb7f35d74570daae75d395166a4d3def722436768658739ea"
53
+ "composite": "6fc5d97f71aa6872fbaa83af84853649ff61e5f375c6f12a447fbe790b932e6f"
54
54
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "k8s",
3
- "version": "0.36.0",
3
+ "version": "0.37.2",
4
4
  "chantVersion": ">=0.1.0",
5
5
  "namespace": "K8s",
6
6
  "intrinsics": [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intentius/chant-lexicon-k8s",
3
- "version": "0.36.0",
3
+ "version": "0.37.2",
4
4
  "description": "Kubernetes lexicon for chant — declarative IaC in TypeScript",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://intentius.io/chant",
@@ -78,7 +78,7 @@
78
78
  "typescript": "^5.9.3"
79
79
  },
80
80
  "peerDependencies": {
81
- "@intentius/chant": "^0.34.1",
81
+ "@intentius/chant": "^0.37.2",
82
82
  "typescript": "^5.9.3"
83
83
  }
84
84
  }
@@ -134,7 +134,7 @@ export async function generateDocs(opts?: { verbose?: boolean }): Promise<void>
134
134
  overview,
135
135
  outputFormat,
136
136
  serviceFromType,
137
- suppressPages: ["pseudo-parameters", "rules"],
137
+ suppressPages: ["pseudo-parameters"],
138
138
  extraPages: [
139
139
  {
140
140
  slug: "getting-started",