@hzab/data-model 2.0.0 → 2.0.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # @hzab/data-model@2.0.1
2
+
3
+ feat: ReqMap 支持异步
4
+
1
5
  # @hzab/data-model@2.0.0
2
6
 
3
7
  break: axios 默认导出实例化后的 axios 实例,axios 源对象通过 axiosDef 导出
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hzab/data-model",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "data model",
5
5
  "main": "src",
6
6
  "scripts": {