jia000 0fe6e0ed75
release v1.0.0-rc.11 (#138)
* fix(editor): 页面标题不要换行

* docs: 教程与stageCore

* fix(editor): runtime.updateRootConfig可以为空

* fix(editor): 编辑组件是获取parent需要获取到Proxy

* fix(editor): 默认page属性值加上layout

* fix(stage): magic注入时机应当在iframe onload之后

* chore: release v1.0.0-rc.11

* chore: 更新changlog

Co-authored-by: roymondchen <roymondchen@tencent.com>
2022-06-17 17:13:22 +08:00

35 lines
742 B
JSON

{
"version": "1.0.0-rc.11",
"name": "@tmagic/utils",
"main": "dist/tmagic-utils.umd.js",
"module": "dist/tmagic-utils.es.js",
"types": "dist/types/src/index.d.ts",
"exports": {
".": {
"import": "./dist/tmagic-utils.es.js",
"require": "./dist/tmagic-utils.umd.js"
}
},
"license": "Apache-2.0",
"scripts": {
"build": "vite build"
},
"engines": {
"node": ">=14"
},
"repository": {
"type": "git",
"url": "https://github.com/Tencent/tmagic-editor.git"
},
"dependencies": {
"@tmagic/schema": "1.0.0-rc.11",
"moment": "^2.29.2"
},
"devDependencies": {
"@types/node": "^15.12.4",
"typescript": "^4.3.4",
"vite": "^2.3.7",
"vite-plugin-dts": "^0.9.6"
}
}