@jitsu/protocols 1.9.18-canary.1288.20250415203911 → 1.10.0

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 +2 -1
  2. package/package.json +1 -1
package/analytics.d.ts CHANGED
@@ -156,6 +156,7 @@ export type Integrations = {
156
156
  export type Options = {
157
157
  integrations?: Integrations;
158
158
  userId?: ID;
159
+ groupId?: ID;
159
160
  anonymousId?: ID;
160
161
  timestamp?: Date | string;
161
162
  context?: AnalyticsContext;
@@ -203,7 +204,7 @@ interface AnalyticsContext {
203
204
 
204
205
  locale?: string;
205
206
 
206
- xlibrary?: {
207
+ library?: {
207
208
  name: string;
208
209
  version: string;
209
210
  //allow to add custom fields
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jitsu/protocols",
3
- "version": "1.9.18-canary.1288.20250415203911",
3
+ "version": "1.10.0",
4
4
  "description": "",
5
5
  "author": "Jitsu Dev Team <dev@jitsu.com>",
6
6
  "publishConfig": {