@ubean/client 0.2.1 → 0.2.2
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/index.d.ts +2 -2
- package/package.json +7 -7
package/dist/index.d.ts
CHANGED
|
@@ -129,8 +129,8 @@ declare function extractLocaleFromPath(path: string): {
|
|
|
129
129
|
locale: string | null;
|
|
130
130
|
pathWithoutLocale: string;
|
|
131
131
|
};
|
|
132
|
-
declare function useSwitchLocalePath(): import("vue").ComputedRef<(newLocale: string) =>
|
|
133
|
-
declare function useLocalePath(): import("vue").ComputedRef<(path: string, locale?: string) =>
|
|
132
|
+
declare function useSwitchLocalePath(): import("vue").ComputedRef<(newLocale: string) => string>;
|
|
133
|
+
declare function useLocalePath(): import("vue").ComputedRef<(path: string, locale?: string) => string>;
|
|
134
134
|
//#endregion
|
|
135
135
|
//#region src/color-mode.d.ts
|
|
136
136
|
interface ColorModeConfig {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ubean/client",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "Framework client runtime for ubean — layered over the lean @ubean/vue kernel, adding app factories, unhead, i18n, data layer, islands hydration and SSR state helpers",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
"@unhead/vue": "^3.3.2",
|
|
32
32
|
"vue": "^3.5.41",
|
|
33
33
|
"vue-router": "^5.2.0",
|
|
34
|
-
"@ubean/
|
|
35
|
-
"@ubean/
|
|
36
|
-
"@ubean/pages": "0.2.
|
|
37
|
-
"@ubean/shared": "0.2.
|
|
38
|
-
"@ubean/vue": "0.2.
|
|
34
|
+
"@ubean/islands": "0.2.2",
|
|
35
|
+
"@ubean/i18n": "0.2.2",
|
|
36
|
+
"@ubean/pages": "0.2.2",
|
|
37
|
+
"@ubean/shared": "0.2.2",
|
|
38
|
+
"@ubean/vue": "0.2.2"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@types/node": "^26.2.0",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"vite-plus": "0.2.9"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
|
-
"@ubean/seo": "0.2.
|
|
46
|
+
"@ubean/seo": "0.2.2"
|
|
47
47
|
},
|
|
48
48
|
"peerDependenciesMeta": {
|
|
49
49
|
"@ubean/seo": {
|