@yh-ui/hooks 1.0.43 → 1.0.45
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/dayjs.cjs +4 -5
- package/dist/dayjs.mjs +1 -1
- package/package.json +3 -3
package/dist/dayjs.cjs
CHANGED
|
@@ -4,10 +4,9 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
|
|
7
|
-
var
|
|
8
|
-
function
|
|
9
|
-
|
|
10
|
-
const dayjs = typeof dayjsObject === "function" ? dayjsObject :
|
|
7
|
+
var _dayjs = _interopRequireDefault(require("dayjs"));
|
|
8
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
9
|
+
const dayjs = typeof _dayjs.default === "function" ? _dayjs.default :
|
|
11
10
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
12
|
-
|
|
11
|
+
_dayjs.default.default || _dayjs.default;
|
|
13
12
|
module.exports = dayjs;
|
package/dist/dayjs.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yh-ui/hooks",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.45",
|
|
4
4
|
"description": "YH-UI composition hooks",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"lint": "eslint ."
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@yh-ui/locale": "^1.0.
|
|
36
|
-
"@yh-ui/utils": "^1.0.
|
|
35
|
+
"@yh-ui/locale": "^1.0.45",
|
|
36
|
+
"@yh-ui/utils": "^1.0.45",
|
|
37
37
|
"dayjs": "^1.11.19"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|