sheet-i18n 1.1.0 → 1.1.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/README.md +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -26,8 +26,8 @@ It serves as a bridge between your translation data and your application, offeri
|
|
|
26
26
|
|
|
27
27
|
The `sheet-i18n` ecosystem is divided into two main packages:
|
|
28
28
|
|
|
29
|
-
-
|
|
30
|
-
-
|
|
29
|
+
- `sheet-i18n/exporter`
|
|
30
|
+
- `sheet-i18n/react`
|
|
31
31
|
|
|
32
32
|
---
|
|
33
33
|
|
|
@@ -149,7 +149,7 @@ The exported translations will be saved in a format that is easy to use for loca
|
|
|
149
149
|
---
|
|
150
150
|
|
|
151
151
|
<details open>
|
|
152
|
-
<summary
|
|
152
|
+
<summary>⚛️ Frontend Translation Provider - sheet-i18n/react</summary>
|
|
153
153
|
|
|
154
154
|
#### `sheet-i18n/react`
|
|
155
155
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sheet-i18n",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"module": "./dist/index.mjs",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"license": "ISC",
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@sheet-i18n/exporter": "1.1.0",
|
|
36
|
-
"@sheet-i18n/react": "0.2.
|
|
36
|
+
"@sheet-i18n/react": "0.2.1"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"tsup": "^6.0.0",
|