cmyr-template-cli 1.38.0 → 1.39.1

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
@@ -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.1",
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",
@@ -1,6 +1,6 @@
1
1
  ISC License
2
2
 
3
- Copyright (c) <%= currentYear %> <%= authorName %>
3
+ Copyright (c) <%= currentYear %> <%= authorName %> <https://github.com/<%= githubUsername %>>
4
4
 
5
5
  Permission to use, copy, modify, and/or distribute this software for any
6
6
  purpose with or without fee is hereby granted, provided that the above
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) <%= currentYear %> <%= authorName %>
3
+ Copyright (c) <%= currentYear %> <%= authorName %> <https://github.com/<%= githubUsername %>>
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal