- @aomao/engine@2.6.8
 - @aomao/toolbar-vue@2.6.8
 - @aomao/toolbar@2.6.8
 - @aomao/plugin-alignment@2.6.8
 - @aomao/plugin-backcolor@2.6.8
 - @aomao/plugin-bold@2.6.8
 - @aomao/plugin-code@2.6.8
 - @aomao/plugin-codeblock-vue@2.6.8
 - @aomao/plugin-codeblock@2.6.8
 - @aomao/plugin-file@2.6.8
 - @aomao/plugin-fontcolor@2.6.8
 - @aomao/plugin-fontfamily@2.6.8
 - @aomao/plugin-fontsize@2.6.8
 - @aomao/plugin-heading@2.6.8
 - @aomao/plugin-hr@2.6.8
 - @aomao/plugin-image@2.6.8
 - @aomao/plugin-indent@2.6.8
 - @aomao/plugin-italic@2.6.8
 - @aomao/plugin-line-height@2.6.8
 - @aomao/plugin-link-vue@2.6.8
 - @aomao/plugin-link@2.6.8
 - @aomao/plugin-mark-range@2.6.8
 - @aomao/plugin-mark@2.6.8
 - @aomao/plugin-math@2.6.8
 - @aomao/plugin-mention@2.6.8
 - @aomao/plugin-mind@2.6.8
 - @aomao/plugin-orderedlist@2.6.8
 - @aomao/plugin-paintformat@2.6.8
 - @aomao/plugin-quote@2.6.8
 - @aomao/plugin-redo@2.6.8
 - @aomao/plugin-removeformat@2.6.8
 - @aomao/plugin-selectall@2.6.8
 - @aomao/plugin-status@2.6.8
 - @aomao/plugin-strikethrough@2.6.8
 - @aomao/plugin-sub@2.6.8
 - @aomao/plugin-sup@2.6.8
 - @aomao/plugin-table@2.6.8
 - @aomao/plugin-tasklist@2.6.8
 - @aomao/plugin-underline@2.6.8
 - @aomao/plugin-undo@2.6.8
 - @aomao/plugin-unorderedlist@2.6.8
 - @aomao/plugin-video@2.6.8
This commit is contained in:
yanmao 2021-11-18 16:16:40 +08:00
parent ee77169d29
commit 329be7e41e
42 changed files with 83 additions and 83 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@aomao/engine", "name": "@aomao/engine",
"version": "2.6.7", "version": "2.6.8",
"main": "dist/index.ts", "main": "dist/index.ts",
"module": "dist/index.esm.js", "module": "dist/index.esm.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",

View File

