@hua-labs/i18n-core-zustand 1.1.0-alpha.0.1 → 1.1.0-alpha.1
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/README.md +14 -1
- package/package.json +7 -3
package/README.md
CHANGED
|
@@ -1,6 +1,19 @@
|
|
|
1
1
|
# @hua-labs/i18n-core-zustand
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Zustand adapter for @hua-labs/i18n-core with type-safe state integration.
|
|
4
|
+
Zustand 상태 관리와 i18n-core를 타입 안전하게 통합하는 어댑터입니다.
|
|
5
|
+
|
|
6
|
+
[](https://www.npmjs.com/package/@hua-labs/i18n-core-zustand)
|
|
7
|
+
[](https://github.com/HUA-Labs/HUA-Labs-public/blob/main/LICENSE)
|
|
8
|
+
|
|
9
|
+
> **⚠️ Alpha Release**: This package is currently in alpha. APIs may change before the stable release.
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
## English
|
|
14
|
+
|
|
15
|
+
### Overview
|
|
16
|
+
Type-safe adapter for integrating Zustand state management with @hua-labs/i18n-core. Provides seamless language state synchronization across your application.
|
|
4
17
|
|
|
5
18
|
## Installation
|
|
6
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hua-labs/i18n-core-zustand",
|
|
3
|
-
"version": "1.1.0-alpha.
|
|
3
|
+
"version": "1.1.0-alpha.1",
|
|
4
4
|
"description": "Zustand adapter for @hua-labs/i18n-core - Type-safe state management integration",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
},
|
|
18
18
|
"sideEffects": false,
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@hua-labs/i18n-core": "1.1.0-alpha.
|
|
20
|
+
"@hua-labs/i18n-core": "1.1.0-alpha.1"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"zustand": "^4.0.0",
|
|
@@ -30,11 +30,15 @@
|
|
|
30
30
|
"zustand": "^4.0.0"
|
|
31
31
|
},
|
|
32
32
|
"keywords": [
|
|
33
|
+
"hua-labs",
|
|
33
34
|
"i18n",
|
|
34
35
|
"internationalization",
|
|
35
36
|
"zustand",
|
|
36
37
|
"state-management",
|
|
37
|
-
"adapter"
|
|
38
|
+
"adapter",
|
|
39
|
+
"react",
|
|
40
|
+
"typescript",
|
|
41
|
+
"ssr"
|
|
38
42
|
],
|
|
39
43
|
"author": "HUA Labs",
|
|
40
44
|
"license": "MIT",
|