@jitsu/protocols 1.10.1-canary.1321.20250430101335 → 1.10.2-canary.1379.20250714121304

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 +4 -0
  2. package/package.json +1 -1
package/analytics.d.ts CHANGED
@@ -474,6 +474,10 @@ export interface AnalyticsInterface {
474
474
 
475
475
  setAnonymousId(id: string | undefined): void;
476
476
 
477
+ setContextProperty(name: string, value: JSONValue): void;
478
+
479
+ getContextProperty(name: string): JSONValue;
480
+
477
481
  configure(options: DynamicJitsuOptions): void;
478
482
 
479
483
  // alias(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jitsu/protocols",
3
- "version": "1.10.1-canary.1321.20250430101335",
3
+ "version": "1.10.2-canary.1379.20250714121304",
4
4
  "description": "",
5
5
  "author": "Jitsu Dev Team <dev@jitsu.com>",
6
6
  "publishConfig": {