@gringow/gringow-nextjs 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.
Files changed (2) hide show
  1. package/README.md +5 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -292,11 +292,14 @@ pnpm run watch
292
292
 
293
293
  ## Related Packages
294
294
 
295
+ Gringow provides a complete ecosystem for AI-powered translation:
296
+
295
297
  - **[@gringow/gringow](https://www.npmjs.com/package/@gringow/gringow)** - Core translation library
296
- - **[@gringow/gringow-react](https://www.npmjs.com/package/@gringow/gringow-react)** - React bindings
297
- - **[@gringow/gringow-vite](https://www.npmjs.com/package/@gringow/gringow-vite)** - Production-ready Vite plugin (recommended)
298
+ - **[@gringow/gringow-vite](https://www.npmjs.com/package/@gringow/gringow-vite)** - Vite plugin for build-time extraction
299
+ - **[@gringow/gringow-react](https://www.npmjs.com/package/@gringow/gringow-react)** - React hooks and components
298
300
  - **[@gringow/gringow-shadow](https://www.npmjs.com/package/@gringow/gringow-shadow)** - Web Component layer
299
301
  - **[@gringow/gringow-cli](https://www.npmjs.com/package/@gringow/gringow-cli)** - CLI tool
302
+ - **[@gringow/gringow-nextjs](https://www.npmjs.com/package/@gringow/gringow-nextjs)** - Next.js plugin (experimental)
300
303
 
301
304
  ## Resources
302
305
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gringow/gringow-nextjs",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "A Next.js plugin for Gringow AI-powered translation tool",
5
5
  "main": "dist/index.mjs",
6
6
  "module": "dist/index.mjs",
@@ -42,8 +42,8 @@
42
42
  "globby": "14.1.0",
43
43
  "react": "^19.2.0",
44
44
  "webpack": "^5.102.1",
45
- "@gringow/gringow": "0.2.1",
46
- "@gringow/gringow-react": "0.2.1"
45
+ "@gringow/gringow": "0.2.2",
46
+ "@gringow/gringow-react": "0.2.2"
47
47
  },
48
48
  "peerDependencies": {
49
49
  "next": ">=15.0.0"