cmyr-template-cli 1.30.3 → 1.30.4
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/dist/plopfile.js
CHANGED
|
@@ -259,13 +259,16 @@ const COMMON_DEPENDENCIES = {
|
|
|
259
259
|
'isomorphic-unfetch': '^3.1.0',
|
|
260
260
|
lodash: '^4.17.20',
|
|
261
261
|
'lodash-es': '^4.17.21',
|
|
262
|
+
'p-limit': '^3.1.0',
|
|
262
263
|
'push-all-in-one': '^2.2.0',
|
|
263
264
|
'leancloud-storage': '^4.15.0',
|
|
264
265
|
yaml: '^2.3.3',
|
|
265
266
|
},
|
|
266
267
|
};
|
|
267
268
|
const NODE_DEPENDENCIES = {
|
|
268
|
-
devDependencies: {
|
|
269
|
+
devDependencies: {
|
|
270
|
+
tsx: '^4.15.7',
|
|
271
|
+
},
|
|
269
272
|
dependencies: {
|
|
270
273
|
cron: '^3.1.7',
|
|
271
274
|
dotenv: '^16.3.1',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cmyr-template-cli",
|
|
3
|
-
"version": "1.30.
|
|
3
|
+
"version": "1.30.4",
|
|
4
4
|
"description": "草梅友仁自制的项目模板创建器",
|
|
5
5
|
"author": "CaoMeiYouRen",
|
|
6
6
|
"license": "MIT",
|
|
@@ -44,9 +44,9 @@
|
|
|
44
44
|
"@types/fs-extra": "^11.0.0",
|
|
45
45
|
"@types/inquirer": "^9.0.3",
|
|
46
46
|
"@types/lodash": "^4.14.165",
|
|
47
|
-
"@types/node": "^
|
|
47
|
+
"@types/node": "^22.0.0",
|
|
48
48
|
"@types/promise.any": "^2.0.0",
|
|
49
|
-
"@typescript-eslint/eslint-plugin": "7.
|
|
49
|
+
"@typescript-eslint/eslint-plugin": "7.18.0",
|
|
50
50
|
"@typescript-eslint/parser": "7.17.0",
|
|
51
51
|
"commitizen": "^4.2.2",
|
|
52
52
|
"conventional-changelog-cli": "^5.0.0",
|