@jitsu/protocols 1.9.18-canary.1288.20250415193648 → 1.9.18-canary.1288.20250415195029

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/analytics.d.ts +1 -0
  2. package/package.json +1 -1
package/analytics.d.ts CHANGED
@@ -317,6 +317,7 @@ export type RuntimeFacade = {
317
317
  getCookies(): Record<string, string>;
318
318
 
319
319
  timezoneOffset(): number | undefined;
320
+ ip?(): string | undefined;
320
321
  screen():
321
322
  | {
322
323
  width: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jitsu/protocols",
3
- "version": "1.9.18-canary.1288.20250415193648",
3
+ "version": "1.9.18-canary.1288.20250415195029",
4
4
  "description": "",
5
5
  "author": "Jitsu Dev Team <dev@jitsu.com>",
6
6
  "publishConfig": {