@varlet/cli 2.12.3 → 2.13.0-alpha.1689346411483
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.
|
@@ -5,7 +5,7 @@ import { getCliVersion, isDir, isMD } from '../shared/fsUtils.js';
|
|
|
5
5
|
import { get } from 'lodash-es';
|
|
6
6
|
import { getVarletConfig } from '../config/varlet.config.js';
|
|
7
7
|
const { ensureDir, readdirSync, readFileSync, writeFileSync } = fse;
|
|
8
|
-
const TABLE_HEAD_RE = /\s*\|.*\|\s*\n\s
|
|
8
|
+
const TABLE_HEAD_RE = /\s*\|.*\|\s*\n\s*\|.*-+\s*\|\s*\n+/;
|
|
9
9
|
const TABLE_FOOT_RE = /(\|\s*$)|(\|\s*\n(?!\s*\|))/;
|
|
10
10
|
export const replaceDot = (s) => s.replace(/`/g, '');
|
|
11
11
|
export const replaceVersion = (s) => s.replace(/\*\*\*.+\*\*\*/g, '').trim();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@varlet/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.13.0-alpha.1689346411483",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "cli of varlet",
|
|
6
6
|
"bin": {
|
|
@@ -70,8 +70,8 @@
|
|
|
70
70
|
"vite": "4.3.5",
|
|
71
71
|
"vue": "3.3.4",
|
|
72
72
|
"webfont": "^9.0.0",
|
|
73
|
-
"@varlet/shared": "2.
|
|
74
|
-
"@varlet/vite-plugins": "2.
|
|
73
|
+
"@varlet/shared": "2.13.0-alpha.1689346411483",
|
|
74
|
+
"@varlet/vite-plugins": "2.13.0-alpha.1689346411483"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
77
|
"@types/babel__core": "^7.20.1",
|
|
@@ -86,8 +86,8 @@
|
|
|
86
86
|
"@types/semver": "^7.3.9",
|
|
87
87
|
"@types/sharp": "0.31.1",
|
|
88
88
|
"rimraf": "^5.0.1",
|
|
89
|
-
"@varlet/touch-emulator": "2.
|
|
90
|
-
"@varlet/icons": "2.
|
|
89
|
+
"@varlet/touch-emulator": "2.13.0-alpha.1689346411483",
|
|
90
|
+
"@varlet/icons": "2.13.0-alpha.1689346411483"
|
|
91
91
|
},
|
|
92
92
|
"peerDependencies": {
|
|
93
93
|
"@vue/runtime-core": "3.3.4",
|
|
@@ -97,8 +97,8 @@
|
|
|
97
97
|
"lodash-es": "^4.17.21",
|
|
98
98
|
"vue": "3.3.4",
|
|
99
99
|
"vue-router": "4.2.0",
|
|
100
|
-
"@varlet/
|
|
101
|
-
"@varlet/
|
|
100
|
+
"@varlet/touch-emulator": "2.13.0-alpha.1689346411483",
|
|
101
|
+
"@varlet/icons": "2.13.0-alpha.1689346411483"
|
|
102
102
|
},
|
|
103
103
|
"scripts": {
|
|
104
104
|
"dev": "tsc --watch",
|