@514labs/moose-cli 0.3.77 → 0.3.79

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/dist/index.js +1 -1
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -39,7 +39,7 @@ function run() {
39
39
  // ignore sigint in the node parent process
40
40
  // so that we can wait until we have processResult when the rust process returns
41
41
  // instead of prematurely exiting
42
- process.on('SIGINT', function () { });
42
+ process.on("SIGINT", function () { });
43
43
  var processResult = (0, child_process_1.spawnSync)(getExePath(), args, { stdio: "inherit" });
44
44
  process.exit((_a = processResult.status) !== null && _a !== void 0 ? _a : 0);
45
45
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@514labs/moose-cli",
3
- "version": "0.3.77",
3
+ "version": "0.3.79",
4
4
  "bin": {
5
5
  "moose": "dist/index.js",
6
6
  "moose-cli": "dist/index.js"
@@ -17,10 +17,10 @@
17
17
  "typescript": "^4.9.5"
18
18
  },
19
19
  "optionalDependencies": {
20
- "@514labs/moose-cli-darwin-arm64": "0.3.77",
21
- "@514labs/moose-cli-darwin-x64": "0.3.77",
22
- "@514labs/moose-cli-linux-arm64": "0.3.77",
23
- "@514labs/moose-cli-linux-x64": "0.3.77"
20
+ "@514labs/moose-cli-darwin-arm64": "0.3.79",
21
+ "@514labs/moose-cli-darwin-x64": "0.3.79",
22
+ "@514labs/moose-cli-linux-arm64": "0.3.79",
23
+ "@514labs/moose-cli-linux-x64": "0.3.79"
24
24
  },
25
25
  "scripts": {
26
26
  "typecheck": "tsc --noEmit",