ic-mops 0.34.1 → 0.34.2

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.
@@ -153,7 +153,7 @@ export async function testWithReporter(reporter: Reporter, filter = '', mode: Te
153
153
  '--wasm-features',
154
154
  'multi-memory,bulk-memory',
155
155
  wasmFile,
156
- ]);
156
+ ], {env: {WASMTIME_NEW_CLI: '0'}});
157
157
  await pipeMMF(proc, mmf);
158
158
  }).finally(() => {
159
159
  fs.rmSync(wasmFile, {force: true});
@@ -129,7 +129,7 @@ export async function testWithReporter(reporter, filter = '', mode = 'interprete
129
129
  '--wasm-features',
130
130
  'multi-memory,bulk-memory',
131
131
  wasmFile,
132
- ]);
132
+ ], { env: { WASMTIME_NEW_CLI: '0' } });
133
133
  await pipeMMF(proc, mmf);
134
134
  }).finally(() => {
135
135
  fs.rmSync(wasmFile, { force: true });
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ic-mops",
3
- "version": "0.34.1",
3
+ "version": "0.34.2",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "mops": "dist/cli.js"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ic-mops",
3
- "version": "0.34.1",
3
+ "version": "0.34.2",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "mops": "dist/cli.js"