@simplysm/sd-cli 14.2.3 → 14.2.5
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/package.json
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplysm/sd-cli",
|
|
3
|
-
"version": "14.2.
|
|
3
|
+
"version": "14.2.5",
|
|
4
4
|
"description": "Simplysm package - CLI tool",
|
|
5
|
-
"author": "simplysm",
|
|
6
5
|
"license": "Apache-2.0",
|
|
6
|
+
"author": "simplysm",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
9
|
"url": "https://github.com/kslhunter/simplysm.git",
|
|
10
10
|
"directory": "packages/sd-cli"
|
|
11
11
|
},
|
|
12
|
-
"type": "module",
|
|
13
|
-
"main": "./dist/index.js",
|
|
14
|
-
"types": "./dist/index.d.ts",
|
|
15
12
|
"files": [
|
|
16
13
|
"dist",
|
|
17
14
|
"src",
|
|
18
15
|
"tests"
|
|
19
16
|
],
|
|
17
|
+
"type": "module",
|
|
20
18
|
"sideEffects": false,
|
|
19
|
+
"main": "./dist/index.js",
|
|
20
|
+
"types": "./dist/index.d.ts",
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@angular/build": "^22.0.
|
|
23
|
-
"@angular/compiler-cli": "^22.0.
|
|
22
|
+
"@angular/build": "^22.0.8",
|
|
23
|
+
"@angular/compiler-cli": "^22.0.8",
|
|
24
24
|
"@fastify/http-proxy": "^11.6.0",
|
|
25
25
|
"@inquirer/prompts": "^8.5.2",
|
|
26
26
|
"acorn": "^8.17.0",
|
|
@@ -29,27 +29,27 @@
|
|
|
29
29
|
"consola": "^3.4.2",
|
|
30
30
|
"es-module-lexer": "^2.3.1",
|
|
31
31
|
"esbuild": "^0.28.1",
|
|
32
|
-
"eslint": "^10.
|
|
32
|
+
"eslint": "^10.8.0",
|
|
33
33
|
"glob": "^13.0.6",
|
|
34
34
|
"handlebars": "^4.7.9",
|
|
35
35
|
"lmdb": "^3.5.6",
|
|
36
36
|
"mime": "^4.1.0",
|
|
37
|
-
"postcss": "^8.5.
|
|
38
|
-
"sass": "^1.
|
|
37
|
+
"postcss": "^8.5.23",
|
|
38
|
+
"sass": "^1.102.0",
|
|
39
39
|
"semver": "^7.8.5",
|
|
40
40
|
"sharp": "^0.35.3",
|
|
41
|
-
"smol-toml": "^1.7.
|
|
41
|
+
"smol-toml": "^1.7.1",
|
|
42
42
|
"ssh2": "^1.17.0",
|
|
43
43
|
"typescript": "~6.0.3",
|
|
44
44
|
"ws": "^8.21.1",
|
|
45
45
|
"yaml": "^2.9.0",
|
|
46
|
-
"yargs": "^18.
|
|
47
|
-
"@simplysm/core-
|
|
48
|
-
"@simplysm/
|
|
49
|
-
"@simplysm/
|
|
46
|
+
"yargs": "^18.1.0",
|
|
47
|
+
"@simplysm/core-common": "14.2.5",
|
|
48
|
+
"@simplysm/core-node": "14.2.5",
|
|
49
|
+
"@simplysm/storage": "14.2.5"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@angular/core": "^22.0.
|
|
52
|
+
"@angular/core": "^22.0.8",
|
|
53
53
|
"@types/node": "^24.13.3",
|
|
54
54
|
"@types/semver": "^7.7.1",
|
|
55
55
|
"@types/ssh2": "^1.15.5",
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
"extends": "../../tsconfig.json",
|
|
3
3
|
"compilerOptions": {
|
|
4
4
|
"lib": ["ESNext", "DOM", "DOM.Iterable"],
|
|
5
|
-
"outDir": "./dist",
|
|
6
5
|
"typeRoots": ["./node_modules/@types"],
|
|
7
6
|
"customConditions": ["browser"]
|
|
8
7
|
},
|
|
9
8
|
"angularCompilerOptions": {
|
|
9
|
+
"strictTemplates": true,
|
|
10
10
|
"strictInjectionParameters": true,
|
|
11
11
|
"strictInputAccessModifiers": true,
|
|
12
12
|
"strictStandalone": true,
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
"extends": "../../tsconfig.json",
|
|
3
3
|
"compilerOptions": {
|
|
4
4
|
"lib": ["ESNext", "DOM", "DOM.Iterable"],
|
|
5
|
-
"outDir": "./dist",
|
|
6
5
|
"typeRoots": ["./node_modules/@types"],
|
|
7
6
|
"customConditions": ["browser"]
|
|
8
7
|
},
|
|
9
8
|
"angularCompilerOptions": {
|
|
9
|
+
"strictTemplates": true,
|
|
10
10
|
"strictInjectionParameters": true,
|
|
11
11
|
"strictInputAccessModifiers": true,
|
|
12
12
|
"strictStandalone": true,
|