cmyr-template-cli 1.38.0 → 1.39.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.
Files changed (2) hide show
  1. package/dist/plopfile.js +9 -0
  2. package/package.json +2 -2
package/dist/plopfile.js CHANGED
@@ -330,6 +330,15 @@ var TEMPLATES_META_LIST = [
330
330
  npm: true,
331
331
  priority: 0
332
332
  },
333
+ {
334
+ name: "tsdown-template",
335
+ language: "typescript",
336
+ runtime: "nodejs",
337
+ vueVersion: 0,
338
+ docker: false,
339
+ npm: true,
340
+ priority: 0
341
+ },
333
342
  {
334
343
  name: "rollup-template",
335
344
  language: "typescript",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cmyr-template-cli",
3
- "version": "1.38.0",
3
+ "version": "1.39.0",
4
4
  "description": "草梅友仁自制的项目模板创建器",
5
5
  "author": "CaoMeiYouRen",
6
6
  "license": "MIT",
@@ -42,7 +42,7 @@
42
42
  "@types/lodash": "^4.14.165",
43
43
  "@types/node": "^22.0.0",
44
44
  "@typescript-eslint/eslint-plugin": "7.18.0",
45
- "@typescript-eslint/parser": "8.26.1",
45
+ "@typescript-eslint/parser": "8.31.1",
46
46
  "commitizen": "^4.2.2",
47
47
  "conventional-changelog-cli": "^5.0.0",
48
48
  "conventional-changelog-cmyr-config": "^2.1.1",