momentic 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.
Files changed (2) hide show
  1. package/bin/cli.js +1 -0
  2. package/package.json +1 -1
package/bin/cli.js CHANGED
@@ -3198,6 +3198,7 @@ program.command("run-tests").addOption(
3198
3198
  process.exit(1);
3199
3199
  }
3200
3200
  console.log(chalk.green(`All ${results.length} tests passed!`));
3201
+ process.exit(0);
3201
3202
  }));
3202
3203
  var execCommand = (fullCommand, waitToFinish = true) => __async(void 0, null, function* () {
3203
3204
  const args = parseArgsStringToArgv2(fullCommand);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "momentic",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "description": "The Momentic SDK for Node.js",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",