mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 17:08:14 +00:00
Merge commit '328c6a3b9cd194fbba4223c7539075c75e85e21f' into def_releases_2021110419342525_ali-lowcode_ali-lowcode-engine/1.0.72
This commit is contained in:
commit
9cfcb4784f
@ -1,8 +1,8 @@
|
||||
{
|
||||
"lerna": "2.11.0",
|
||||
"version": "1.0.71",
|
||||
"version": "1.0.72-beta.7",
|
||||
"npmClient": "tnpm",
|
||||
"registry": "http://registry.npm.alibaba-inc.com",
|
||||
"registry": "http://registry.antfin-inc.com",
|
||||
"useWorkspaces": true,
|
||||
"packages": [
|
||||
"packages/*"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ali/lowcode-designer",
|
||||
"version": "1.0.71",
|
||||
"version": "1.0.72-beta.7",
|
||||
"description": "Designer for Ali LowCode Engine",
|
||||
"main": "lib/index.js",
|
||||
"module": "es/index.js",
|
||||
@ -14,9 +14,9 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@ali/lowcode-editor-core": "1.0.71",
|
||||
"@ali/lowcode-types": "1.0.71",
|
||||
"@ali/lowcode-utils": "1.0.71",
|
||||
"@ali/lowcode-editor-core": "1.0.72-beta.7",
|
||||
"@ali/lowcode-types": "1.0.72-beta.7",
|
||||
"@ali/lowcode-utils": "1.0.72-beta.7",
|
||||
"classnames": "^2.2.6",
|
||||
"enzyme": "^3.11.0",
|
||||
"enzyme-adapter-react-16": "^1.15.5",
|
||||
@ -44,10 +44,10 @@
|
||||
"typescript": "^4.0.3"
|
||||
},
|
||||
"publishConfig": {
|
||||
"registry": "https://registry.npm.alibaba-inc.com"
|
||||
"registry": "https://registry.antfin-inc.com"
|
||||
},
|
||||
"resolutions": {
|
||||
"@builder/babel-preset-ice": "1.0.1"
|
||||
},
|
||||
"gitHead": "3bfd7df92985ec6c9d2ccb8ba95d7b0829fa2b1d"
|
||||
"gitHead": "19b2119b9f95f8a3da0851b3943774a770975991"
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ali/lowcode-editor-core",
|
||||
"version": "1.0.71",
|
||||
"version": "1.0.72-beta.7",
|
||||
"description": "Core Api for Ali lowCode engine",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
@ -13,8 +13,8 @@
|
||||
"build": "build-scripts build --skip-demo"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ali/lowcode-types": "1.0.71",
|
||||
"@ali/lowcode-utils": "1.0.71",
|
||||
"@ali/lowcode-types": "1.0.72-beta.7",
|
||||
"@ali/lowcode-utils": "1.0.72-beta.7",
|
||||
"@alifd/next": "^1.19.16",
|
||||
"classnames": "^2.2.6",
|
||||
"debug": "^4.1.1",
|
||||
@ -41,7 +41,7 @@
|
||||
"build-plugin-moment-locales": "^0.1.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"registry": "https://registry.npm.alibaba-inc.com"
|
||||
"registry": "https://registry.antfin-inc.com"
|
||||
},
|
||||
"gitHead": "3bfd7df92985ec6c9d2ccb8ba95d7b0829fa2b1d"
|
||||
"gitHead": "19b2119b9f95f8a3da0851b3943774a770975991"
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ali/lowcode-editor-skeleton",
|
||||
"version": "1.0.71",
|
||||
"version": "1.0.72-beta.7",
|
||||
"description": "alibaba lowcode editor skeleton",
|
||||
"main": "lib/index.js",
|
||||
"module": "es/index.js",
|
||||
@ -17,10 +17,10 @@
|
||||
"editor"
|
||||
],
|
||||
"dependencies": {
|
||||
"@ali/lowcode-designer": "1.0.71",
|
||||
"@ali/lowcode-editor-core": "1.0.71",
|
||||
"@ali/lowcode-types": "1.0.71",
|
||||
"@ali/lowcode-utils": "1.0.71",
|
||||
"@ali/lowcode-designer": "1.0.72-beta.7",
|
||||
"@ali/lowcode-editor-core": "1.0.72-beta.7",
|
||||
"@ali/lowcode-types": "1.0.72-beta.7",
|
||||
"@ali/lowcode-utils": "1.0.72-beta.7",
|
||||
"@ali/ve-less-variables": "^2.0.0",
|
||||
"@alifd/next": "^1.20.12",
|
||||
"classnames": "^2.2.6",
|
||||
@ -36,7 +36,7 @@
|
||||
"build-plugin-moment-locales": "^0.1.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"registry": "https://registry.npm.alibaba-inc.com"
|
||||
"registry": "https://registry.antfin-inc.com"
|
||||
},
|
||||
"gitHead": "3bfd7df92985ec6c9d2ccb8ba95d7b0829fa2b1d"
|
||||
"gitHead": "19b2119b9f95f8a3da0851b3943774a770975991"
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ali/lowcode-engine",
|
||||
"version": "1.0.71",
|
||||
"version": "1.0.72-beta.7",
|
||||
"description": "Universal API for AliLowCode engine",
|
||||
"main": "lib/engine-core.js",
|
||||
"module": "es/engine-core.js",
|
||||
@ -18,13 +18,13 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@ali/lowcode-designer": "1.0.71",
|
||||
"@ali/lowcode-editor-core": "1.0.71",
|
||||
"@ali/lowcode-editor-skeleton": "1.0.71",
|
||||
"@ali/lowcode-designer": "1.0.72-beta.7",
|
||||
"@ali/lowcode-editor-core": "1.0.72-beta.7",
|
||||
"@ali/lowcode-editor-skeleton": "1.0.72-beta.7",
|
||||
"@ali/lowcode-engine-ext": "^1.0.0",
|
||||
"@ali/lowcode-plugin-designer": "1.0.71",
|
||||
"@ali/lowcode-plugin-outline-pane": "1.0.71",
|
||||
"@ali/lowcode-utils": "1.0.71",
|
||||
"@ali/lowcode-plugin-designer": "1.0.72-beta.7",
|
||||
"@ali/lowcode-plugin-outline-pane": "1.0.72-beta.7",
|
||||
"@ali/lowcode-utils": "1.0.72-beta.7",
|
||||
"@alifd/next": "^1.19.12",
|
||||
"react": "^16.8.1",
|
||||
"react-dom": "^16.8.1"
|
||||
@ -32,6 +32,8 @@
|
||||
"devDependencies": {
|
||||
"@ali/lowcode-test-mate": "^1.0.1",
|
||||
"@alib/build-scripts": "^0.1.18",
|
||||
"@alifd/theme-lowcode-dark": "^0.2.0",
|
||||
"@alifd/theme-lowcode-light": "^0.2.0",
|
||||
"@types/domready": "^1.0.0",
|
||||
"@types/react": "^16.8.3",
|
||||
"@types/react-dom": "^16.8.2",
|
||||
@ -40,12 +42,10 @@
|
||||
"build-plugin-react-app": "^1.8.0",
|
||||
"fs-extra": "^9.0.1",
|
||||
"prop-types": "^15.7.2",
|
||||
"tsconfig-paths-webpack-plugin": "^3.2.0",
|
||||
"@alifd/theme-lowcode-dark": "^0.2.0",
|
||||
"@alifd/theme-lowcode-light": "^0.2.0"
|
||||
"tsconfig-paths-webpack-plugin": "^3.2.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"registry": "https://registry.npm.alibaba-inc.com"
|
||||
"registry": "https://registry.antfin-inc.com"
|
||||
},
|
||||
"gitHead": "3bfd7df92985ec6c9d2ccb8ba95d7b0829fa2b1d"
|
||||
"gitHead": "19b2119b9f95f8a3da0851b3943774a770975991"
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ali/lowcode-ignitor",
|
||||
"version": "1.0.71",
|
||||
"version": "1.0.72-beta.7",
|
||||
"description": "点火器,bootstrap lce project",
|
||||
"main": "lib/index.js",
|
||||
"private": true,
|
||||
|
||||
@ -1,22 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge,chrome=1" />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<title>LowCodeEngine DEMO</title>
|
||||
<script src="https://g.alicdn.com/code/lib/react/16.9.0/umd/react.development.js"></script>
|
||||
<script src="https://g.alicdn.com/code/lib/react-dom/16.9.0/umd/react-dom.development.js"></script>
|
||||
<script src="https://g.alicdn.com/code/lib/prop-types/15.7.2/prop-types.js"></script>
|
||||
<script> React.PropTypes = PropTypes; </script>
|
||||
<script src="https://g.alicdn.com/mylib/moment/2.24.0/min/moment.min.js"></script>
|
||||
|
||||
<link rel="stylesheet" href="https://alifd.alicdn.com/npm/@alifd/next/1.11.6/next.min.css">
|
||||
<script src="https://unpkg.alibaba-inc.com/@alifd/next@1.18.17/dist/next.min.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="lce-container"></div>
|
||||
<script type="text/javascript" src="/js/preview.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ali/lowcode-plugin-designer",
|
||||
"version": "1.0.71",
|
||||
"version": "1.0.72-beta.7",
|
||||
"description": "alibaba lowcode editor designer plugin",
|
||||
"files": [
|
||||
"es",
|
||||
@ -18,7 +18,7 @@
|
||||
],
|
||||
"author": "xiayang.xy",
|
||||
"dependencies": {
|
||||
"@ali/lowcode-editor-core": "1.0.71",
|
||||
"@ali/lowcode-editor-core": "1.0.72-beta.7",
|
||||
"react": "^16.8.1",
|
||||
"react-dom": "^16.8.1"
|
||||
},
|
||||
@ -29,7 +29,7 @@
|
||||
"build-plugin-component": "^0.2.7"
|
||||
},
|
||||
"publishConfig": {
|
||||
"registry": "https://registry.npm.alibaba-inc.com"
|
||||
"registry": "https://registry.antfin-inc.com"
|
||||
},
|
||||
"gitHead": "3bfd7df92985ec6c9d2ccb8ba95d7b0829fa2b1d"
|
||||
"gitHead": "19b2119b9f95f8a3da0851b3943774a770975991"
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ali/lowcode-plugin-outline-pane",
|
||||
"version": "1.0.71",
|
||||
"version": "1.0.72-beta.7",
|
||||
"description": "Outline pane for Ali lowCode engine",
|
||||
"files": [
|
||||
"es",
|
||||
@ -12,10 +12,10 @@
|
||||
"build": "build-scripts build --skip-demo"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ali/lowcode-designer": "1.0.71",
|
||||
"@ali/lowcode-editor-core": "1.0.71",
|
||||
"@ali/lowcode-types": "1.0.71",
|
||||
"@ali/lowcode-utils": "1.0.71",
|
||||
"@ali/lowcode-designer": "1.0.72-beta.7",
|
||||
"@ali/lowcode-editor-core": "1.0.72-beta.7",
|
||||
"@ali/lowcode-types": "1.0.72-beta.7",
|
||||
"@ali/lowcode-utils": "1.0.72-beta.7",
|
||||
"@alifd/next": "^1.19.16",
|
||||
"classnames": "^2.2.6",
|
||||
"react": "^16",
|
||||
@ -33,7 +33,7 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"registry": "https://registry.npm.alibaba-inc.com"
|
||||
"registry": "https://registry.antfin-inc.com"
|
||||
},
|
||||
"gitHead": "3bfd7df92985ec6c9d2ccb8ba95d7b0829fa2b1d"
|
||||
"gitHead": "19b2119b9f95f8a3da0851b3943774a770975991"
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ali/lowcode-rax-renderer",
|
||||
"version": "1.0.71",
|
||||
"version": "1.0.72-beta.7",
|
||||
"description": "Rax renderer for Ali lowCode engine",
|
||||
"main": "lib/index.js",
|
||||
"module": "es/index.js",
|
||||
@ -30,8 +30,8 @@
|
||||
"build": "build-scripts build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ali/lowcode-renderer-core": "1.0.71",
|
||||
"@ali/lowcode-utils": "1.0.71",
|
||||
"@ali/lowcode-renderer-core": "1.0.72-beta.7",
|
||||
"@ali/lowcode-utils": "1.0.72-beta.7",
|
||||
"rax-find-dom-node": "^1.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -40,9 +40,9 @@
|
||||
"driver-universal": "^3.1.3"
|
||||
},
|
||||
"publishConfig": {
|
||||
"registry": "https://registry.npm.alibaba-inc.com"
|
||||
"registry": "https://registry.antfin-inc.com"
|
||||
},
|
||||
"license": "MIT",
|
||||
"homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-rax-renderer@0.1.2/build/index.html",
|
||||
"gitHead": "3bfd7df92985ec6c9d2ccb8ba95d7b0829fa2b1d"
|
||||
"gitHead": "19b2119b9f95f8a3da0851b3943774a770975991"
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ali/lowcode-rax-simulator-renderer",
|
||||
"version": "1.0.71",
|
||||
"version": "1.0.72-beta.7",
|
||||
"description": "rax simulator renderer for alibaba lowcode designer",
|
||||
"main": "lib/index.js",
|
||||
"module": "es/index.js",
|
||||
@ -11,10 +11,10 @@
|
||||
"cloud-build": "build-scripts build --skip-demo"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ali/lowcode-designer": "1.0.71",
|
||||
"@ali/lowcode-rax-renderer": "1.0.71",
|
||||
"@ali/lowcode-types": "1.0.71",
|
||||
"@ali/lowcode-utils": "1.0.71",
|
||||
"@ali/lowcode-designer": "1.0.72-beta.7",
|
||||
"@ali/lowcode-rax-renderer": "1.0.72-beta.7",
|
||||
"@ali/lowcode-types": "1.0.72-beta.7",
|
||||
"@ali/lowcode-utils": "1.0.72-beta.7",
|
||||
"@ali/vu-css-style": "^1.0.2",
|
||||
"classnames": "^2.2.6",
|
||||
"driver-universal": "^3.1.3",
|
||||
@ -52,8 +52,8 @@
|
||||
]
|
||||
},
|
||||
"publishConfig": {
|
||||
"registry": "https://registry.npm.alibaba-inc.com"
|
||||
"registry": "https://registry.antfin-inc.com"
|
||||
},
|
||||
"homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-rax-simulator-renderer@1.0.69/build/index.html",
|
||||
"gitHead": "3bfd7df92985ec6c9d2ccb8ba95d7b0829fa2b1d"
|
||||
"homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-rax-simulator-renderer@1.0.71/build/index.html",
|
||||
"gitHead": "19b2119b9f95f8a3da0851b3943774a770975991"
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ali/lowcode-react-renderer",
|
||||
"version": "1.0.71",
|
||||
"version": "1.0.72-beta.7",
|
||||
"description": "react renderer for ali lowcode engine",
|
||||
"main": "lib/index.js",
|
||||
"module": "es/index.js",
|
||||
@ -23,7 +23,7 @@
|
||||
"react"
|
||||
],
|
||||
"dependencies": {
|
||||
"@ali/lowcode-renderer-core": "1.0.71",
|
||||
"@ali/lowcode-renderer-core": "1.0.72-beta.7",
|
||||
"@alifd/next": "^1.21.16"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -40,5 +40,5 @@
|
||||
"registry": "http://registry.npm.alibaba-inc.com"
|
||||
},
|
||||
"homepage": "https://unpkg.alibaba-inc.com/@ali/lowcode-react-renderer@1.0.21/build/index.html",
|
||||
"gitHead": "3bfd7df92985ec6c9d2ccb8ba95d7b0829fa2b1d"
|
||||
"gitHead": "19b2119b9f95f8a3da0851b3943774a770975991"
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ali/lowcode-react-simulator-renderer",
|
||||
"version": "1.0.71",
|
||||
"version": "1.0.72-beta.7",
|
||||
"description": "react simulator renderer for alibaba lowcode designer",
|
||||
"main": "lib/index.js",
|
||||
"module": "es/index.js",
|
||||
@ -13,10 +13,10 @@
|
||||
"cloud-build": "NODE_OPTIONS=--max_old_space_size=8192 build-scripts build --skip-demo"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ali/lowcode-designer": "1.0.71",
|
||||
"@ali/lowcode-react-renderer": "1.0.71",
|
||||
"@ali/lowcode-types": "1.0.71",
|
||||
"@ali/lowcode-utils": "1.0.71",
|
||||
"@ali/lowcode-designer": "1.0.72-beta.7",
|
||||
"@ali/lowcode-react-renderer": "1.0.72-beta.7",
|
||||
"@ali/lowcode-types": "1.0.72-beta.7",
|
||||
"@ali/lowcode-utils": "1.0.72-beta.7",
|
||||
"classnames": "^2.2.6",
|
||||
"mobx": "^6.3.0",
|
||||
"mobx-react": "^7.2.0",
|
||||
@ -32,7 +32,7 @@
|
||||
"build-plugin-component": "^0.2.11"
|
||||
},
|
||||
"publishConfig": {
|
||||
"registry": "https://registry.npm.alibaba-inc.com"
|
||||
"registry": "https://registry.antfin-inc.com"
|
||||
},
|
||||
"gitHead": "3bfd7df92985ec6c9d2ccb8ba95d7b0829fa2b1d"
|
||||
"gitHead": "19b2119b9f95f8a3da0851b3943774a770975991"
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ali/lowcode-renderer-core",
|
||||
"version": "1.0.71",
|
||||
"version": "1.0.72-beta.7",
|
||||
"description": "renderer core",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
@ -17,7 +17,7 @@
|
||||
"@ali/bzb-request": "^2.6.0-beta.13",
|
||||
"@ali/lib-mtop": "^2.5.1",
|
||||
"@ali/lowcode-datasource-engine": "^1.0.22",
|
||||
"@ali/lowcode-types": "1.0.71",
|
||||
"@ali/lowcode-types": "1.0.72-beta.7",
|
||||
"classnames": "^2.2.6",
|
||||
"debug": "^4.1.1",
|
||||
"fetch-jsonp": "^1.1.3",
|
||||
@ -43,7 +43,7 @@
|
||||
"build-plugin-component": "^0.2.11"
|
||||
},
|
||||
"publishConfig": {
|
||||
"registry": "https://registry.npm.alibaba-inc.com"
|
||||
"registry": "https://registry.antfin-inc.com"
|
||||
},
|
||||
"gitHead": "3bfd7df92985ec6c9d2ccb8ba95d7b0829fa2b1d"
|
||||
"gitHead": "19b2119b9f95f8a3da0851b3943774a770975991"
|
||||
}
|
||||
|
||||
@ -414,11 +414,11 @@ export default function baseRenererFactory() {
|
||||
let Comp = components[schema.componentName] || this.props.__container?.components?.[schema.componentName];
|
||||
|
||||
if (!Comp) {
|
||||
console.error(`${schema.componentName} is not found! component list is:`, this.props.__container?.components);
|
||||
console.error(`${schema.componentName} is not found! component list is:`, components || this.props.__container?.components);
|
||||
Comp = engine.getNotFoundComponent();
|
||||
}
|
||||
|
||||
if (schema.hidden && !this._designModeIsDesign) {
|
||||
if (schema.hidden && (engine?.props?.designMode && engine?.props?.designMode !== 'design')) {
|
||||
// designMode 为 design 情况下,需要进入 leaf Hoc,进行相关事件注册
|
||||
return null;
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ali/lowcode-types",
|
||||
"version": "1.0.71",
|
||||
"version": "1.0.72-beta.7",
|
||||
"description": "Types for Ali lowCode engine",
|
||||
"files": [
|
||||
"es",
|
||||
@ -13,7 +13,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@ali/lowcode-datasource-types": "^1.0.21",
|
||||
"@ali/lowcode-designer": "1.0.71",
|
||||
"@ali/lowcode-designer": "1.0.72-beta.7",
|
||||
"power-di": "^2.2.4",
|
||||
"react": "^16",
|
||||
"strict-event-emitter-types": "^2.0.0"
|
||||
@ -25,7 +25,7 @@
|
||||
"build-plugin-component": "^0.2.10"
|
||||
},
|
||||
"publishConfig": {
|
||||
"registry": "https://registry.npm.alibaba-inc.com"
|
||||
"registry": "https://registry.antfin-inc.com"
|
||||
},
|
||||
"gitHead": "3bfd7df92985ec6c9d2ccb8ba95d7b0829fa2b1d"
|
||||
"gitHead": "19b2119b9f95f8a3da0851b3943774a770975991"
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ali/lowcode-utils",
|
||||
"version": "1.0.71",
|
||||
"version": "1.0.72-beta.7",
|
||||
"description": "Utils for Ali lowCode engine",
|
||||
"files": [
|
||||
"es",
|
||||
@ -12,7 +12,7 @@
|
||||
"build": "build-scripts build --skip-demo"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ali/lowcode-types": "1.0.71",
|
||||
"@ali/lowcode-types": "1.0.72-beta.7",
|
||||
"@alifd/next": "^1.19.16",
|
||||
"lodash.get": "^4.4.2",
|
||||
"react": "^16"
|
||||
@ -24,7 +24,7 @@
|
||||
"build-plugin-component": "^0.2.10"
|
||||
},
|
||||
"publishConfig": {
|
||||
"registry": "https://registry.npm.alibaba-inc.com"
|
||||
"registry": "https://registry.antfin-inc.com"
|
||||
},
|
||||
"gitHead": "3bfd7df92985ec6c9d2ccb8ba95d7b0829fa2b1d"
|
||||
"gitHead": "19b2119b9f95f8a3da0851b3943774a770975991"
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ali/lowcode-vision-polyfill",
|
||||
"version": "1.0.71",
|
||||
"version": "1.0.72-beta.7",
|
||||
"description": "Vision Polyfill for Ali lowCode engine",
|
||||
"main": "lib/index.js",
|
||||
"private": true,
|
||||
@ -18,11 +18,11 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@ali/lowcode-designer": "1.0.71",
|
||||
"@ali/lowcode-editor-core": "1.0.71",
|
||||
"@ali/lowcode-editor-skeleton": "1.0.71",
|
||||
"@ali/lowcode-types": "1.0.71",
|
||||
"@ali/lowcode-utils": "1.0.71",
|
||||
"@ali/lowcode-designer": "1.0.72-beta.7",
|
||||
"@ali/lowcode-editor-core": "1.0.72-beta.7",
|
||||
"@ali/lowcode-editor-skeleton": "1.0.72-beta.7",
|
||||
"@ali/lowcode-types": "1.0.72-beta.7",
|
||||
"@ali/lowcode-utils": "1.0.72-beta.7",
|
||||
"@alifd/next": "^1.19.12",
|
||||
"@alifd/theme-lowcode-dark": "^0.2.0",
|
||||
"@alifd/theme-lowcode-light": "^0.2.0",
|
||||
@ -43,7 +43,7 @@
|
||||
"tsconfig-paths-webpack-plugin": "^3.2.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"registry": "https://registry.npm.alibaba-inc.com"
|
||||
"registry": "https://registry.antfin-inc.com"
|
||||
},
|
||||
"gitHead": "3bfd7df92985ec6c9d2ccb8ba95d7b0829fa2b1d"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user