@hoardodile/sdk-react 0.1.0 → 0.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 +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ pnpm add @hoardodile/sdk-react
|
|
|
22
22
|
flush on `pagehide`/unmount
|
|
23
23
|
- **`createPluginTranslation(bundles)`** — `useTranslation()` backed by
|
|
24
24
|
the shared `@hoardodile/i18n` catalogs and the host's language pushes;
|
|
25
|
-
`@hoardodile/ui` chrome is localized for free in every supported host
|
|
25
|
+
[`@hoardodile/ui`](https://www.npmjs.com/package/@hoardodile/ui) chrome is localized for free in every supported host
|
|
26
26
|
language. Want full control over the i18n stack (namespaces, plurals,
|
|
27
27
|
`Trans`, custom format, lazy backends)? Assemble your own
|
|
28
28
|
react-i18next instance instead — the only hoardodile piece is the
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hoardodile/sdk-react",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "React bindings for hoardodile content plugins.",
|
|
6
6
|
"keywords": [
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"i18next": "^26.4.0",
|
|
38
38
|
"react-i18next": "^17.0.12",
|
|
39
|
-
"@hoardodile/
|
|
40
|
-
"@hoardodile/
|
|
41
|
-
"@hoardodile/sdk-web": "0.1.
|
|
39
|
+
"@hoardodile/i18n": "0.1.2",
|
|
40
|
+
"@hoardodile/sdk-types": "0.1.2",
|
|
41
|
+
"@hoardodile/sdk-web": "0.1.2"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"react": "^19.2.8",
|