@gringow/gringow-react 0.2.1 → 0.2.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 +5 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -336,10 +336,13 @@ pnpm run watch
|
|
|
336
336
|
|
|
337
337
|
## Related Packages
|
|
338
338
|
|
|
339
|
+
Gringow provides a complete ecosystem for AI-powered translation:
|
|
340
|
+
|
|
339
341
|
- **[@gringow/gringow](https://www.npmjs.com/package/@gringow/gringow)** - Core translation library
|
|
340
|
-
- **[@gringow/gringow-shadow](https://www.npmjs.com/package/@gringow/gringow-shadow)** - Web Component layer (this package depends on it)
|
|
341
342
|
- **[@gringow/gringow-vite](https://www.npmjs.com/package/@gringow/gringow-vite)** - Vite plugin for build-time extraction
|
|
342
|
-
- **[@gringow/gringow-
|
|
343
|
+
- **[@gringow/gringow-react](https://www.npmjs.com/package/@gringow/gringow-react)** - React hooks and components
|
|
344
|
+
- **[@gringow/gringow-shadow](https://www.npmjs.com/package/@gringow/gringow-shadow)** - Web Component layer
|
|
345
|
+
- **[@gringow/gringow-cli](https://www.npmjs.com/package/@gringow/gringow-cli)** - CLI tool
|
|
343
346
|
- **[@gringow/gringow-nextjs](https://www.npmjs.com/package/@gringow/gringow-nextjs)** - Next.js plugin (experimental)
|
|
344
347
|
|
|
345
348
|
## Resources
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gringow/gringow-react",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "React bindings for Gringow AI-powered translation tool",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"@types/react": "^19.2.7",
|
|
36
36
|
"react": "19.1.0",
|
|
37
37
|
"react-dom": "19.1.0",
|
|
38
|
-
"@gringow/gringow": "0.2.
|
|
39
|
-
"@gringow/gringow-shadow": "0.2.
|
|
38
|
+
"@gringow/gringow": "0.2.2",
|
|
39
|
+
"@gringow/gringow-shadow": "0.2.2"
|
|
40
40
|
},
|
|
41
41
|
"scripts": {
|
|
42
42
|
"build": "rm -rf ./dist/* ./tsconfig.tsbuildinfo && tsup",
|