@seayoo-web/scripts 3.1.8 → 3.1.9
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/node.js +2 -0
- package/package.json +2 -2
package/dist/node.js
CHANGED
|
@@ -75,6 +75,7 @@ async function initProjectQuestions$1() {
|
|
|
75
75
|
type: "input",
|
|
76
76
|
message: "项目 ID:",
|
|
77
77
|
//@ts-expect-error known issue
|
|
78
|
+
name: "project",
|
|
78
79
|
validate: (input) => {
|
|
79
80
|
if (!/^[a-zA-Z0-9-_]+$/.test(input)) {
|
|
80
81
|
return "项目名称只能包含字母、数字、下划线和横线";
|
|
@@ -89,6 +90,7 @@ async function initProjectQuestions$1() {
|
|
|
89
90
|
type: "input",
|
|
90
91
|
message: "中文名称:",
|
|
91
92
|
//@ts-expect-error known issue
|
|
93
|
+
name: "name",
|
|
92
94
|
validate: (input) => {
|
|
93
95
|
if (!input) {
|
|
94
96
|
return "中文名称不能为空";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seayoo-web/scripts",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.9",
|
|
4
4
|
"description": "scripts for seayoo web repos",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"source": "index.ts",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"stylelint": "^16.23.1",
|
|
65
65
|
"stylelint-config-recess-order": "^7.2.0",
|
|
66
66
|
"stylelint-config-standard": "^39.0.0",
|
|
67
|
-
"@seayoo-web/tsconfig": "^1.0.
|
|
67
|
+
"@seayoo-web/tsconfig": "^1.0.6"
|
|
68
68
|
},
|
|
69
69
|
"optionalDependencies": {
|
|
70
70
|
"eslint": "^9.39.2",
|