@simplysm/sd-cli 12.10.27 → 12.10.29

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.
@@ -116,7 +116,7 @@ Options = UnsafeLegacyRenegotiation`.trim());
116
116
  const env = ${JSON.stringify(this._pkgConf.env)};
117
117
 
118
118
  module.exports = {
119
- name: pm2Conf.name ?? npmConf.name.replace(/@/g, "").replace(/\\//g, "-"),
119
+ name: pm2Conf.name ?? npmConf.name.replace(/\\@/g, "").replace(/\\\\\\//g, "-"),
120
120
  script: "main.js",
121
121
  watch: true,
122
122
  watch_delay: 2000,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplysm/sd-cli",
3
- "version": "12.10.27",
3
+ "version": "12.10.29",
4
4
  "description": "심플리즘 패키지 - CLI",
5
5
  "author": "김석래",
6
6
  "repository": {
@@ -17,10 +17,10 @@
17
17
  "@angular/compiler-cli": "^19.2.13",
18
18
  "@anthropic-ai/sdk": "^0.52.0",
19
19
  "@electron/rebuild": "^4.0.1",
20
- "@simplysm/sd-core-common": "12.10.27",
21
- "@simplysm/sd-core-node": "12.10.27",
22
- "@simplysm/sd-service-server": "12.10.27",
23
- "@simplysm/sd-storage": "12.10.27",
20
+ "@simplysm/sd-core-common": "12.10.29",
21
+ "@simplysm/sd-core-node": "12.10.29",
22
+ "@simplysm/sd-service-server": "12.10.29",
23
+ "@simplysm/sd-storage": "12.10.29",
24
24
  "browserslist": "^4.24.5",
25
25
  "cordova": "^12.0.0",
26
26
  "css-has-pseudo": "^7.0.2",
@@ -149,7 +149,7 @@ Options = UnsafeLegacyRenegotiation`.trim(),
149
149
  const env = ${JSON.stringify(this._pkgConf.env)};
150
150
 
151
151
  module.exports = {
152
- name: pm2Conf.name ?? npmConf.name.replace(/@/g, "").replace(/\\//g, "-"),
152
+ name: pm2Conf.name ?? npmConf.name.replace(/\\@/g, "").replace(/\\\\\\//g, "-"),
153
153
  script: "main.js",
154
154
  watch: true,
155
155
  watch_delay: 2000,