@mce/bigesj 0.15.36 → 0.15.38

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 +0 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -1883,7 +1883,6 @@ const editorOptions = {
1883
1883
  scrollbar: true,
1884
1884
  statusbar: true,
1885
1885
  frameGap: 48,
1886
- frameOutline: true,
1887
1886
  zoomToFit: "width",
1888
1887
  typographyStrategy: "autoHeight",
1889
1888
  locale: { locale: "zhHans" },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mce/bigesj",
3
3
  "type": "module",
4
- "version": "0.15.36",
4
+ "version": "0.15.38",
5
5
  "description": "Plugin for mce",
6
6
  "author": "wxm",
7
7
  "license": "MIT",
@@ -49,7 +49,7 @@
49
49
  "modern-openxml": "^1.10.1"
50
50
  },
51
51
  "devDependencies": {
52
- "mce": "0.15.36"
52
+ "mce": "0.15.38"
53
53
  },
54
54
  "peerDependencies": {
55
55
  "mce": "^0"