cdk-from-cfn 0.230.0 → 0.232.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/README.md CHANGED
@@ -5,13 +5,13 @@
5
5
  ## Installation
6
6
 
7
7
  ```console
8
- $ cargo install cdk-from-cfn
8
+ cargo install cdk-from-cfn
9
9
  ```
10
10
 
11
11
  ## Usage
12
12
 
13
13
  ```console
14
- $ cdk-from-cfn [INPUT] [OUTPUT] --language <LANGUAGE> --stack-name <STACK_NAME>
14
+ cdk-from-cfn [INPUT] [OUTPUT] --language <LANGUAGE> --stack-name <STACK_NAME>
15
15
  ```
16
16
 
17
17
  - `INPUT` is the input file path (STDIN by default).
@@ -33,13 +33,13 @@ cdk_from_cfn.transmute(template, language, stackName)
33
33
 
34
34
  ## Language and Feature support
35
35
 
36
- Name | Enabled by default | Description
37
- -------------|:------------------:|---------------------------------------------
38
- `typescript` | :heavy_check_mark: | Enables support for TypeScript output
39
- `golang` | :heavy_check_mark: | Enables support for Go output
40
- `java` | :heavy_check_mark: | Enables support for Java output
41
- `Python` | :heavy_check_mark: | Enables support for Python output
42
- `csharp` | :heavy_check_mark: | Enables support for C# output
36
+ | Name | Enabled by default | Description |
37
+ | ------------ | :----------------: | ------------------------------------- |
38
+ | `typescript` | :heavy_check_mark: | Enables support for TypeScript output |
39
+ | `golang` | :heavy_check_mark: | Enables support for Go output |
40
+ | `java` | :heavy_check_mark: | Enables support for Java output |
41
+ | `Python` | :heavy_check_mark: | Enables support for Python output |
42
+ | `csharp` | :heavy_check_mark: | Enables support for C# output |
43
43
 
44
44
  You can enable experimental languages (not enabled by default) by enabling the relevant feature:
45
45
 
package/index_bg.wasm CHANGED
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cdk-from-cfn",
3
3
  "description": "Turn AWS CloudFormation templates into AWS CDK applications",
4
- "version": "0.230.0",
4
+ "version": "0.232.0",
5
5
  "license": "MIT OR Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",