svelte-intlayer 7.1.5 → 7.1.6
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.
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
* @returns Readable store with current locale and setter function
|
|
4
4
|
*/
|
|
5
5
|
export declare const useLocale: () => {
|
|
6
|
-
locale: import('svelte/store').Readable<import('intlayer').LocalesValues>;
|
|
7
|
-
setLocale: (locale: import('intlayer').LocalesValues) => void;
|
|
6
|
+
locale: import('svelte/store').Readable<import('@intlayer/types').LocalesValues>;
|
|
7
|
+
setLocale: (locale: import('@intlayer/types').LocalesValues) => void;
|
|
8
8
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "svelte-intlayer",
|
|
3
|
-
"version": "7.1.
|
|
3
|
+
"version": "7.1.6",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Easily internationalize i18n your Svelte applications with type-safe multilingual content management.",
|
|
6
6
|
"keywords": [
|
|
@@ -74,11 +74,11 @@
|
|
|
74
74
|
"typecheck": "tsc --noEmit --project tsconfig.types.json"
|
|
75
75
|
},
|
|
76
76
|
"dependencies": {
|
|
77
|
-
"@intlayer/api": "7.1.
|
|
78
|
-
"@intlayer/config": "7.1.
|
|
79
|
-
"@intlayer/core": "7.1.
|
|
80
|
-
"@intlayer/editor": "7.1.
|
|
81
|
-
"@intlayer/types": "7.1.
|
|
77
|
+
"@intlayer/api": "7.1.6",
|
|
78
|
+
"@intlayer/config": "7.1.6",
|
|
79
|
+
"@intlayer/core": "7.1.6",
|
|
80
|
+
"@intlayer/editor": "7.1.6",
|
|
81
|
+
"@intlayer/types": "7.1.6"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
84
|
"@sveltejs/vite-plugin-svelte": "6.1.4",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"rimraf": "6.1.0",
|
|
90
90
|
"tsdown": "0.16.5",
|
|
91
91
|
"typescript": "5.9.3",
|
|
92
|
-
"vite": "7.2.
|
|
92
|
+
"vite": "7.2.2",
|
|
93
93
|
"vite-plugin-dts": "4.5.4",
|
|
94
94
|
"vitest": "4.0.8"
|
|
95
95
|
},
|