@hzab/data-model 2.0.3-alpha.0 → 2.0.3-alpha.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,6 +1,11 @@
1
+ # @hzab/data-model@2.1.0
2
+
3
+ refactor: lodash 改为 lodash-es
4
+ feat: RequestCache 接口缓存工具类
5
+
1
6
  # @hzab/data-model@2.0.2
2
7
 
3
- fix: getList _data.content total == 0 情况处理
8
+ fix: getList \_data.content total == 0 情况处理
4
9
 
5
10
  # @hzab/data-model@2.0.1
6
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hzab/data-model",
3
- "version": "2.0.3-alpha.0",
3
+ "version": "2.0.3-alpha.1",
4
4
  "description": "data model",
5
5
  "main": "src",
6
6
  "scripts": {
@@ -34,6 +34,7 @@
34
34
  "eslint": "^8.30.0",
35
35
  "js-cookie": "^3.0.5",
36
36
  "less": "^4.1.3",
37
+ "lodash-es": "^4.18.1",
37
38
  "mobx": "^6.7.0",
38
39
  "mobx-react": "^7.6.0",
39
40
  "react": "^17.0.2",
@@ -48,8 +49,6 @@
48
49
  },
49
50
  "dependencies": {
50
51
  "dayjs": "^1.11.7",
51
- "axios": ">=1.6.2",
52
- "js-cookie": ">=3.0.5",
53
52
  "nanoid": "^3.3.7"
54
53
  },
55
54
  "directories": {