@varlet/cli 2.0.1 → 2.0.2

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.
@@ -6,7 +6,7 @@ interface VarletConfig {
6
6
  name?: string;
7
7
  /**
8
8
  * @default `var`
9
- * Component class name preffix
9
+ * Component name prefix
10
10
  */
11
11
  namespace?: string;
12
12
  /**
@@ -16,7 +16,7 @@ interface VarletConfig {
16
16
  host?: string;
17
17
  /**
18
18
  * @default `8080`
19
- * Local dev server protcol
19
+ * Local dev server port
20
20
  */
21
21
  port?: number;
22
22
  logo?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@varlet/cli",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "cli of varlet",
5
5
  "bin": {
6
6
  "varlet-cli": "./lib/bin.js"
@@ -34,10 +34,10 @@
34
34
  "@babel/helper-plugin-utils": "^7.14.5",
35
35
  "@babel/preset-env": "^7.14.8",
36
36
  "@babel/preset-typescript": "^7.14.5",
37
- "@varlet/icons": "2.0.1",
38
- "@varlet/markdown-vite-plugin": "2.0.1",
39
- "@varlet/shared": "2.0.1",
40
- "@varlet/touch-emulator": "2.0.1",
37
+ "@varlet/icons": "2.0.2",
38
+ "@varlet/markdown-vite-plugin": "2.0.2",
39
+ "@varlet/shared": "2.0.2",
40
+ "@varlet/touch-emulator": "2.0.2",
41
41
  "@vitejs/plugin-vue": "3.0.1",
42
42
  "@vitejs/plugin-vue-jsx": "2.0.0",
43
43
  "@vue/babel-plugin-jsx": "1.1.1",
@@ -82,7 +82,7 @@
82
82
  "@types/semver": "^7.3.9"
83
83
  },
84
84
  "peerDependencies": {
85
- "@varlet/touch-emulator": "2.0.1",
85
+ "@varlet/touch-emulator": "2.0.2",
86
86
  "@vue/runtime-core": "3.2.16",
87
87
  "@vue/test-utils": "^2.0.2",
88
88
  "clipboard": "^2.0.6",
@@ -403,6 +403,10 @@ iframe {
403
403
  padding: 0;
404
404
  font-size: 13px;
405
405
  }
406
+
407
+ a {
408
+ font-size: 13px;
409
+ }
406
410
  }
407
411
 
408
412
  em {