@jitsu/protocols 1.10.2 → 1.10.4

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
@@ -480,6 +480,8 @@ export interface AnalyticsInterface {
480
480
 
481
481
  configure(options: DynamicJitsuOptions): void;
482
482
 
483
+ getConfiguration(): JitsuOptions;
484
+
483
485
  // alias(
484
486
  // to: string | number,
485
487
  // from?: string | number | Options,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jitsu/protocols",
3
- "version": "1.10.2",
3
+ "version": "1.10.4",
4
4
  "description": "",
5
5
  "author": "Jitsu Dev Team <dev@jitsu.com>",
6
6
  "publishConfig": {