@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/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.cc41c022ffed4f3fc8c5.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.e803437b.js"></script><script src="polyfill.5f60d909121d6c84d42d.js"></script><script src="preview.e567ac2e3de7bb4a6d0a.js"></script></body></html>
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",
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.14",
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.737",
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.82",
55
- "@next-dll/react-dnd": "^0.1.675",
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": "6049715cedc7e03ada8532aafe6d2389480d208f"
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: