@varlet/cli 2.8.3 → 2.8.4-alpha.1677149602351

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.
@@ -10,9 +10,9 @@ export const UMD_DIR = resolve(CWD, 'umd');
10
10
  export const TYPES_DIR = resolve(CWD, 'types');
11
11
  export const ROOT_DOCS_DIR = resolve(CWD, 'docs');
12
12
  export const ROOT_PAGES_DIR = resolve(CWD, 'pages');
13
- export const ESLINT_EXTENSIONS = ['.vue', '.ts', '.js', '.mjs', '.tsx', '.jsx'];
14
- export const VITE_RESOLVE_EXTENSIONS = ['.vue', '.tsx', '.ts', '.jsx', '.js', '.less', '.css'];
15
- export const SCRIPTS_EXTENSIONS = ['.tsx', '.ts', '.jsx', '.js'];
13
+ export const ESLINT_EXTENSIONS = ['.vue', '.tsx', '.ts', '.jsx', '.js', '.mjs', '.cjs'];
14
+ export const VITE_RESOLVE_EXTENSIONS = ['.vue', '.tsx', '.ts', '.jsx', '.js', '.mjs', '.cjs', '.less', '.css'];
15
+ export const SCRIPTS_EXTENSIONS = ['.tsx', '.ts', '.jsx', '.js', '.mjs', '.cjs'];
16
16
  export const PUBLIC_DIR_INDEXES = ['index.vue', 'index.tsx', 'index.ts', 'index.jsx', 'index.js'];
17
17
  export const STYLE_DIR_NAME = 'style';
18
18
  export const EXAMPLE_DIR_NAME = 'example';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@varlet/cli",
3
- "version": "2.8.3",
3
+ "version": "2.8.4-alpha.1677149602351",
4
4
  "type": "module",
5
5
  "description": "cli of varlet",
6
6
  "bin": {
@@ -68,8 +68,8 @@
68
68
  "vite": "4.0.4",
69
69
  "vue": "3.2.25",
70
70
  "vue-jest": "^5.0.0-alpha.8",
71
- "@varlet/shared": "2.8.3",
72
- "@varlet/vite-plugins": "2.8.3"
71
+ "@varlet/shared": "2.8.4-alpha.1677149602351",
72
+ "@varlet/vite-plugins": "2.8.4-alpha.1677149602351"
73
73
  },
74
74
  "devDependencies": {
75
75
  "@types/babel__core": "^7.1.12",
@@ -82,8 +82,8 @@
82
82
  "@types/semver": "^7.3.9",
83
83
  "@types/inquirer": "^9.0.2",
84
84
  "@types/sharp": "0.31.1",
85
- "@varlet/icons": "2.8.3",
86
- "@varlet/touch-emulator": "2.8.3"
85
+ "@varlet/icons": "2.8.4-alpha.1677149602351",
86
+ "@varlet/touch-emulator": "2.8.4-alpha.1677149602351"
87
87
  },
88
88
  "peerDependencies": {
89
89
  "@vue/runtime-core": "3.2.16",
@@ -93,8 +93,8 @@
93
93
  "lodash-es": "^4.17.21",
94
94
  "vue": "3.2.25",
95
95
  "vue-router": "4.0.12",
96
- "@varlet/icons": "2.8.3",
97
- "@varlet/touch-emulator": "2.8.3"
96
+ "@varlet/touch-emulator": "2.8.4-alpha.1677149602351",
97
+ "@varlet/icons": "2.8.4-alpha.1677149602351"
98
98
  },
99
99
  "scripts": {
100
100
  "dev": "tsc --watch",