react-toast-msg 2.2.0 → 2.2.6

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 +0 -14
  2. package/package.json +3 -4
package/README.md CHANGED
@@ -6,21 +6,8 @@ A lightweight and customizable React toast notification library.
6
6
  ![License](https://img.shields.io/npm/l/react-toast-msg)
7
7
  ![Downloads](https://img.shields.io/npm/dt/react-toast-msg)
8
8
 
9
- ---
10
-
11
9
  ![React Toast MSG](https://github.com/user-attachments/assets/c91fd623-a733-4634-88b7-2bb0f30366ff 'React Toast MSG')
12
10
 
13
- ## Features
14
-
15
- | Feature | Description |
16
- | ---------------------- | -------------------------------------------- |
17
- | Lightweight and fast | Minimal dependency and highly performant |
18
- | Zero configuration | Works instantly with default settings |
19
- | Custom auto-close time | Set duration per toast dynamically |
20
- | Multiple toast types | success, error, warning, default |
21
- | React 18+ support | Fully compatible with React 18 and above |
22
- | Easy styling | Customize with simple CSS or utility classes |
23
-
24
11
  ---
25
12
 
26
13
  ## Installation
@@ -28,7 +15,6 @@ A lightweight and customizable React toast notification library.
28
15
  ```bash
29
16
  npm i react-toast-msg
30
17
  ```
31
-
32
18
  ---
33
19
 
34
20
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-toast-msg",
3
- "version": "2.2.0",
3
+ "version": "2.2.6",
4
4
  "description": "A lightweight, customizable React toast notification library with zero-config and fast setup.",
5
5
  "files": [
6
6
  "dist"
@@ -41,7 +41,7 @@
41
41
  "bugs": {
42
42
  "url": "https://github.com/sudhucodes/react-toast-msg/issues"
43
43
  },
44
- "homepage": "https://github.com/sudhucodes/react-toast-msg",
44
+ "homepage": "https://rtm.sudhucodes.com",
45
45
  "peerDependencies": {
46
46
  "react": "^18 || ^19",
47
47
  "react-dom": "^18 || ^19"
@@ -52,7 +52,6 @@
52
52
  "@vitejs/plugin-react": "^4.3.4",
53
53
  "prettier": "^3.6.2",
54
54
  "tsup": "^8.5.0",
55
- "typescript": "^5.9.3",
56
- "vite": "^6.0.3"
55
+ "typescript": "^5.9.3"
57
56
  }
58
57
  }