@intentius/chant-lexicon-gcp 0.0.16 → 0.0.18

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": "xxhash64",
3
3
  "artifacts": {
4
- "manifest.json": "ad77fb29e1f765b8",
4
+ "manifest.json": "59d7c7c453ff4f80",
5
5
  "meta.json": "5c5359c023b36835",
6
6
  "types/index.d.ts": "c7cc45a739cefe9d",
7
7
  "rules/hardcoded-region.ts": "d230565c5cc6b600",
@@ -33,5 +33,5 @@
33
33
  "skills/chant-gcp-patterns.md": "ab5dea252128c7d2",
34
34
  "skills/chant-gke.md": "15b6fd248379f66"
35
35
  },
36
- "composite": "ffdc5245f6535b62"
36
+ "composite": "30b02f2993d30989"
37
37
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gcp",
3
- "version": "0.0.16",
3
+ "version": "0.0.18",
4
4
  "chantVersion": ">=0.1.0",
5
5
  "namespace": "GCP",
6
6
  "intrinsics": [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intentius/chant-lexicon-gcp",
3
- "version": "0.0.16",
3
+ "version": "0.0.18",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "files": [
@@ -25,7 +25,7 @@
25
25
  "prepack": "bun run generate && bun run bundle && bun run validate"
26
26
  },
27
27
  "dependencies": {
28
- "@intentius/chant": "0.0.15",
28
+ "@intentius/chant": "0.0.18",
29
29
  "fflate": "^0.8.2",
30
30
  "js-yaml": "^4.1.0"
31
31
  },
@@ -807,6 +807,9 @@ The \`chant-gcp\` skill covers:
807
807
  | \`examples/basic-bucket\` | Example StorageBucket code |`,
808
808
  },
809
809
  ],
810
+ sidebarExtra: [
811
+ { label: "Deploying to GKE", slug: "gke-kubernetes" },
812
+ ],
810
813
  };
811
814
 
812
815
  const result = docsPipeline(config);