cmyr-template-cli 1.31.1 → 1.31.2
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 +2 -1
- package/package.json +4 -4
package/dist/plopfile.js
CHANGED
|
@@ -148,7 +148,7 @@ const TEMPLATES_META_LIST = [
|
|
|
148
148
|
language: 'typescript',
|
|
149
149
|
runtime: 'nodejs',
|
|
150
150
|
vueVersion: 0,
|
|
151
|
-
docker:
|
|
151
|
+
docker: false,
|
|
152
152
|
priority: 0,
|
|
153
153
|
},
|
|
154
154
|
{
|
|
@@ -284,6 +284,7 @@ const NODE_DEPENDENCIES = {
|
|
|
284
284
|
log4js: '^6.9.1',
|
|
285
285
|
md5: '^2.3.0',
|
|
286
286
|
rimraf: '^5.0.0',
|
|
287
|
+
'rss-parser': '^3.12.0',
|
|
287
288
|
zx: '^8.1.0',
|
|
288
289
|
},
|
|
289
290
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cmyr-template-cli",
|
|
3
|
-
"version": "1.31.
|
|
3
|
+
"version": "1.31.2",
|
|
4
4
|
"description": "草梅友仁自制的项目模板创建器",
|
|
5
5
|
"author": "CaoMeiYouRen",
|
|
6
6
|
"license": "MIT",
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"build:prod": "npm run build && rimraf temp && cross-env NODE_ENV=production ct create"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@rollup/plugin-commonjs": "^
|
|
35
|
+
"@rollup/plugin-commonjs": "^28.0.0",
|
|
36
36
|
"@rollup/plugin-json": "^6.0.0",
|
|
37
37
|
"@rollup/plugin-node-resolve": "^15.0.0",
|
|
38
|
-
"@rollup/plugin-replace": "^
|
|
39
|
-
"@rollup/plugin-typescript": "^
|
|
38
|
+
"@rollup/plugin-replace": "^6.0.1",
|
|
39
|
+
"@rollup/plugin-typescript": "^12.1.0",
|
|
40
40
|
"@semantic-release/changelog": "^6.0.0",
|
|
41
41
|
"@semantic-release/git": "^10.0.0",
|
|
42
42
|
"@types/debug": "^4.1.5",
|