@jitsu/protocols 1.7.1 → 1.7.2

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 -0
  2. package/package.json +1 -1
package/analytics.d.ts CHANGED
@@ -199,6 +199,8 @@ export interface AnalyticsInterface {
199
199
 
200
200
  user(): any;
201
201
 
202
+ setAnonymousId(id: string): void;
203
+
202
204
  // alias(
203
205
  // to: string | number,
204
206
  // from?: string | number | Options,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jitsu/protocols",
3
- "version": "1.7.1",
3
+ "version": "1.7.2",
4
4
  "description": "",
5
5
  "author": "Jitsu Dev Team <dev@jitsu.com>",
6
6
  "publishConfig": {