@lambo-design/shared 1.0.0-beta.169 → 1.0.0-beta.170

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,4 +1,11 @@
1
1
  # Changelog
2
+ ## [1.0.0-beta.170](http://git.inspur.com/ecbh/lambo-design/lambo-design/-/compare/@lambo-design/shared@1.0.0-beta.169...@lambo-design/shared@1.0.0-beta.170) (2024-05-08)
3
+
4
+
5
+ ### ✨ Features | 新功能
6
+
7
+ * **@lambo-design/shared:** 修改moment引用写法 ([2d61d82](http://git.inspur.com/ecbh/lambo-design/lambo-design/-/commit/2d61d82a4cab800a77bbd930a16b4cdc3b5b0108))
8
+
2
9
  ## [1.0.0-beta.169](http://git.inspur.com/ecbh/lambo-design/lambo-design/-/compare/@lambo-design/shared@1.0.0-beta.168...@lambo-design/shared@1.0.0-beta.169) (2024-05-08)
3
10
 
4
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lambo-design/shared",
3
- "version": "1.0.0-beta.169",
3
+ "version": "1.0.0-beta.170",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "author": "lambo",
package/utils/date.js CHANGED
@@ -3,7 +3,7 @@ import config from '../config/config'
3
3
  * 时间工具类
4
4
  * 本项目已集成 moment.js (http://momentjs.cn/),推荐使用 moment.js
5
5
  */
6
- import * as moment from "moment";
6
+ import * as moment from "moment/dist/moment";
7
7
 
8
8
  /**
9
9
  * 时间戳转数字时间 2023-01-03 15:48:45