@simplysm/sd-cli 12.15.32 → 12.15.33
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.
|
@@ -362,9 +362,9 @@ export class SdNgBundler {
|
|
|
362
362
|
define: {
|
|
363
363
|
...(!this._opt.watch?.dev ? { ngDevMode: "false" } : {}),
|
|
364
364
|
"ngJitMode": "false",
|
|
365
|
-
"global": "global",
|
|
366
|
-
"process": "process",
|
|
367
|
-
"Buffer": "Buffer",
|
|
365
|
+
// "global": "global",
|
|
366
|
+
// "process": "process",
|
|
367
|
+
// "Buffer": "Buffer",
|
|
368
368
|
"process.env.SD_VERSION": JSON.stringify(this.#pkgNpmConf.version),
|
|
369
369
|
"process.env.NODE_ENV": JSON.stringify(this._opt.watch?.dev ? "development" : "production"),
|
|
370
370
|
...(this._conf.env
|
|
@@ -69,7 +69,7 @@ export class SdCliIndexFileGenerator {
|
|
|
69
69
|
indexFilePath,
|
|
70
70
|
path.resolve(pkgPath, "src/**/*.d.ts"),
|
|
71
71
|
path.resolve(pkgPath, "src/index.ts"),
|
|
72
|
-
path.resolve(pkgPath, "src/internal
|
|
72
|
+
/*path.resolve(pkgPath, "src/internal/!**!/!*{.ts,.tsx}"),*/
|
|
73
73
|
].map((item) => item.replace(/\\/g, "/"));
|
|
74
74
|
}
|
|
75
75
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplysm/sd-cli",
|
|
3
|
-
"version": "12.15.
|
|
3
|
+
"version": "12.15.33",
|
|
4
4
|
"description": "심플리즘 패키지 - CLI",
|
|
5
5
|
"author": "김석래",
|
|
6
6
|
"repository": {
|
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
"@angular/compiler-cli": "^20.3.14",
|
|
18
18
|
"@anthropic-ai/sdk": "^0.71.0",
|
|
19
19
|
"@electron/rebuild": "^4.0.1",
|
|
20
|
-
"@simplysm/sd-core-common": "12.15.
|
|
21
|
-
"@simplysm/sd-core-node": "12.15.
|
|
22
|
-
"@simplysm/sd-service-server": "12.15.
|
|
23
|
-
"@simplysm/sd-storage": "12.15.
|
|
20
|
+
"@simplysm/sd-core-common": "12.15.33",
|
|
21
|
+
"@simplysm/sd-core-node": "12.15.33",
|
|
22
|
+
"@simplysm/sd-service-server": "12.15.33",
|
|
23
|
+
"@simplysm/sd-storage": "12.15.33",
|
|
24
24
|
"browserslist": "^4.28.0",
|
|
25
25
|
"cordova": "^13.0.0",
|
|
26
26
|
"electron": "^39.2.4",
|
|
@@ -469,9 +469,9 @@ export class SdNgBundler {
|
|
|
469
469
|
define: {
|
|
470
470
|
...(!this._opt.watch?.dev ? { ngDevMode: "false" } : {}),
|
|
471
471
|
"ngJitMode": "false",
|
|
472
|
-
"global": "global",
|
|
473
|
-
"process": "process",
|
|
474
|
-
"Buffer": "Buffer",
|
|
472
|
+
// "global": "global",
|
|
473
|
+
// "process": "process",
|
|
474
|
+
// "Buffer": "Buffer",
|
|
475
475
|
"process.env.SD_VERSION": JSON.stringify(this.#pkgNpmConf.version),
|
|
476
476
|
"process.env.NODE_ENV": JSON.stringify(this._opt.watch?.dev ? "development" : "production"),
|
|
477
477
|
...(this._conf.env
|
|
@@ -83,7 +83,7 @@ export class SdCliIndexFileGenerator {
|
|
|
83
83
|
indexFilePath,
|
|
84
84
|
path.resolve(pkgPath, "src/**/*.d.ts"),
|
|
85
85
|
path.resolve(pkgPath, "src/index.ts"),
|
|
86
|
-
path.resolve(pkgPath, "src/internal
|
|
86
|
+
/*path.resolve(pkgPath, "src/internal/!**!/!*{.ts,.tsx}"),*/
|
|
87
87
|
].map((item) => item.replace(/\\/g, "/"));
|
|
88
88
|
}
|
|
89
89
|
}
|