@opentiny/tiny-engine-toolbar-breadcrumb 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 +1 -1
  2. package/package.json +6 -6
package/dist/index.js CHANGED
@@ -171,7 +171,7 @@ function R(t, a, r, e, n, g) {
171
171
  size: "small"
172
172
  }, {
173
173
  default: D(() => a[2] || (a[2] = [
174
- I("发布区块 ")
174
+ I("发布区块 ", -1)
175
175
  ])),
176
176
  _: 1,
177
177
  __: [2]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentiny/tiny-engine-toolbar-breadcrumb",
3
- "version": "2.7.1-alpha.1",
3
+ "version": "2.7.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -25,12 +25,12 @@
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",
30
- "@opentiny/tiny-engine-utils": "2.7.1-alpha.1"
28
+ "@opentiny/tiny-engine-common": "2.7.1",
29
+ "@opentiny/tiny-engine-meta-register": "2.7.1",
30
+ "@opentiny/tiny-engine-utils": "2.7.1"
31
31
  },
32
32
  "devDependencies": {
33
- "@opentiny/tiny-engine-vite-plugin-meta-comments": "2.7.1-alpha.1",
33
+ "@opentiny/tiny-engine-vite-plugin-meta-comments": "2.7.1",
34
34
  "@vitejs/plugin-vue": "^5.1.2",
35
35
  "@vitejs/plugin-vue-jsx": "^4.0.1",
36
36
  "vite": "^5.4.2"
@@ -39,5 +39,5 @@
39
39
  "@opentiny/vue": "^3.20.0",
40
40
  "vue": "^3.4.15"
41
41
  },
42
- "gitHead": "c6b21a7062aeefb5cf3f9ff4d038553a62d3334e"
42
+ "gitHead": "a33dfdce3a97281798efb308bc5424980298efba"
43
43
  }