react-groq-chat 1.0.1 → 1.0.3

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 +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -104,7 +104,7 @@ ISC License - see [LICENSE](LICENSE) file for details.
104
104
 
105
105
  For issues and questions:
106
106
  - Open an issue on GitHub
107
- - Check the [documentation](https://github.com/your-username/react-groq-chat)
107
+ - Check the [documentation](https://github.com/Ahmed-Mamdoh/react-groq-chat)
108
108
 
109
109
  ---
110
110
 
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "react-groq-chat",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "A modern, customizable React component for integrating a chatbot with the Groq API",
5
5
  "main": "dist/index.js",
6
- "module": "dist/index.mjs",
6
+ "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "files": [
9
9
  "dist",
@@ -14,8 +14,8 @@
14
14
  "exports": {
15
15
  ".": {
16
16
  "types": "./dist/index.d.ts",
17
- "import": "./dist/index.mjs",
18
- "require": "./dist/index.js"
17
+ "import": "./dist/index.js",
18
+ "require": "./dist/index.cjs"
19
19
  }
20
20
  },
21
21
  "scripts": {