@thzero/library_client_svelte 0.18.2 → 0.18.4
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/boot/basei18n.js +1 -1
- package/package.json +4 -4
package/boot/basei18n.js
CHANGED
|
@@ -16,7 +16,7 @@ class Sveltei18nBaseBoot extends i18nBaseBoot {
|
|
|
16
16
|
initialLocale: getLocaleFromNavigator()
|
|
17
17
|
});
|
|
18
18
|
// LibraryClientUtility.$trans = { t: unwrapFunctionStore(format) };
|
|
19
|
-
LibraryClientUtility.$trans = { t: format };
|
|
19
|
+
LibraryClientUtility.$trans = { f: format, t: unwrapFunctionStore(format) };
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
_initMessages(register) {
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thzero/library_client_svelte",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.4",
|
|
4
4
|
"version_major": 0,
|
|
5
5
|
"version_minor": 18,
|
|
6
|
-
"version_patch":
|
|
7
|
-
"version_date": "
|
|
6
|
+
"version_patch": 4,
|
|
7
|
+
"version_date": "10/31/2024",
|
|
8
8
|
"description": "An opinionated library of common functionality to bootstrap a Svelte based SPA application.",
|
|
9
9
|
"author": "thZero",
|
|
10
10
|
"license": "MIT",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@thzero/library_client": "^0.18",
|
|
25
25
|
"@thzero/library_common": "^0.18",
|
|
26
26
|
"mitt": "^3.0.1",
|
|
27
|
-
"svelte-i18n": "^4.0.
|
|
27
|
+
"svelte-i18n": "^4.0.1",
|
|
28
28
|
"svelte-spa-router": "^4.0.1"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|