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 +4 -4
- package/index_bg.wasm +0 -0
- package/package.json +1 -1
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.
|
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.
|
199
|
-
const ret =
|
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
|