@youcan/cli 2.3.2 → 2.3.3

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 +0 -6
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -6,12 +6,6 @@ process.on('uncaughtException', (err) => {
6
6
  fs.writeSync(process.stderr.fd, `${err.stack}\n`);
7
7
  process.exit(1);
8
8
  });
9
- const signals = ['SIGINT', 'SIGTERM', 'SIGQUIT'];
10
- signals.forEach((signal) => {
11
- process.on(signal, () => {
12
- process.exit(1);
13
- });
14
- });
15
9
  async function execCli(development) {
16
10
  await Cli.exec({
17
11
  moduleUrl: import.meta.url,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@youcan/cli",
3
3
  "type": "module",
4
- "version": "2.3.2",
4
+ "version": "2.3.3",
5
5
  "description": "A CLI for creating YouCan Shop apps",
6
6
  "author": "YouCan <contact@youcan.shop> (https://youcan.shop)",
7
7
  "license": "MIT",
@@ -36,9 +36,9 @@
36
36
  "@oclif/plugin-commands": "^2.2.26",
37
37
  "@oclif/plugin-help": "^5.2.19",
38
38
  "@oclif/plugin-plugins": "^3.8.2",
39
- "@youcan/app": "2.3.2",
40
- "@youcan/cli-kit": "2.3.2",
41
- "@youcan/theme": "2.3.2"
39
+ "@youcan/app": "2.3.3",
40
+ "@youcan/theme": "2.3.3",
41
+ "@youcan/cli-kit": "2.3.3"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@oclif/plugin-legacy": "^1.3.0",