@yh-ui/hooks 1.0.30 → 1.0.36
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.
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import dayjs from "../dayjs.mjs";
|
|
2
|
-
const dayjsLocales = import.meta.glob(
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
);
|
|
2
|
+
const dayjsLocales = import.meta.glob(["../../../../node_modules/dayjs/locale/*.js"], {
|
|
3
|
+
eager: false
|
|
4
|
+
});
|
|
6
5
|
const loadedLocales = /* @__PURE__ */ new Set(["en"]);
|
|
7
6
|
const localeMapping = {
|
|
8
7
|
"zh-cn": "zh-cn",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yh-ui/hooks",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.36",
|
|
4
4
|
"description": "YH-UI composition hooks",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -32,16 +32,16 @@
|
|
|
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.36",
|
|
36
|
+
"@yh-ui/utils": "^1.0.36",
|
|
37
37
|
"dayjs": "^1.11.19"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"vue": "^3.5.
|
|
40
|
+
"vue": "^3.5.35",
|
|
41
41
|
"vue-tsc": "^2.2.0"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
|
-
"vue": "^3.5.
|
|
44
|
+
"vue": "^3.5.35"
|
|
45
45
|
},
|
|
46
46
|
"publishConfig": {
|
|
47
47
|
"access": "public"
|