@wzyjs/utils 0.2.63 → 0.2.66
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/dist/common/dayjs.d.ts +2 -0
- package/package.json +2 -2
package/dist/common/dayjs.d.ts
CHANGED
|
@@ -4,6 +4,7 @@ import updateLocale from 'dayjs/plugin/updateLocale';
|
|
|
4
4
|
import timezone from 'dayjs/plugin/timezone';
|
|
5
5
|
import isSameOrAfter from 'dayjs/plugin/isSameOrAfter';
|
|
6
6
|
import isSameOrBefore from 'dayjs/plugin/isSameOrBefore';
|
|
7
|
+
import utc from 'dayjs/plugin/utc';
|
|
7
8
|
import 'dayjs/locale/zh-cn';
|
|
8
9
|
export declare enum Timezone {
|
|
9
10
|
AsiaShanghai = "Asia/Shanghai",
|
|
@@ -20,6 +21,7 @@ declare const _default: typeof dayjs & {
|
|
|
20
21
|
isSameOrAfter: typeof isSameOrAfter;
|
|
21
22
|
isSameOrBefore: typeof isSameOrBefore;
|
|
22
23
|
tz: typeof timezone;
|
|
24
|
+
utc: typeof utc;
|
|
23
25
|
updateLocale: typeof updateLocale;
|
|
24
26
|
};
|
|
25
27
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wzyjs/utils",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.66",
|
|
4
4
|
"description": "description",
|
|
5
5
|
"author": "wzy",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"@types/nodemailer": "^6.4.7",
|
|
70
70
|
"@types/papaparse": "^5.3.15"
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "d2e9eb53d72c6314e721fb9624da0a3353d576ca"
|
|
73
73
|
}
|