@varlet/cli 3.3.6 → 3.3.7-alpha.1721326819975

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.
@@ -4,7 +4,7 @@ const title = {
4
4
  'en-US': 'Varlet UI - Vue3 Material design component library',
5
5
  };
6
6
  const description = {
7
- 'zh-CN': 'Varlet UI 是一个基于 Vue3 开发的 Material Design 组件库,全面拥抱 Vue3 生态,支持移动端和桌面端,由 varletjs 组织维护。支持 Typescript、按需引入、暗黑模式、主题定制、国际化,并提供 VSCode 插件保障良好的开发验。',
7
+ 'zh-CN': 'Varlet UI 是一个基于 Vue3 开发的 Material Design 组件库,全面拥抱 Vue3 生态,支持移动端和桌面端,由 varletjs 组织维护。支持 Typescript、按需引入、暗黑模式、主题定制、国际化,并提供 VSCode 插件保障良好的开发体验。',
8
8
  'en-US': 'Varlet UI is a Material design component library developed based on Vue3, supporting mobile and desktop, developed and maintained by varletjs organization. Support Typescript, import on demand, dark mode, theme customization, internationalization, and provide VSCode plugin to ensure a good development experience.',
9
9
  };
10
10
  const keywords = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@varlet/cli",
3
- "version": "3.3.6",
3
+ "version": "3.3.7-alpha.1721326819975",
4
4
  "type": "module",
5
5
  "description": "cli of varlet",
6
6
  "bin": {
@@ -64,8 +64,8 @@
64
64
  "vite": "5.0.10",
65
65
  "vitest": "1.1.0",
66
66
  "vue": "3.4.21",
67
- "@varlet/vite-plugins": "3.3.6",
68
- "@varlet/shared": "3.3.6"
67
+ "@varlet/vite-plugins": "3.3.7-alpha.1721326819975",
68
+ "@varlet/shared": "3.3.7-alpha.1721326819975"
69
69
  },
70
70
  "devDependencies": {
71
71
  "@types/babel__core": "^7.20.1",
@@ -80,9 +80,9 @@
80
80
  "@types/semver": "^7.3.9",
81
81
  "@types/sharp": "0.31.1",
82
82
  "rimraf": "^5.0.1",
83
- "@varlet/touch-emulator": "3.3.6",
84
- "@varlet/icons": "3.3.6",
85
- "@varlet/ui": "3.3.6"
83
+ "@varlet/ui": "3.3.7-alpha.1721326819975",
84
+ "@varlet/icons": "3.3.7-alpha.1721326819975",
85
+ "@varlet/touch-emulator": "3.3.7-alpha.1721326819975"
86
86
  },
87
87
  "peerDependencies": {
88
88
  "@vitest/coverage-istanbul": "1.1.0",
@@ -94,9 +94,9 @@
94
94
  "lodash-es": "^4.17.21",
95
95
  "vue": "3.4.21",
96
96
  "vue-router": "4.2.0",
97
- "@varlet/icons": "3.3.6",
98
- "@varlet/touch-emulator": "3.3.6",
99
- "@varlet/ui": "3.3.6"
97
+ "@varlet/ui": "3.3.7-alpha.1721326819975",
98
+ "@varlet/icons": "3.3.7-alpha.1721326819975",
99
+ "@varlet/touch-emulator": "3.3.7-alpha.1721326819975"
100
100
  },
101
101
  "scripts": {
102
102
  "dev": "tsc --watch",