@ -1,6 +1,6 @@
{ {
"name": "@aomao/toolbar-vue", "name": "@aomao/toolbar-vue",
"version": "2.6.7", "version": "2.6.8",
"main": "dist/index.ts", "main": "dist/index.ts",
"module": "dist/index.esm.js", "module": "dist/index.esm.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
@ -20,7 +20,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues" "url": "https://github.com/yanmao-cc/am-editor/issues"
}, },
"dependencies": { "dependencies": {
"@aomao/engine": "^2.6.7", "@aomao/engine": "^2.6.8",
"@babel/runtime": "^7.13.10", "@babel/runtime": "^7.13.10",
"ant-design-vue": "^2.2.6", "ant-design-vue": "^2.2.6",
"keymaster": "^1.6.2", "keymaster": "^1.6.2",

View File

@ -1,6 +1,6 @@
{ {
"name": "@aomao/toolbar", "name": "@aomao/toolbar",
"version": "2.6.7", "version": "2.6.8",
"main": "dist/index.ts", "main": "dist/index.ts",
"module": "dist/index.esm.js", "module": "dist/index.esm.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
@ -20,7 +20,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues" "url": "https://github.com/yanmao-cc/am-editor/issues"
}, },
"dependencies": { "dependencies": {
"@aomao/engine": "^2.6.7", "@aomao/engine": "^2.6.8",
"@babel/runtime": "^7.13.10", "@babel/runtime": "^7.13.10",
"antd": "^4.12.3", "antd": "^4.12.3",
"classnames-es-ts": "^2.2.7", "classnames-es-ts": "^2.2.7",

View File

@ -1,6 +1,6 @@
{ {
"name": "@aomao/plugin-alignment", "name": "@aomao/plugin-alignment",
"version": "2.6.7", "version": "2.6.8",
"main": "dist/index.ts", "main": "dist/index.ts",
"module": "dist/index.esm.js", "module": "dist/index.esm.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
@ -20,7 +20,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues" "url": "https://github.com/yanmao-cc/am-editor/issues"
}, },
"dependencies": { "dependencies": {
"@aomao/engine": "^2.6.7", "@aomao/engine": "^2.6.8",
"@babel/runtime": "^7.13.10" "@babel/runtime": "^7.13.10"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@aomao/plugin-backcolor", "name": "@aomao/plugin-backcolor",
"version": "2.6.7", "version": "2.6.8",
"main": "dist/index.ts", "main": "dist/index.ts",
"module": "dist/index.esm.js", "module": "dist/index.esm.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
@ -20,7 +20,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues" "url": "https://github.com/yanmao-cc/am-editor/issues"
}, },
"dependencies": { "dependencies": {
"@aomao/engine": "^2.6.7", "@aomao/engine": "^2.6.8",
"@babel/runtime": "^7.13.10" "@babel/runtime": "^7.13.10"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@aomao/plugin-bold", "name": "@aomao/plugin-bold",
"version": "2.6.7", "version": "2.6.8",
"main": "dist/index.ts", "main": "dist/index.ts",
"module": "dist/index.esm.js", "module": "dist/index.esm.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
@ -20,7 +20,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues" "url": "https://github.com/yanmao-cc/am-editor/issues"
}, },
"dependencies": { "dependencies": {
"@aomao/engine": "^2.6.7", "@aomao/engine": "^2.6.8",
"@babel/runtime": "^7.13.10" "@babel/runtime": "^7.13.10"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@aomao/plugin-code", "name": "@aomao/plugin-code",
"version": "2.6.7", "version": "2.6.8",
"main": "dist/index.ts", "main": "dist/index.ts",
"module": "dist/index.esm.js", "module": "dist/index.esm.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
@ -20,7 +20,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues" "url": "https://github.com/yanmao-cc/am-editor/issues"
}, },
"dependencies": { "dependencies": {
"@aomao/engine": "^2.6.7", "@aomao/engine": "^2.6.8",
"@babel/runtime": "^7.13.10" "@babel/runtime": "^7.13.10"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@aomao/plugin-codeblock-vue", "name": "@aomao/plugin-codeblock-vue",
"version": "2.6.7", "version": "2.6.8",
"description": "代码块 Vue", "description": "代码块 Vue",
"keywords": [ "keywords": [
"codeblock", "codeblock",
@ -28,7 +28,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues" "url": "https://github.com/yanmao-cc/am-editor/issues"
}, },
"dependencies": { "dependencies": {
"@aomao/engine": "^2.6.7", "@aomao/engine": "^2.6.8",
"@babel/runtime": "^7.13.10", "@babel/runtime": "^7.13.10",
"ant-design-vue": "^2.2.6", "ant-design-vue": "^2.2.6",
"codemirror": "^5.60.0", "codemirror": "^5.60.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "@aomao/plugin-codeblock", "name": "@aomao/plugin-codeblock",
"version": "2.6.7", "version": "2.6.8",
"description": "代码块", "description": "代码块",
"keywords": [ "keywords": [
"codeblock", "codeblock",
@ -28,7 +28,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues" "url": "https://github.com/yanmao-cc/am-editor/issues"
}, },
"dependencies": { "dependencies": {
"@aomao/engine": "^2.6.7", "@aomao/engine": "^2.6.8",
"@babel/runtime": "^7.13.10", "@babel/runtime": "^7.13.10",
"antd": "^4.14.1", "antd": "^4.14.1",
"codemirror": "^5.61.1", "codemirror": "^5.61.1",

View File

@ -1,6 +1,6 @@
{ {
"name": "@aomao/plugin-file", "name": "@aomao/plugin-file",
"version": "2.6.7", "version": "2.6.8",
"main": "dist/index.ts", "main": "dist/index.ts",
"module": "dist/index.esm.js", "module": "dist/index.esm.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
@ -20,7 +20,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues" "url": "https://github.com/yanmao-cc/am-editor/issues"
}, },
"dependencies": { "dependencies": {
"@aomao/engine": "^2.6.7", "@aomao/engine": "^2.6.8",
"@babel/runtime": "^7.13.10" "@babel/runtime": "^7.13.10"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@aomao/plugin-fontcolor", "name": "@aomao/plugin-fontcolor",
"version": "2.6.7", "version": "2.6.8",
"main": "dist/index.ts", "main": "dist/index.ts",
"module": "dist/index.esm.js", "module": "dist/index.esm.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
@ -20,7 +20,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues" "url": "https://github.com/yanmao-cc/am-editor/issues"
}, },
"dependencies": { "dependencies": {
"@aomao/engine": "^2.6.7", "@aomao/engine": "^2.6.8",
"@babel/runtime": "^7.13.10" "@babel/runtime": "^7.13.10"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@aomao/plugin-fontfamily", "name": "@aomao/plugin-fontfamily",
"version": "2.6.7", "version": "2.6.8",
"main": "dist/index.ts", "main": "dist/index.ts",
"module": "dist/index.esm.js", "module": "dist/index.esm.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
@ -20,7 +20,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues" "url": "https://github.com/yanmao-cc/am-editor/issues"
}, },
"dependencies": { "dependencies": {
"@aomao/engine": "^2.6.7", "@aomao/engine": "^2.6.8",
"@babel/runtime": "^7.13.10" "@babel/runtime": "^7.13.10"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@aomao/plugin-fontsize", "name": "@aomao/plugin-fontsize",
"version": "2.6.7", "version": "2.6.8",
"main": "dist/index.ts", "main": "dist/index.ts",
"module": "dist/index.esm.js", "module": "dist/index.esm.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
@ -20,7 +20,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues" "url": "https://github.com/yanmao-cc/am-editor/issues"
}, },
"dependencies": { "dependencies": {
"@aomao/engine": "^2.6.7", "@aomao/engine": "^2.6.8",
"@babel/runtime": "^7.13.10" "@babel/runtime": "^7.13.10"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@aomao/plugin-heading", "name": "@aomao/plugin-heading",
"version": "2.6.7", "version": "2.6.8",
"main": "dist/index.ts", "main": "dist/index.ts",
"module": "dist/index.esm.js", "module": "dist/index.esm.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
@ -20,7 +20,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues" "url": "https://github.com/yanmao-cc/am-editor/issues"
}, },
"dependencies": { "dependencies": {
"@aomao/engine": "^2.6.7", "@aomao/engine": "^2.6.8",
"@babel/runtime": "^7.13.10" "@babel/runtime": "^7.13.10"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@aomao/plugin-hr", "name": "@aomao/plugin-hr",
"version": "2.6.7", "version": "2.6.8",
"main": "dist/index.ts", "main": "dist/index.ts",
"module": "dist/index.esm.js", "module": "dist/index.esm.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
@ -20,7 +20,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues" "url": "https://github.com/yanmao-cc/am-editor/issues"
}, },
"dependencies": { "dependencies": {
"@aomao/engine": "^2.6.7", "@aomao/engine": "^2.6.8",
"@babel/runtime": "^7.13.10" "@babel/runtime": "^7.13.10"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@aomao/plugin-image", "name": "@aomao/plugin-image",
"version": "2.6.7", "version": "2.6.8",
"description": "图片", "description": "图片",
"main": "dist/index.ts", "main": "dist/index.ts",
"module": "dist/index.esm.js", "module": "dist/index.esm.js",
@ -24,7 +24,7 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@aomao/engine": "^2.6.7", "@aomao/engine": "^2.6.8",
"@babel/runtime": "^7.13.10", "@babel/runtime": "^7.13.10",
"eventemitter2": "^6.4.4", "eventemitter2": "^6.4.4",
"photoswipe": "^4.1.3" "photoswipe": "^4.1.3"

View File

@ -1,6 +1,6 @@
{ {
"name": "@aomao/plugin-indent", "name": "@aomao/plugin-indent",
"version": "2.6.7", "version": "2.6.8",
"main": "dist/index.ts", "main": "dist/index.ts",
"module": "dist/index.esm.js", "module": "dist/index.esm.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
@ -20,7 +20,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues" "url": "https://github.com/yanmao-cc/am-editor/issues"
}, },
"dependencies": { "dependencies": {
"@aomao/engine": "^2.6.7", "@aomao/engine": "^2.6.8",
"@babel/runtime": "^7.13.10" "@babel/runtime": "^7.13.10"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@aomao/plugin-italic", "name": "@aomao/plugin-italic",
"version": "2.6.7", "version": "2.6.8",
"main": "dist/index.ts", "main": "dist/index.ts",
"module": "dist/index.esm.js", "module": "dist/index.esm.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
@ -20,7 +20,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues" "url": "https://github.com/yanmao-cc/am-editor/issues"
}, },
"dependencies": { "dependencies": {
"@aomao/engine": "^2.6.7", "@aomao/engine": "^2.6.8",
"@babel/runtime": "^7.13.10" "@babel/runtime": "^7.13.10"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@aomao/plugin-line-height", "name": "@aomao/plugin-line-height",
"version": "2.6.7", "version": "2.6.8",
"main": "dist/index.ts", "main": "dist/index.ts",
"module": "dist/index.esm.js", "module": "dist/index.esm.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
@ -20,7 +20,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues" "url": "https://github.com/yanmao-cc/am-editor/issues"
}, },
"dependencies": { "dependencies": {
"@aomao/engine": "^2.6.7", "@aomao/engine": "^2.6.8",
"@babel/runtime": "^7.13.10" "@babel/runtime": "^7.13.10"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@aomao/plugin-link-vue", "name": "@aomao/plugin-link-vue",
"version": "2.6.7", "version": "2.6.8",
"description": "> TODO: description", "description": "> TODO: description",
"main": "dist/index.ts", "main": "dist/index.ts",
"module": "dist/index.esm.js", "module": "dist/index.esm.js",
@ -24,7 +24,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues" "url": "https://github.com/yanmao-cc/am-editor/issues"
}, },
"dependencies": { "dependencies": {
"@aomao/engine": "^2.6.7", "@aomao/engine": "^2.6.8",
"@babel/runtime": "^7.13.10", "@babel/runtime": "^7.13.10",
"ant-design-vue": "^2.2.6", "ant-design-vue": "^2.2.6",
"vue": "^3.2.9" "vue": "^3.2.9"

View File

@ -1,6 +1,6 @@
{ {
"name": "@aomao/plugin-link", "name": "@aomao/plugin-link",
"version": "2.6.7", "version": "2.6.8",
"description": "> TODO: description", "description": "> TODO: description",
"main": "dist/index.ts", "main": "dist/index.ts",
"module": "dist/index.esm.js", "module": "dist/index.esm.js",
@ -24,7 +24,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues" "url": "https://github.com/yanmao-cc/am-editor/issues"
}, },
"dependencies": { "dependencies": {
"@aomao/engine": "^2.6.7", "@aomao/engine": "^2.6.8",
"@babel/runtime": "^7.13.10", "@babel/runtime": "^7.13.10",
"antd": "^4.12.3", "antd": "^4.12.3",
"classnames-es-ts": "^2.2.7", "classnames-es-ts": "^2.2.7",

View File

@ -1,6 +1,6 @@
{ {
"name": "@aomao/plugin-mark-range", "name": "@aomao/plugin-mark-range",
"version": "2.6.7", "version": "2.6.8",
"description": "范围标记", "description": "范围标记",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
@ -24,7 +24,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues" "url": "https://github.com/yanmao-cc/am-editor/issues"
}, },
"dependencies": { "dependencies": {
"@aomao/engine": "^2.6.7", "@aomao/engine": "^2.6.8",
"@babel/runtime": "^7.13.10", "@babel/runtime": "^7.13.10",
"tinycolor2": "^1.4.2" "tinycolor2": "^1.4.2"
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@aomao/plugin-mark", "name": "@aomao/plugin-mark",
"version": "2.6.7", "version": "2.6.8",
"main": "dist/index.ts", "main": "dist/index.ts",
"module": "dist/index.esm.js", "module": "dist/index.esm.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
@ -20,7 +20,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues" "url": "https://github.com/yanmao-cc/am-editor/issues"
}, },
"dependencies": { "dependencies": {
"@aomao/engine": "^2.6.7", "@aomao/engine": "^2.6.8",
"@babel/runtime": "^7.13.10" "@babel/runtime": "^7.13.10"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@aomao/plugin-math", "name": "@aomao/plugin-math",
"version": "2.6.7", "version": "2.6.8",
"description": "Math数学公式", "description": "Math数学公式",
"keywords": [ "keywords": [
"Math" "Math"
@ -24,7 +24,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues" "url": "https://github.com/yanmao-cc/am-editor/issues"
}, },
"dependencies": { "dependencies": {
"@aomao/engine": "^2.6.7", "@aomao/engine": "^2.6.8",
"@babel/runtime": "^7.13.10" "@babel/runtime": "^7.13.10"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@aomao/plugin-mention", "name": "@aomao/plugin-mention",
"version": "2.6.7", "version": "2.6.8",
"description": "提到 @", "description": "提到 @",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
@ -24,7 +24,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues" "url": "https://github.com/yanmao-cc/am-editor/issues"
}, },
"dependencies": { "dependencies": {
"@aomao/engine": "^2.6.7", "@aomao/engine": "^2.6.8",
"@babel/runtime": "^7.13.10", "@babel/runtime": "^7.13.10",
"keymaster": "^1.6.2" "keymaster": "^1.6.2"
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@aomao/plugin-mind", "name": "@aomao/plugin-mind",
"version": "2.6.7", "version": "2.6.8",
"description": "脑图 Mind", "description": "脑图 Mind",
"keywords": [ "keywords": [
"Mind", "Mind",
@ -27,7 +27,7 @@
"dependencies": { "dependencies": {
"@antv/hierarchy": "^0.6.7", "@antv/hierarchy": "^0.6.7",
"@antv/x6": "^1.23.10", "@antv/x6": "^1.23.10",
"@aomao/engine": "^2.6.7", "@aomao/engine": "^2.6.8",
"@babel/runtime": "^7.13.10" "@babel/runtime": "^7.13.10"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@aomao/plugin-orderedlist", "name": "@aomao/plugin-orderedlist",
"version": "2.6.7", "version": "2.6.8",
"main": "dist/index.ts", "main": "dist/index.ts",
"module": "dist/index.esm.js", "module": "dist/index.esm.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
@ -20,7 +20,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues" "url": "https://github.com/yanmao-cc/am-editor/issues"
}, },
"dependencies": { "dependencies": {
"@aomao/engine": "^2.6.7", "@aomao/engine": "^2.6.8",
"@babel/runtime": "^7.13.10" "@babel/runtime": "^7.13.10"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@aomao/plugin-paintformat", "name": "@aomao/plugin-paintformat",
"version": "2.6.7", "version": "2.6.8",
"main": "dist/index.ts", "main": "dist/index.ts",
"module": "dist/index.esm.js", "module": "dist/index.esm.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
@ -20,7 +20,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues" "url": "https://github.com/yanmao-cc/am-editor/issues"
}, },
"dependencies": { "dependencies": {
"@aomao/engine": "^2.6.7", "@aomao/engine": "^2.6.8",
"@babel/runtime": "^7.13.10" "@babel/runtime": "^7.13.10"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@aomao/plugin-quote", "name": "@aomao/plugin-quote",
"version": "2.6.7", "version": "2.6.8",
"main": "dist/index.ts", "main": "dist/index.ts",
"module": "dist/index.esm.js", "module": "dist/index.esm.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
@ -20,7 +20,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues" "url": "https://github.com/yanmao-cc/am-editor/issues"
}, },
"dependencies": { "dependencies": {
"@aomao/engine": "^2.6.7", "@aomao/engine": "^2.6.8",
"@babel/runtime": "^7.13.10" "@babel/runtime": "^7.13.10"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@aomao/plugin-redo", "name": "@aomao/plugin-redo",
"version": "2.6.7", "version": "2.6.8",
"main": "dist/index.ts", "main": "dist/index.ts",
"module": "dist/index.esm.js", "module": "dist/index.esm.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
@ -20,7 +20,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues" "url": "https://github.com/yanmao-cc/am-editor/issues"
}, },
"dependencies": { "dependencies": {
"@aomao/engine": "^2.6.7", "@aomao/engine": "^2.6.8",
"@babel/runtime": "^7.13.10" "@babel/runtime": "^7.13.10"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@aomao/plugin-removeformat", "name": "@aomao/plugin-removeformat",
"version": "2.6.7", "version": "2.6.8",
"main": "dist/index.ts", "main": "dist/index.ts",
"module": "dist/index.esm.js", "module": "dist/index.esm.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
@ -20,7 +20,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues" "url": "https://github.com/yanmao-cc/am-editor/issues"
}, },
"dependencies": { "dependencies": {
"@aomao/engine": "^2.6.7", "@aomao/engine": "^2.6.8",
"@babel/runtime": "^7.13.10" "@babel/runtime": "^7.13.10"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@aomao/plugin-selectall", "name": "@aomao/plugin-selectall",
"version": "2.6.7", "version": "2.6.8",
"main": "dist/index.ts", "main": "dist/index.ts",
"module": "dist/index.esm.js", "module": "dist/index.esm.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
@ -20,7 +20,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues" "url": "https://github.com/yanmao-cc/am-editor/issues"
}, },
"dependencies": { "dependencies": {
"@aomao/engine": "^2.6.7", "@aomao/engine": "^2.6.8",
"@babel/runtime": "^7.13.10" "@babel/runtime": "^7.13.10"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@aomao/plugin-status", "name": "@aomao/plugin-status",
"version": "2.6.7", "version": "2.6.8",
"main": "dist/index.ts", "main": "dist/index.ts",
"module": "dist/index.esm.js", "module": "dist/index.esm.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
@ -20,7 +20,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues" "url": "https://github.com/yanmao-cc/am-editor/issues"
}, },
"dependencies": { "dependencies": {
"@aomao/engine": "^2.6.7", "@aomao/engine": "^2.6.8",
"@babel/runtime": "^7.13.10" "@babel/runtime": "^7.13.10"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@aomao/plugin-strikethrough", "name": "@aomao/plugin-strikethrough",
"version": "2.6.7", "version": "2.6.8",
"main": "dist/index.ts", "main": "dist/index.ts",
"module": "dist/index.esm.js", "module": "dist/index.esm.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
@ -20,7 +20,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues" "url": "https://github.com/yanmao-cc/am-editor/issues"
}, },
"dependencies": { "dependencies": {
"@aomao/engine": "^2.6.7", "@aomao/engine": "^2.6.8",
"@babel/runtime": "^7.13.10" "@babel/runtime": "^7.13.10"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@aomao/plugin-sub", "name": "@aomao/plugin-sub",
"version": "2.6.7", "version": "2.6.8",
"main": "dist/index.ts", "main": "dist/index.ts",
"module": "dist/index.esm.js", "module": "dist/index.esm.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
@ -20,7 +20,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues" "url": "https://github.com/yanmao-cc/am-editor/issues"
}, },
"dependencies": { "dependencies": {
"@aomao/engine": "^2.6.7", "@aomao/engine": "^2.6.8",
"@babel/runtime": "^7.13.10" "@babel/runtime": "^7.13.10"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@aomao/plugin-sup", "name": "@aomao/plugin-sup",
"version": "2.6.7", "version": "2.6.8",
"main": "dist/index.ts", "main": "dist/index.ts",
"module": "dist/index.esm.js", "module": "dist/index.esm.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
@ -20,7 +20,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues" "url": "https://github.com/yanmao-cc/am-editor/issues"
}, },
"dependencies": { "dependencies": {
"@aomao/engine": "^2.6.7", "@aomao/engine": "^2.6.8",
"@babel/runtime": "^7.13.10" "@babel/runtime": "^7.13.10"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@aomao/plugin-table", "name": "@aomao/plugin-table",
"version": "2.6.7", "version": "2.6.8",
"description": "table plugin", "description": "table plugin",
"author": "AoMao <me@yanmao.cc>", "author": "AoMao <me@yanmao.cc>",
"homepage": "https://github.com/yanmao-cc/am-editor/tree/master/plugins/plugin-table#readme", "homepage": "https://github.com/yanmao-cc/am-editor/tree/master/plugins/plugin-table#readme",
@ -21,7 +21,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues" "url": "https://github.com/yanmao-cc/am-editor/issues"
}, },
"dependencies": { "dependencies": {
"@aomao/engine": "^2.6.7", "@aomao/engine": "^2.6.8",
"@babel/runtime": "^7.13.10", "@babel/runtime": "^7.13.10",
"eventemitter2": "^6.4.4", "eventemitter2": "^6.4.4",
"tinycolor2": "^1.4.2" "tinycolor2": "^1.4.2"

View File

@ -1,6 +1,6 @@
{ {
"name": "@aomao/plugin-tasklist", "name": "@aomao/plugin-tasklist",
"version": "2.6.7", "version": "2.6.8",
"main": "dist/index.ts", "main": "dist/index.ts",
"module": "dist/index.esm.js", "module": "dist/index.esm.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
@ -20,7 +20,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues" "url": "https://github.com/yanmao-cc/am-editor/issues"
}, },
"dependencies": { "dependencies": {
"@aomao/engine": "^2.6.7", "@aomao/engine": "^2.6.8",
"@babel/runtime": "^7.13.10" "@babel/runtime": "^7.13.10"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@aomao/plugin-underline", "name": "@aomao/plugin-underline",
"version": "2.6.7", "version": "2.6.8",
"main": "dist/index.ts", "main": "dist/index.ts",
"module": "dist/index.esm.js", "module": "dist/index.esm.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
@ -20,7 +20,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues" "url": "https://github.com/yanmao-cc/am-editor/issues"
}, },
"dependencies": { "dependencies": {
"@aomao/engine": "^2.6.7", "@aomao/engine": "^2.6.8",
"@babel/runtime": "^7.13.10" "@babel/runtime": "^7.13.10"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@aomao/plugin-undo", "name": "@aomao/plugin-undo",
"version": "2.6.7", "version": "2.6.8",
"main": "dist/index.ts", "main": "dist/index.ts",
"module": "dist/index.esm.js", "module": "dist/index.esm.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
@ -20,7 +20,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues" "url": "https://github.com/yanmao-cc/am-editor/issues"
}, },
"dependencies": { "dependencies": {
"@aomao/engine": "^2.6.7", "@aomao/engine": "^2.6.8",
"@babel/runtime": "^7.13.10" "@babel/runtime": "^7.13.10"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@aomao/plugin-unorderedlist", "name": "@aomao/plugin-unorderedlist",
"version": "2.6.7", "version": "2.6.8",
"main": "dist/index.ts", "main": "dist/index.ts",
"module": "dist/index.esm.js", "module": "dist/index.esm.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
@ -20,7 +20,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues" "url": "https://github.com/yanmao-cc/am-editor/issues"
}, },
"dependencies": { "dependencies": {
"@aomao/engine": "^2.6.7", "@aomao/engine": "^2.6.8",
"@babel/runtime": "^7.13.10" "@babel/runtime": "^7.13.10"
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@aomao/plugin-video", "name": "@aomao/plugin-video",
"version": "2.6.7", "version": "2.6.8",
"main": "dist/index.ts", "main": "dist/index.ts",
"module": "dist/index.esm.js", "module": "dist/index.esm.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
@ -20,7 +20,7 @@
"url": "https://github.com/yanmao-cc/am-editor/issues" "url": "https://github.com/yanmao-cc/am-editor/issues"
}, },
"dependencies": { "dependencies": {
"@aomao/engine": "^2.6.7", "@aomao/engine": "^2.6.8",
"@babel/runtime": "^7.13.10" "@babel/runtime": "^7.13.10"
} }
} }