toastify-pro 1.6.0 → 1.7.0

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "toastify-pro",
3
- "version": "1.6.0",
4
- "description": "A lightweight customizable toast notification library with interactive confirmation dialogs, center positioning, and perfect callback handling. SweetAlert alternative.",
3
+ "version": "1.7.0",
4
+ "description": "A lightweight customizable toast notification library with interactive confirmation dialogs, input prompts, center positioning, and perfect callback handling. SweetAlert alternative.",
5
5
  "main": "dist/toastify-pro.umd.js",
6
6
  "module": "dist/toastify-pro.esm.js",
7
7
  "files": [
@@ -75,5 +75,8 @@
75
75
  },
76
76
  "directories": {
77
77
  "example": "examples"
78
+ },
79
+ "overrides": {
80
+ "@jridgewell/sourcemap-codec": "1.5.0"
78
81
  }
79
82
  }