@foal/cli 5.2.0 → 5.3.0
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 +9 -9
- package/templates/app/package.json +12 -12
- package/templates/app/package.mongodb.json +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@foal/cli",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.3.0",
|
|
4
4
|
"description": "CLI tool for FoalTS",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
@@ -50,20 +50,20 @@
|
|
|
50
50
|
"templates/"
|
|
51
51
|
],
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"ajv": "~8.
|
|
53
|
+
"ajv": "~8.20.0",
|
|
54
54
|
"ajv-formats": "~2.1.1",
|
|
55
55
|
"cli-spinner": "~0.2.10",
|
|
56
56
|
"colors": "1.4.0",
|
|
57
|
-
"commander": "~14.0.
|
|
57
|
+
"commander": "~14.0.3"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@foal/core": "^5.
|
|
60
|
+
"@foal/core": "^5.3.0",
|
|
61
61
|
"@types/mocha": "10.0.10",
|
|
62
|
-
"@types/node": "24.
|
|
63
|
-
"mocha": "~11.7.
|
|
64
|
-
"rimraf": "~6.1.
|
|
62
|
+
"@types/node": "24.13.2",
|
|
63
|
+
"mocha": "~11.7.6",
|
|
64
|
+
"rimraf": "~6.1.3",
|
|
65
65
|
"ts-node": "~10.9.2",
|
|
66
|
-
"typescript": "~5.
|
|
66
|
+
"typescript": "~5.9.3"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "3f9d1b95b4dd079965ebe58e24f101d6a9c884e0"
|
|
69
69
|
}
|
|
@@ -24,23 +24,23 @@
|
|
|
24
24
|
"node": ">=22.0.0"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@foal/core": "^5.
|
|
28
|
-
"@foal/typeorm": "^5.
|
|
27
|
+
"@foal/core": "^5.2.1",
|
|
28
|
+
"@foal/typeorm": "^5.2.1",
|
|
29
29
|
"source-map-support": "~0.5.21",
|
|
30
30
|
"sqlite3": "~5.1.7",
|
|
31
|
-
"typeorm": "0.3.
|
|
31
|
+
"typeorm": "0.3.30"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@foal/cli": "^5.
|
|
34
|
+
"@foal/cli": "^5.2.1",
|
|
35
35
|
"@types/mocha": "10.0.10",
|
|
36
|
-
"@types/node": "24.
|
|
37
|
-
"concurrently": "~9.
|
|
38
|
-
"mocha": "~11.7.
|
|
39
|
-
"supertest": "~7.
|
|
36
|
+
"@types/node": "24.13.2",
|
|
37
|
+
"concurrently": "~9.2.3",
|
|
38
|
+
"mocha": "~11.7.6",
|
|
39
|
+
"supertest": "~7.2.2",
|
|
40
40
|
"supervisor": "~0.12.0",
|
|
41
|
-
"eslint": "~8.
|
|
42
|
-
"@typescript-eslint/eslint-plugin": "~6.
|
|
43
|
-
"@typescript-eslint/parser": "~6.
|
|
44
|
-
"typescript": "~5.
|
|
41
|
+
"eslint": "~8.57.1",
|
|
42
|
+
"@typescript-eslint/eslint-plugin": "~6.21.0",
|
|
43
|
+
"@typescript-eslint/parser": "~6.21.0",
|
|
44
|
+
"typescript": "~5.9.3"
|
|
45
45
|
}
|
|
46
46
|
}
|
|
@@ -21,22 +21,22 @@
|
|
|
21
21
|
"node": ">=22.0.0"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@foal/core": "^5.
|
|
24
|
+
"@foal/core": "^5.2.1",
|
|
25
25
|
"mongodb": "~5.9.2",
|
|
26
26
|
"source-map-support": "~0.5.21",
|
|
27
|
-
"typeorm": "0.3.
|
|
27
|
+
"typeorm": "0.3.30"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@foal/cli": "^5.
|
|
30
|
+
"@foal/cli": "^5.2.1",
|
|
31
31
|
"@types/mocha": "10.0.10",
|
|
32
|
-
"@types/node": "24.
|
|
33
|
-
"concurrently": "~9.
|
|
34
|
-
"mocha": "~11.7.
|
|
35
|
-
"supertest": "~7.
|
|
32
|
+
"@types/node": "24.13.2",
|
|
33
|
+
"concurrently": "~9.2.3",
|
|
34
|
+
"mocha": "~11.7.6",
|
|
35
|
+
"supertest": "~7.2.2",
|
|
36
36
|
"supervisor": "~0.12.0",
|
|
37
|
-
"eslint": "~8.
|
|
38
|
-
"@typescript-eslint/eslint-plugin": "~6.
|
|
39
|
-
"@typescript-eslint/parser": "~6.
|
|
40
|
-
"typescript": "~5.
|
|
37
|
+
"eslint": "~8.57.1",
|
|
38
|
+
"@typescript-eslint/eslint-plugin": "~6.21.0",
|
|
39
|
+
"@typescript-eslint/parser": "~6.21.0",
|
|
40
|
+
"typescript": "~5.9.3"
|
|
41
41
|
}
|
|
42
42
|
}
|