@opentiny/vue-docs 2.2.21 → 2.2.22

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentiny/vue-docs",
3
- "version": "2.2.21",
3
+ "version": "2.2.22",
4
4
  "license": "MIT",
5
5
  "dependencies": {
6
6
  "@unocss/reset": "0.38.2",
@@ -16,17 +16,17 @@
16
16
  "marked": "^4.3.0",
17
17
  "sortablejs": "1.15.0",
18
18
  "@opentiny/vue-repl": "^1.1.0",
19
- "@opentiny/vue-icon": "~3.15.0",
20
- "@opentiny/vue-common": "~3.15.0",
21
19
  "@opentiny/vue": "~3.15.0",
22
- "@opentiny/vue-icon-saas": "~3.15.0",
23
- "@opentiny/vue-design-smb": "~3.15.0",
24
20
  "@opentiny/vue-design-aurora": "~3.15.0",
21
+ "@opentiny/vue-icon": "~3.15.0",
22
+ "@opentiny/vue-icon-saas": "~3.15.0",
23
+ "@opentiny/vue-common": "~3.15.0",
25
24
  "@opentiny/vue-design-saas": "~3.15.0",
26
- "@opentiny/vue-theme": "~3.15.0",
27
- "@opentiny/vue-vite-import": "~1.1.5",
25
+ "@opentiny/vue-theme": "~3.15.1",
26
+ "@opentiny/vue-theme-saas": "~3.15.0",
27
+ "@opentiny/vue-design-smb": "~3.15.0",
28
28
  "@opentiny/vue-theme-mobile": "~3.15.0",
29
- "@opentiny/vue-theme-saas": "~3.15.0"
29
+ "@opentiny/vue-vite-import": "~1.1.5"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/markdown-it": "^12.2.3",
@@ -17,7 +17,7 @@ import logoUrl from './assets/opentiny-logo.svg?url'
17
17
  import GitHub from './icons/Github.vue'
18
18
  import Share from './icons/Share.vue'
19
19
 
20
- const VERSION = 'tiny-vue-version-3.14'
20
+ const VERSION = 'tiny-vue-version-3.15'
21
21
  const LAYOUT = 'playground-layout'
22
22
  const LAYOUT_REVERSE = 'playground-layout-reverse'
23
23
 
@@ -28,7 +28,7 @@ const isMobileFirst = tinyMode === 'mobile-first'
28
28
  const isSaas = tinyTheme === 'saas'
29
29
  const isPreview = searchObj.get('openMode') === 'preview' // 是否多端弹窗预览
30
30
 
31
- const versions = ['3.14', '3.13', '3.12', '3.11', '3.10', '3.9', '3.8']
31
+ const versions = ['3.15', '3.14', '3.13', '3.12', '3.11', '3.10', '3.9', '3.8']
32
32
  const latestVersion = isPreview ? versions[0] : localStorage.getItem(VERSION) || versions[0]
33
33
  const cdnHost = localStorage.getItem('setting-cdn')
34
34
  const getRuntime = (version) => {