@zgfe/modules-interval 1.0.3-alpha.28 → 1.0.3-alpha.29

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.
@@ -112,7 +112,7 @@ var ModuleInterval = function ModuleInterval(props) {
112
112
  name: title,
113
113
  params: _objectSpread({
114
114
  app_id: currentApp === null || currentApp === void 0 ? void 0 : currentApp.appId,
115
- module: 'event'
115
+ module: 'interval'
116
116
  }, searchData)
117
117
  }
118
118
  } : undefined,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zgfe/modules-interval",
3
- "version": "1.0.3-alpha.28",
3
+ "version": "1.0.3-alpha.29",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",
@@ -62,5 +62,5 @@
62
62
  "umi-request": "^1.4.0",
63
63
  "yorkie": "^2.0.0"
64
64
  },
65
- "gitHead": "b52e4b25c2c8bbb88e7f94f6504aa68d95dc2aab"
65
+ "gitHead": "0895cd474aa212778fc258c9b0ca970887376be7"
66
66
  }