react-notify-sdk 1.0.65 → 1.0.66

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.
@@ -126,8 +126,8 @@ export const FeatureMessageProvider = ({ projectKey, }) => {
126
126
  },
127
127
  body: JSON.stringify({
128
128
  projectKey,
129
- pathname: pathname,
130
- origin: origin,
129
+ pathname,
130
+ origin,
131
131
  version: versionRef.current, // 🔥 Send current version
132
132
  }),
133
133
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-notify-sdk",
3
- "version": "1.0.65",
3
+ "version": "1.0.66",
4
4
  "description": "SDK for displaying real-time route-specific messages in React apps",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",