react-aichatbot-widget 1.0.4 → 1.0.5

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 (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +2 -2
  3. package/package.json +1 -1
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 Prashanta Pandit
3
+ *** Copyright (c) 2025 Prashanta Pandit ***
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -9,7 +9,7 @@ A React chatbot widget using **React**, **TailwindCSS**, **Axios**, and **Lucide
9
9
  ### Step 1: Install the Widget
10
10
 
11
11
  ```bash
12
- npm install react-ai-chatbot-widget
12
+ npm install react-aichatbot-widget
13
13
  ```
14
14
 
15
15
  > `axios` is included with the widget and does not need to be installed separately.
@@ -37,7 +37,7 @@ npm install react react-dom tailwindcss lucide-react
37
37
 
38
38
  ```jsx
39
39
  import React from "react";
40
- import ChatBotWidget from "react-ai-chatbot-widget";
40
+ import ChatBotWidget from "reactai-chatbot-widget";
41
41
 
42
42
  function App() {
43
43
  return (
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-aichatbot-widget",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "A React ChatBot Widget",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",