cdk-from-cfn 0.162.1 → 0.163.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/index.d.ts CHANGED
@@ -2,15 +2,10 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Returns an array containing all supported language names.
5
- * @returns {any[]}
6
5
  */
7
6
  export function supported_languages(): any[];
8
7
  /**
9
8
  * Transforms the provided template into a CDK application in the specified
10
9
  * language.
11
- * @param {string} template
12
- * @param {string} language
13
- * @param {string} stack_name
14
- * @returns {string}
15
10
  */
16
11
  export function transmute(template: string, language: string, stack_name: string): string;
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.162.1",
4
+ "version": "0.163.0",
5
5
  "license": "MIT OR Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",