cmyr-template-cli 1.41.3 → 1.41.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cmyr-template-cli",
|
|
3
|
-
"version": "1.41.
|
|
3
|
+
"version": "1.41.4",
|
|
4
4
|
"description": "草梅友仁自制的项目模板创建器",
|
|
5
5
|
"author": "CaoMeiYouRen",
|
|
6
6
|
"license": "MIT",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"lint": "cross-env NODE_ENV=production eslint . --fix",
|
|
22
22
|
"prebuild": "rimraf dist",
|
|
23
23
|
"build": "cross-env NODE_ENV=production tsup",
|
|
24
|
-
"dev": "cross-env NODE_ENV=development
|
|
24
|
+
"dev": "cross-env NODE_ENV=development tsx --watch src/index.ts",
|
|
25
25
|
"dev:tsup": "cross-env NODE_ENV=development tsup --watch",
|
|
26
26
|
"rm": "rimraf node_modules",
|
|
27
27
|
"start": "node ./dist/index.js",
|
|
@@ -41,20 +41,19 @@
|
|
|
41
41
|
"@types/lodash": "^4.14.165",
|
|
42
42
|
"@types/node": "^24.0.7",
|
|
43
43
|
"commitizen": "^4.3.1",
|
|
44
|
-
"commitlint-config-cmyr": "1.0.0
|
|
44
|
+
"commitlint-config-cmyr": "1.0.0",
|
|
45
45
|
"cross-env": "^10.0.0",
|
|
46
|
-
"cz-conventional-changelog-cmyr": "2.0.0
|
|
46
|
+
"cz-conventional-changelog-cmyr": "2.0.0",
|
|
47
47
|
"debug": "^4.3.1",
|
|
48
48
|
"eslint": "^9.34.0",
|
|
49
|
-
"eslint-config-cmyr": "2.0.0
|
|
49
|
+
"eslint-config-cmyr": "2.0.0",
|
|
50
50
|
"husky": "^9.0.5",
|
|
51
51
|
"lint-staged": "^16.1.0",
|
|
52
52
|
"rimraf": "^6.0.0",
|
|
53
53
|
"semantic-release": "24.2.7",
|
|
54
|
-
"semantic-release-cmyr-config": "1.0.0
|
|
55
|
-
"ts-node": "^10.2.1",
|
|
56
|
-
"ts-node-dev": "^2.0.0",
|
|
54
|
+
"semantic-release-cmyr-config": "1.0.0",
|
|
57
55
|
"tsup": "^8.3.5",
|
|
56
|
+
"tsx": "^4.20.5",
|
|
58
57
|
"typescript": "^5.0.2"
|
|
59
58
|
},
|
|
60
59
|
"dependencies": {
|
|
@@ -17,13 +17,13 @@ jobs:
|
|
|
17
17
|
runs-on: ubuntu-latest
|
|
18
18
|
timeout-minutes: 10
|
|
19
19
|
steps:
|
|
20
|
-
- uses: actions/checkout@
|
|
20
|
+
- uses: actions/checkout@v5
|
|
21
21
|
- name: Setup pnpm
|
|
22
22
|
uses: pnpm/action-setup@v4
|
|
23
23
|
with:
|
|
24
24
|
version: "latest"
|
|
25
25
|
- name: Setup Node.js@lts environment
|
|
26
|
-
uses: actions/setup-node@
|
|
26
|
+
uses: actions/setup-node@v5
|
|
27
27
|
with:
|
|
28
28
|
node-version: "lts/*"
|
|
29
29
|
cache: "pnpm"
|
|
@@ -39,7 +39,7 @@ jobs:
|
|
|
39
39
|
packages: write
|
|
40
40
|
contents: read
|
|
41
41
|
steps:
|
|
42
|
-
- uses: actions/checkout@
|
|
42
|
+
- uses: actions/checkout@v5
|
|
43
43
|
with:
|
|
44
44
|
persist-credentials: false
|
|
45
45
|
- name: Set up QEMU
|
|
@@ -18,7 +18,7 @@ jobs:
|
|
|
18
18
|
issues: write
|
|
19
19
|
pull-requests: write
|
|
20
20
|
steps:
|
|
21
|
-
- uses: actions/checkout@
|
|
21
|
+
- uses: actions/checkout@v5
|
|
22
22
|
with:
|
|
23
23
|
persist-credentials: false
|
|
24
24
|
- name: Setup pnpm
|
|
@@ -26,7 +26,7 @@ jobs:
|
|
|
26
26
|
with:
|
|
27
27
|
version: "latest"
|
|
28
28
|
- name: Setup Node.js environment
|
|
29
|
-
uses: actions/setup-node@
|
|
29
|
+
uses: actions/setup-node@v5
|
|
30
30
|
with:
|
|
31
31
|
node-version: "lts/*"
|
|
32
32
|
cache: "pnpm"
|
|
@@ -9,13 +9,13 @@ jobs:
|
|
|
9
9
|
runs-on: ubuntu-latest
|
|
10
10
|
timeout-minutes: 10
|
|
11
11
|
steps:
|
|
12
|
-
- uses: actions/checkout@
|
|
12
|
+
- uses: actions/checkout@v5
|
|
13
13
|
- name: Setup pnpm
|
|
14
14
|
uses: pnpm/action-setup@v4
|
|
15
15
|
with:
|
|
16
16
|
version: "latest"
|
|
17
17
|
- name: Setup Node.js@lts environment
|
|
18
|
-
uses: actions/setup-node@
|
|
18
|
+
uses: actions/setup-node@v5
|
|
19
19
|
with:
|
|
20
20
|
node-version: "lts/*"
|
|
21
21
|
cache: "pnpm"
|