@zgfe/modules-dm 1.0.39 → 1.0.40
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/es/components/demo.js
CHANGED
|
@@ -13,6 +13,7 @@ var DemoWrapper2 = function DemoWrapper2(props) {
|
|
|
13
13
|
1700559695: true,
|
|
14
14
|
100021: true
|
|
15
15
|
};
|
|
16
|
+
// <DemoWrapper needMeta defaultApp={501313} contextProps={{ authority }}>
|
|
16
17
|
return /*#__PURE__*/React.createElement(ConfigProvider, {
|
|
17
18
|
locale: zhCN
|
|
18
19
|
}, /*#__PURE__*/React.createElement("div", {
|
|
@@ -23,10 +24,7 @@ var DemoWrapper2 = function DemoWrapper2(props) {
|
|
|
23
24
|
}
|
|
24
25
|
}, /*#__PURE__*/React.createElement(DemoWrapper, {
|
|
25
26
|
needMeta: true,
|
|
26
|
-
defaultApp:
|
|
27
|
-
contextProps: {
|
|
28
|
-
authority: authority
|
|
29
|
-
}
|
|
27
|
+
defaultApp: 501313
|
|
30
28
|
}, props.children)));
|
|
31
29
|
};
|
|
32
30
|
export default DemoWrapper2;
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/modules-dm",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.40",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"module": "es/index.js",
|
|
6
6
|
"typings": "es/index.d.ts",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"umi-request": "^1.4.0",
|
|
52
52
|
"yorkie": "^2.0.0"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "e9aeac5ce5393c34aa00a511f693c6c840238582",
|
|
55
55
|
"gitHooks": {
|
|
56
56
|
"pre-commit": "lint-staged"
|
|
57
57
|
}
|