@next-core/brick-container 2.94.3 → 2.94.5
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.
- package/dist/{dll.e803437b.js → dll.be08f567.js} +2 -2
- package/dist/{dll.e803437b.js.map → dll.be08f567.js.map} +1 -1
- package/dist/index.html +1 -1
- package/dist/{main.f8c4c77648d7d21410db.css → main.6f81ada2fb759a92611a.css} +1 -1
- package/dist/main.6f81ada2fb759a92611a.css.map +1 -0
- package/dist/{main.e5a986efcc5fb16c3722.js → main.ba69b6e6e6307b1dde5f.js} +2 -2
- package/dist/{main.e5a986efcc5fb16c3722.js.map → main.ba69b6e6e6307b1dde5f.js.map} +1 -1
- package/dist/{preview.cc41c022ffed4f3fc8c5.css → preview.79c60022fb7aa31acff7.css} +1 -1
- package/dist/preview.79c60022fb7aa31acff7.css.map +1 -0
- package/dist/preview.html +1 -1
- package/package.json +6 -6
- package/tools/package-union/link_union_app_static_file.py +2 -2
- package/dist/main.f8c4c77648d7d21410db.css.map +0 -1
- package/dist/preview.cc41c022ffed4f3fc8c5.css.map +0 -1
package/dist/preview.html
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<!doctype html><html lang="zh-CN" data-theme="light" data-mode="default"><head><meta charset="utf-8"/><base href="<!--# echo var='base_href' default='/' -->"/><script>window.DEVELOPER_PREVIEW = true;</script><link href="preview.
|
|
1
|
+
<!doctype html><html lang="zh-CN" data-theme="light" data-mode="default"><head><meta charset="utf-8"/><base href="<!--# echo var='base_href' default='/' -->"/><script>window.DEVELOPER_PREVIEW = true;</script><link href="preview.79c60022fb7aa31acff7.css" rel="stylesheet"></head><body><div id="preview-root"><div id="main-mount-point"></div><div id="bg-mount-point" style="display: none"></div><div id="portal-mount-point"></div></div><script src="dll.be08f567.js"></script><script src="polyfill.5f60d909121d6c84d42d.js"></script><script src="preview.e567ac2e3de7bb4a6d0a.js"></script></body></html>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next-core/brick-container",
|
|
3
|
-
"version": "2.94.
|
|
3
|
+
"version": "2.94.5",
|
|
4
4
|
"description": "Brick Container Server",
|
|
5
5
|
"homepage": "https://github.com/easyops-cn/next-core/tree/master/packages/brick-container",
|
|
6
6
|
"license": "GPL-3.0",
|
|
@@ -41,18 +41,18 @@
|
|
|
41
41
|
"ws": "^8.11.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@next-core/brick-dll": "^2.46.
|
|
44
|
+
"@next-core/brick-dll": "^2.46.15",
|
|
45
45
|
"@next-core/brick-icons": "^2.33.33",
|
|
46
46
|
"@next-core/custom-antd-styles": "^1.26.2",
|
|
47
47
|
"@next-core/illustrations": "^0.11.27",
|
|
48
48
|
"@next-core/less-plugin-css-variables": "^0.2.8",
|
|
49
49
|
"@next-core/theme": "^1.4.8",
|
|
50
50
|
"@next-core/webpack-config-factory": "^2.23.0",
|
|
51
|
-
"@next-dll/ace": "^2.0.
|
|
51
|
+
"@next-dll/ace": "^2.0.738",
|
|
52
52
|
"@next-dll/d3": "^2.0.80",
|
|
53
53
|
"@next-dll/echarts": "^2.0.81",
|
|
54
|
-
"@next-dll/editor-bricks-helper": "^0.38.
|
|
55
|
-
"@next-dll/react-dnd": "^0.1.
|
|
54
|
+
"@next-dll/editor-bricks-helper": "^0.38.83",
|
|
55
|
+
"@next-dll/react-dnd": "^0.1.676",
|
|
56
56
|
"babel-loader": "^8.3.0",
|
|
57
57
|
"clean-webpack-plugin": "^4.0.0",
|
|
58
58
|
"copy-webpack-plugin": "^6.4.1",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"webpack-dev-server": "^4.11.1",
|
|
74
74
|
"webpack-merge": "^5.8.0"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "4130cfa56ebb8b0938cc37f878ce2e9ed29dd4f9"
|
|
77
77
|
}
|
|
@@ -155,8 +155,8 @@ def link_install_app_static_file(install_app_path):
|
|
|
155
155
|
# 读取union-apps.json文件
|
|
156
156
|
union_apps = read_union_apps_file(install_app_path)
|
|
157
157
|
for app in union_apps:
|
|
158
|
-
app_id = app["app_id"]
|
|
159
|
-
version = app["version"]
|
|
158
|
+
app_id = app["app_id"].encode("utf-8")
|
|
159
|
+
version = app["version"].encode("utf-8")
|
|
160
160
|
if app["use_brick_next_v3"]:
|
|
161
161
|
subdir_snippet = "v3"
|
|
162
162
|
else:
|