@simplysm/sd-cli 7.1.25 → 7.1.26
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.
|
@@ -12,7 +12,7 @@ export const fc_project_npmconfig = (opt) => JSON.stringify({
|
|
|
12
12
|
private: true,
|
|
13
13
|
packageManager: "yarn@3.2.2",
|
|
14
14
|
engines: {
|
|
15
|
-
node: "^
|
|
15
|
+
node: "^16"
|
|
16
16
|
},
|
|
17
17
|
workspaces: [
|
|
18
18
|
"packages/*",
|
|
@@ -28,7 +28,7 @@ export const fc_project_npmconfig = (opt) => JSON.stringify({
|
|
|
28
28
|
devDependencies: {
|
|
29
29
|
"@simplysm/eslint-plugin": "~7.1.0",
|
|
30
30
|
"@simplysm/sd-cli": opt.cliVersion ?? "~7.1.0",
|
|
31
|
-
"@types/node": "^18.
|
|
31
|
+
"@types/node": "^16.18.3",
|
|
32
32
|
"cross-env": "^7.0.3",
|
|
33
33
|
"eslint": "^8.22.0",
|
|
34
34
|
"typescript": "~4.8.4"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplysm/sd-cli",
|
|
3
|
-
"version": "7.1.
|
|
3
|
+
"version": "7.1.26",
|
|
4
4
|
"description": "심플리즘 패키지 - CLI",
|
|
5
5
|
"author": "김석래",
|
|
6
6
|
"repository": {
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"types": "./dist/index.d.ts",
|
|
15
15
|
"type": "module",
|
|
16
16
|
"engines": {
|
|
17
|
-
"node": "^
|
|
17
|
+
"node": "^16"
|
|
18
18
|
},
|
|
19
19
|
"files": [
|
|
20
20
|
"**/*"
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"@babel/types": "^7.20.2",
|
|
30
30
|
"@compodoc/compodoc": "^1.1.19",
|
|
31
31
|
"@ngtools/webpack": "^14.2.8",
|
|
32
|
-
"@simplysm/sd-core-common": "7.1.
|
|
33
|
-
"@simplysm/sd-core-node": "7.1.
|
|
34
|
-
"@simplysm/sd-service-common": "7.1.
|
|
35
|
-
"@simplysm/sd-service-server": "7.1.
|
|
36
|
-
"@simplysm/sd-storage": "7.1.
|
|
32
|
+
"@simplysm/sd-core-common": "7.1.26",
|
|
33
|
+
"@simplysm/sd-core-node": "7.1.26",
|
|
34
|
+
"@simplysm/sd-service-common": "7.1.26",
|
|
35
|
+
"@simplysm/sd-service-server": "7.1.26",
|
|
36
|
+
"@simplysm/sd-storage": "7.1.26",
|
|
37
37
|
"browserslist": "^4.21.4",
|
|
38
38
|
"chokidar": "^3.5.3",
|
|
39
39
|
"connect": "^3.7.0",
|
|
@@ -12,7 +12,7 @@ export const fc_project_npmconfig = (opt: { name: string; description: string; a
|
|
|
12
12
|
private: true,
|
|
13
13
|
packageManager: "yarn@3.2.2",
|
|
14
14
|
engines: {
|
|
15
|
-
node: "^
|
|
15
|
+
node: "^16"
|
|
16
16
|
},
|
|
17
17
|
workspaces: [
|
|
18
18
|
"packages/*",
|
|
@@ -28,7 +28,7 @@ export const fc_project_npmconfig = (opt: { name: string; description: string; a
|
|
|
28
28
|
devDependencies: {
|
|
29
29
|
"@simplysm/eslint-plugin": "~7.1.0",
|
|
30
30
|
"@simplysm/sd-cli": opt.cliVersion ?? "~7.1.0",
|
|
31
|
-
"@types/node": "^18.
|
|
31
|
+
"@types/node": "^16.18.3",
|
|
32
32
|
"cross-env": "^7.0.3",
|
|
33
33
|
"eslint": "^8.22.0",
|
|
34
34
|
"typescript": "~4.8.4"
|