@simplysm/sd-cli 11.1.41 → 11.1.44

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.
package/dist/sd-cli.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- #!/usr/bin/env node --es-module-specifier-resolution=node --no-warnings --experimental-import-meta-resolve
1
+ #!/usr/bin/env node --es-module-specifier-resolution=node --no-warnings --experimental-import-meta-resolve --max-old-space-size=8000
2
2
  export {};
package/dist/sd-cli.js CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env node --es-module-specifier-resolution=node --no-warnings --experimental-import-meta-resolve
1
+ #!/usr/bin/env node --es-module-specifier-resolution=node --no-warnings --experimental-import-meta-resolve --max-old-space-size=8000
2
2
  import yargs from "yargs";
3
3
  import { hideBin } from "yargs/helpers";
4
4
  import { SdCliProject } from "./entry/SdCliProject";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplysm/sd-cli",
3
- "version": "11.1.41",
3
+ "version": "11.1.44",
4
4
  "description": "심플리즘 패키지 - CLI",
5
5
  "author": "김석래",
6
6
  "repository": {
@@ -17,19 +17,19 @@
17
17
  "node": "^18"
18
18
  },
19
19
  "dependencies": {
20
- "@angular-devkit/build-angular": "^17.3.2",
21
- "@angular/common": "^17.3.1",
22
- "@angular/compiler": "^17.3.1",
23
- "@angular/compiler-cli": "^17.3.1",
24
- "@angular/core": "^17.3.1",
20
+ "@angular-devkit/build-angular": "^17.3.4",
21
+ "@angular/common": "^17.3.4",
22
+ "@angular/compiler": "^17.3.4",
23
+ "@angular/compiler-cli": "^17.3.4",
24
+ "@angular/core": "^17.3.4",
25
25
  "@electron/rebuild": "^3.6.0",
26
- "@simplysm/sd-core-common": "11.1.41",
27
- "@simplysm/sd-core-node": "11.1.41",
28
- "@simplysm/sd-service-server": "11.1.41",
29
- "@simplysm/sd-storage": "11.1.41",
26
+ "@simplysm/sd-core-common": "11.1.44",
27
+ "@simplysm/sd-core-node": "11.1.44",
28
+ "@simplysm/sd-service-server": "11.1.44",
29
+ "@simplysm/sd-storage": "11.1.44",
30
30
  "browserslist": "^4.23.0",
31
31
  "cordova": "^12.0.0",
32
- "electron": "^29.1.5",
32
+ "electron": "^29.3.0",
33
33
  "electron-builder": "^24.13.3",
34
34
  "esbuild": "^0.20.2",
35
35
  "esbuild-plugin-tsc": "^0.4.0",
@@ -38,14 +38,14 @@
38
38
  "node-stdlib-browser": "^1.2.0",
39
39
  "piscina": "^4.4.0",
40
40
  "rxjs": "^7.8.1",
41
- "sass": "^1.72.0",
41
+ "sass": "^1.75.0",
42
42
  "semver": "^7.6.0",
43
43
  "xml2js": "^0.6.2",
44
44
  "yargs": "^17.7.2",
45
45
  "zone.js": "~0.14.4"
46
46
  },
47
47
  "devDependencies": {
48
- "@types/eslint": "^8.56.6",
48
+ "@types/eslint": "^8.56.9",
49
49
  "@types/xml2js": "^0.4.14",
50
50
  "@types/yargs": "^17.0.32"
51
51
  },
package/src/sd-cli.ts CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env node --es-module-specifier-resolution=node --no-warnings --experimental-import-meta-resolve
1
+ #!/usr/bin/env node --es-module-specifier-resolution=node --no-warnings --experimental-import-meta-resolve --max-old-space-size=8000
2
2
 
3
3
  import yargs from "yargs";
4
4
  import {hideBin} from "yargs/helpers";