@mce/bigesj 0.2.1 → 0.2.3

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 +4 -4
package/dist/index.js CHANGED
@@ -770,7 +770,7 @@ function et(e, o) {
770
770
  load: async (t) => {
771
771
  const a = t.bid ?? t.tid ?? "", s = async (i) => await fetch(
772
772
  (t.bid ? o.bid : o.tid).replace("%d", i)
773
- ).then((r) => r.json()).then((r) => JSON.parse(r.content));
773
+ ).then((r) => r.json()).then((r) => JSON.parse(r.data.content));
774
774
  let f = 0;
775
775
  const M = await Promise.all(
776
776
  a.split("|").map(async (i) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mce/bigesj",
3
3
  "type": "module",
4
- "version": "0.2.1",
4
+ "version": "0.2.3",
5
5
  "description": "Plugin for mce",
6
6
  "author": "wxm",
7
7
  "license": "MIT",
@@ -48,11 +48,11 @@
48
48
  "fflate": "^0.8.2"
49
49
  },
50
50
  "devDependencies": {
51
- "modern-canvas": "^0.12.16",
51
+ "modern-canvas": "^0.12.17",
52
52
  "modern-font": "^0.4.4",
53
- "modern-idoc": "^0.10.4",
53
+ "modern-idoc": "^0.10.5",
54
54
  "vue": "^3.5.22",
55
- "mce": "0.2.1"
55
+ "mce": "0.2.3"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "mce": "^0"