@datalyr/react-native 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.
@@ -152,7 +152,8 @@ export class HttpClient {
152
152
  },
153
153
  context: {
154
154
  library: '@datalyr/react-native',
155
- version: '1.0.2',
155
+ version: '1.0.5',
156
+ source: 'mobile_app', // Explicitly set source for mobile
156
157
  userProperties: payload.userProperties,
157
158
  },
158
159
  timestamp: payload.timestamp,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datalyr/react-native",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Datalyr SDK for React Native & Expo - Server-side attribution tracking",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -197,7 +197,8 @@ export class HttpClient {
197
197
  },
198
198
  context: {
199
199
  library: '@datalyr/react-native',
200
- version: '1.0.2',
200
+ version: '1.0.5',
201
+ source: 'mobile_app', // Explicitly set source for mobile
201
202
  userProperties: payload.userProperties,
202
203
  },
203
204
  timestamp: payload.timestamp,