cmyr-template-cli 1.30.2 → 1.30.3
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
|
@@ -250,6 +250,7 @@ const COMMON_DEPENDENCIES = {
|
|
|
250
250
|
'@types/md5': '^2.3.1',
|
|
251
251
|
},
|
|
252
252
|
dependencies: {
|
|
253
|
+
'await-to-js': '^3.0.0',
|
|
253
254
|
axios: '^1.0.0',
|
|
254
255
|
'cmyr-error-collection': '^1.5.0',
|
|
255
256
|
'cmyr-sign': '^1.1.0',
|
|
@@ -266,6 +267,7 @@ const COMMON_DEPENDENCIES = {
|
|
|
266
267
|
const NODE_DEPENDENCIES = {
|
|
267
268
|
devDependencies: {},
|
|
268
269
|
dependencies: {
|
|
270
|
+
cron: '^3.1.7',
|
|
269
271
|
dotenv: '^16.3.1',
|
|
270
272
|
log4js: '^6.9.1',
|
|
271
273
|
md5: '^2.3.0',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cmyr-template-cli",
|
|
3
|
-
"version": "1.30.
|
|
3
|
+
"version": "1.30.3",
|
|
4
4
|
"description": "草梅友仁自制的项目模板创建器",
|
|
5
5
|
"author": "CaoMeiYouRen",
|
|
6
6
|
"license": "MIT",
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
"@types/lodash": "^4.14.165",
|
|
47
47
|
"@types/node": "^20.0.0",
|
|
48
48
|
"@types/promise.any": "^2.0.0",
|
|
49
|
-
"@typescript-eslint/eslint-plugin": "7.
|
|
50
|
-
"@typescript-eslint/parser": "7.
|
|
49
|
+
"@typescript-eslint/eslint-plugin": "7.17.0",
|
|
50
|
+
"@typescript-eslint/parser": "7.17.0",
|
|
51
51
|
"commitizen": "^4.2.2",
|
|
52
52
|
"conventional-changelog-cli": "^5.0.0",
|
|
53
53
|
"conventional-changelog-cmyr-config": "^2.1.1",
|