@intentius/chant-lexicon-aws 0.1.11 → 0.1.13
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/dist/integrity.json +4 -4
- package/dist/manifest.json +1 -1
- package/dist/meta.json +883 -50
- package/dist/types/index.d.ts +1324 -119
- package/package.json +3 -3
- package/src/codegen/docs.ts +1 -1
- package/src/generated/index.d.ts +1324 -119
- package/src/generated/index.ts +136 -6
- package/src/generated/lexicon-aws.json +883 -50
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intentius/chant-lexicon-aws",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.13",
|
|
4
4
|
"description": "AWS CloudFormation lexicon for chant — declarative IaC in TypeScript",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://intentius.io/chant",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
|
-
"url": "https://github.com/
|
|
9
|
+
"url": "https://github.com/INTENTIUS/chant.git",
|
|
10
10
|
"directory": "lexicons/aws"
|
|
11
11
|
},
|
|
12
12
|
"bugs": {
|
|
13
|
-
"url": "https://github.com/
|
|
13
|
+
"url": "https://github.com/INTENTIUS/chant/issues"
|
|
14
14
|
},
|
|
15
15
|
"keywords": [
|
|
16
16
|
"infrastructure-as-code",
|
package/src/codegen/docs.ts
CHANGED
|
@@ -390,7 +390,7 @@ Returns the list of Availability Zones for a region:
|
|
|
390
390
|
slug: "composites",
|
|
391
391
|
title: "Composites",
|
|
392
392
|
description: "Composite resources, built-in composites, action constants, and withDefaults presets in the AWS CloudFormation lexicon",
|
|
393
|
-
content: `Composites group related resources into reusable factories. See also the core [Composite Resources](/guide/composite-resources/) guide.
|
|
393
|
+
content: `Composites group related resources into reusable factories. See also the core [Composite Resources](/chant/guide/composite-resources/) guide.
|
|
394
394
|
|
|
395
395
|
{{file:lambda-api/src/lambda-api.ts}}
|
|
396
396
|
|