@opentiny/tiny-engine-toolbar-media 2.7.1-alpha.1 → 2.7.1

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +5 -5
package/dist/index.js CHANGED
@@ -868,13 +868,13 @@ function Ce(m, e, l, t, s, p) {
868
868
  o("div", null, [
869
869
  H(B(a.title) + " ", 1),
870
870
  a.subTitle ? (L(), G("span", we, [
871
- e[3] || (e[3] = H(" (")),
871
+ e[3] || (e[3] = H(" (", -1)),
872
872
  a.view === "desktop" ? (L(), z(d, {
873
873
  key: 0,
874
874
  name: "stars"
875
875
  })) : R("", !0),
876
876
  o("span", null, B(a.subTitle), 1),
877
- e[4] || (e[4] = H(") "))
877
+ e[4] || (e[4] = H(") ", -1))
878
878
  ])) : R("", !0)
879
879
  ])
880
880
  ]),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentiny/tiny-engine-toolbar-media",
3
- "version": "2.7.1-alpha.1",
3
+ "version": "2.7.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -25,11 +25,11 @@
25
25
  "license": "MIT",
26
26
  "homepage": "https://opentiny.design/tiny-engine",
27
27
  "dependencies": {
28
- "@opentiny/tiny-engine-common": "2.7.1-alpha.1",
29
- "@opentiny/tiny-engine-meta-register": "2.7.1-alpha.1"
28
+ "@opentiny/tiny-engine-common": "2.7.1",
29
+ "@opentiny/tiny-engine-meta-register": "2.7.1"
30
30
  },
31
31
  "devDependencies": {
32
- "@opentiny/tiny-engine-vite-plugin-meta-comments": "2.7.1-alpha.1",
32
+ "@opentiny/tiny-engine-vite-plugin-meta-comments": "2.7.1",
33
33
  "@vitejs/plugin-vue": "^5.1.2",
34
34
  "@vitejs/plugin-vue-jsx": "^4.0.1",
35
35
  "vite": "^5.4.2"
@@ -39,5 +39,5 @@
39
39
  "@opentiny/vue-icon": "^3.20.0",
40
40
  "vue": "^3.4.15"
41
41
  },
42
- "gitHead": "c6b21a7062aeefb5cf3f9ff4d038553a62d3334e"
42
+ "gitHead": "a33dfdce3a97281798efb308bc5424980298efba"
43
43
  }