react-notify-sdk 1.0.0 → 1.0.2

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 +9 -0
  2. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,9 @@
1
+ # 🔔 Feature Message SDK
2
+
3
+ A plug-and-play React component that allows developers to show real-time, route-specific feature messages or alerts in their apps.
4
+
5
+ ## 🧩 Features
6
+ - 📡 Real-time delivery of messages to inform user about issues/errors
7
+ - 🛣️ Route-based targeting (e.g. show a message only on `/checkout`)
8
+ - 🧘 Simple drop-in React component
9
+ - 🔐 Fully managed — no backend config required by developer
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-notify-sdk",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {