cdk-from-cfn 0.156.0 → 0.158.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.js CHANGED
@@ -190,13 +190,13 @@ module.exports.transmute = function(template, language, stack_name) {
190
190
  }
191
191
  };
192
192
 
193
- module.exports.__wbindgen_string_new = function(arg0, arg1) {
194
- const ret = getStringFromWasm0(arg0, arg1);
193
+ module.exports.__wbindgen_error_new = function(arg0, arg1) {
194
+ const ret = new Error(getStringFromWasm0(arg0, arg1));
195
195
  return addHeapObject(ret);
196
196
  };
197
197
 
198
- module.exports.__wbindgen_error_new = function(arg0, arg1) {
199
- const ret = new Error(getStringFromWasm0(arg0, arg1));
198
+ module.exports.__wbindgen_string_new = function(arg0, arg1) {
199
+ const ret = getStringFromWasm0(arg0, arg1);
200
200
  return addHeapObject(ret);
201
201
  };
202
202
 
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.156.0",
4
+ "version": "0.158.0",
5
5
  "license": "MIT OR Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",