agenticaichat 1.0.0 → 1.0.1

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 +2 -2
  2. package/package.json +6 -2
package/README.md CHANGED
@@ -63,8 +63,8 @@ MIT License
63
63
 
64
64
  ## 🙋‍♂️ Support
65
65
 
66
- - GitHub: [Issues](https://github.com/yourusername/agenticaichat/issues)
67
- - Email: your.email@example.com
66
+ - GitHub: [Issues](https://github.com/Bhaviraj2004/agenticaichat/issues)
67
+ - Email: bhaviraj001@gmail.com
68
68
 
69
69
  ---
70
70
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agenticaichat",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "AI-powered chatbot for business analytics with natural language database queries",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -50,10 +50,14 @@
50
50
  ],
51
51
  "author": "Bhaviraj",
52
52
  "license": "MIT",
53
- "repository": {
53
+ "repository": {
54
54
  "type": "git",
55
55
  "url": "https://github.com/Bhaviraj2004/agenticaichat.git"
56
56
  },
57
+ "bugs": {
58
+ "url": "https://github.com/Bhaviraj2004/agenticaichat/issues"
59
+ },
60
+ "homepage": "https://github.com/Bhaviraj2004/agenticaichat#readme",
57
61
  "dependencies": {
58
62
  "axios": "^1.13.2",
59
63
  "dotenv": "^17.2.3",