@zgfe/modules-page 1.0.1-alpha.11 → 1.0.1-alpha.12

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.
@@ -134,7 +134,7 @@ var ModulesPage = function ModulesPage(props) {
134
134
  var param = _objectSpread({
135
135
  appId: currentApp === null || currentApp === void 0 ? void 0 : currentApp.appId,
136
136
  platform: 3,
137
- modules: 'page'
137
+ module: 'page'
138
138
  }, searchValue);
139
139
  getPageResult(param, setResult, setLoading);
140
140
  }, 500));
@@ -91,7 +91,7 @@ export var onDownload = function onDownload(params, currentApp) {
91
91
  data: _objectSpread(_objectSpread({
92
92
  appId: currentApp.appId,
93
93
  platform: 3,
94
- modules: 'page'
94
+ module: 'page'
95
95
  }, params), {}, {
96
96
  down: {
97
97
  fname: base64.encode(title),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-page",
3
- "version": "1.0.1-alpha.11",
3
+ "version": "1.0.1-alpha.12",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",
@@ -50,5 +50,5 @@
50
50
  "prettier": "^2.2.1",
51
51
  "yorkie": "^2.0.0"
52
52
  },
53
- "gitHead": "cbcc8106b272e3b033d7b63e9ad5f699f7ff7d7f"
53
+ "gitHead": "d9629e7c440a7b5ff943620315035a41ce043b38"
54
54
  }