@junobuild/config 0.0.12 → 0.0.13

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.
@@ -44,7 +44,7 @@ export interface ModuleSettings {
44
44
  *
45
45
  * @type {bigint}
46
46
  */
47
- wasmMemoryLimit?: bigint;
47
+ heapMemoryLimit?: bigint;
48
48
  /**
49
49
  * The amount of memory explicitly allocated to the module.
50
50
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@junobuild/config",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "description": "Configuration options for Juno CLI",
5
5
  "author": "David Dal Busco (https://daviddalbusco.com)",
6
6
  "license": "MIT",