@zgfe/business-lib 1.1.0 → 1.1.1

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.
@@ -155,7 +155,8 @@ var DemoContent = function DemoContent(_ref3) {
155
155
  return /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement(BizGlobalDataContext.Provider, {
156
156
  value: {
157
157
  currentApp: {
158
- appId: currentApp
158
+ appId: currentApp,
159
+ platform: 0
159
160
  },
160
161
  eventGroupList: store === null || store === void 0 ? void 0 : store.eventGroupList,
161
162
  userPropList: store === null || store === void 0 ? void 0 : store.userPropList,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/business-lib",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",
@@ -60,5 +60,5 @@
60
60
  "react": "^16.12.0 || ^17.0.0",
61
61
  "yorkie": "^2.0.0"
62
62
  },
63
- "gitHead": "e22bc32b4be87eb1d3390d9861ddfda9e099f1ca"
63
+ "gitHead": "cb73892c85c9671f8db55cc9741081da61140ecf"
64
64
  }