@zgfe/modules-dm 1.0.16-alpha.1 → 1.0.16

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.
@@ -2,7 +2,5 @@ import React from 'react';
2
2
  import { DataManage } from '@zgfe/modules-dm';
3
3
  import DemoWrapper from '../../../components/demo';
4
4
  export default (function () {
5
- return /*#__PURE__*/React.createElement(DemoWrapper, null, /*#__PURE__*/React.createElement(DataManage, {
6
- showPlan: 'true'
7
- }));
5
+ return /*#__PURE__*/React.createElement(DemoWrapper, null, /*#__PURE__*/React.createElement(DataManage, null));
8
6
  });
@@ -28,7 +28,6 @@ var DataManage = function DataManage(props) {
28
28
  type: ActionType.SET_GLOBAL,
29
29
  payload: updateEventMetas
30
30
  });
31
- console.log(showPlan, 'showPlan');
32
31
  }, []);
33
32
  var _useState = useState('0'),
34
33
  _useState2 = _slicedToArray(_useState, 2),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-dm",
3
- "version": "1.0.16-alpha.1",
3
+ "version": "1.0.16",
4
4
  "license": "ISC",
5
5
  "module": "es/index.js",
6
6
  "typings": "es/index.d.ts",
@@ -49,7 +49,7 @@
49
49
  "umi-request": "^1.4.0",
50
50
  "yorkie": "^2.0.0"
51
51
  },
52
- "gitHead": "eec47ce38e989dc16a8ee44673d918efe05edde7",
52
+ "gitHead": "1f4ab101effd7493a9d004f217fee37b0feaf080",
53
53
  "gitHooks": {
54
54
  "pre-commit": "lint-staged"
55
55
  }