@ebl-vue/editor-render 2.31.28 → 2.31.29

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.mjs +1 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -137,7 +137,7 @@ for (let t in N) {
137
137
  const e = X(N[t]);
138
138
  D.push(e);
139
139
  }
140
- const Y = /* @__PURE__ */ ((t = []) => ({ version: "2.31.28", install: (e) => {
140
+ const Y = /* @__PURE__ */ ((t = []) => ({ version: "2.31.29", install: (e) => {
141
141
  e[W] || (e[W] = !0, t.forEach((a) => e.use(a)));
142
142
  } }))(D), Ne = Y.install, De = Y.version;
143
143
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ebl-vue/editor-render",
3
- "version": "2.31.28",
3
+ "version": "2.31.29",
4
4
  "type": "module",
5
5
  "author": "lrj525@sina.com",
6
6
  "description": "用于渲染editor-full编辑器内容",