cdk-from-cfn 0.129.0 → 0.131.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
@@ -145,6 +145,7 @@ function passStringToWasm0(arg, malloc, realloc) {
145
145
  const ret = encodeString(arg, view);
146
146
 
147
147
  offset += ret.written;
148
+ ptr = realloc(ptr, len, offset, 1) >>> 0;
148
149
  }
149
150
 
150
151
  WASM_VECTOR_LEN = offset;
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.129.0",
4
+ "version": "0.131.0",
5
5
  "license": "MIT OR Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",