@varlet/cli 3.2.6 → 3.2.8

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.
@@ -17,7 +17,7 @@ export default defineConfig({
17
17
  host: 'localhost',
18
18
  port: 8080,
19
19
  title: 'VARLET',
20
- logo: 'https://varlet.gitee.io/varlet-ui/varlet_icon.png',
20
+ logo: 'varlet_icon.png',
21
21
  defaultLanguage: 'zh-CN',
22
22
  highlight: {
23
23
  /**
@@ -421,15 +421,15 @@ export default defineConfig({
421
421
  currentVersion: 'v3.x',
422
422
  versions: [
423
423
  {
424
- name: 'varlet.gitee.io',
424
+ name: 'varlet.pages.dev',
425
425
  items: [
426
426
  {
427
427
  label: 'v3.x',
428
- link: 'https://varlet.gitee.io/varlet-ui',
428
+ link: 'https://varlet.pages.dev',
429
429
  },
430
430
  {
431
431
  label: 'v2.x',
432
- link: 'https://varlet.gitee.io/varlet-ui/v2',
432
+ link: 'https://varlet.pages.dev/v2',
433
433
  },
434
434
  ],
435
435
  },
@@ -449,7 +449,7 @@ export default defineConfig({
449
449
  ],
450
450
  github: 'https://github.com/varletjs/varlet',
451
451
  changelog: 'https://github.com/varletjs/varlet/blob/main/CHANGELOG.md',
452
- playground: 'https://varlet.gitee.io/varlet-ui-playground',
452
+ playground: 'https://varletjs.github.io/varlet/playground',
453
453
  themes: [
454
454
  { 'zh-CN': 'Md2 亮色', 'en-US': 'Md2 Light', value: 'lightTheme' },
455
455
  { 'zh-CN': 'Md2 暗色', 'en-US': 'Md2 Dark', value: 'darkTheme' },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@varlet/cli",
3
- "version": "3.2.6",
3
+ "version": "3.2.8",
4
4
  "type": "module",
5
5
  "description": "cli of varlet",
6
6
  "bin": {
@@ -65,8 +65,8 @@
65
65
  "sharp": "0.31.1",
66
66
  "slash": "^3.0.0",
67
67
  "typescript": "^5.1.5",
68
- "@varlet/shared": "3.2.6",
69
- "@varlet/vite-plugins": "3.2.6"
68
+ "@varlet/shared": "3.2.8",
69
+ "@varlet/vite-plugins": "3.2.8"
70
70
  },
71
71
  "devDependencies": {
72
72
  "@types/babel__core": "^7.20.1",
@@ -81,9 +81,9 @@
81
81
  "@types/semver": "^7.3.9",
82
82
  "@types/sharp": "0.31.1",
83
83
  "rimraf": "^5.0.1",
84
- "@varlet/ui": "3.2.6",
85
- "@varlet/touch-emulator": "3.2.6",
86
- "@varlet/icons": "3.2.6"
84
+ "@varlet/ui": "3.2.8",
85
+ "@varlet/icons": "3.2.8",
86
+ "@varlet/touch-emulator": "3.2.8"
87
87
  },
88
88
  "peerDependencies": {
89
89
  "@vue/runtime-core": "3.4.21",
@@ -96,9 +96,9 @@
96
96
  "lodash-es": "^4.17.21",
97
97
  "vue": "3.4.21",
98
98
  "vue-router": "4.2.0",
99
- "@varlet/ui": "3.2.6",
100
- "@varlet/touch-emulator": "3.2.6",
101
- "@varlet/icons": "3.2.6"
99
+ "@varlet/ui": "3.2.8",
100
+ "@varlet/icons": "3.2.8",
101
+ "@varlet/touch-emulator": "3.2.8"
102
102
  },
103
103
  "scripts": {
104
104
  "dev": "tsc --watch",