@jitsu/js 0.0.0-alpha.114 → 0.0.0-alpha.115

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.
@@ -1,15 +1,15 @@
1
- @jitsu/js:build: cache hit, replaying output 8ab04863bea56232
1
+ @jitsu/js:build: cache hit, replaying output 34b0f67d46841242
2
2
  @jitsu/js:build: 
3
- @jitsu/js:build: > @jitsu/js@0.0.0 build /Users/ildarnurislamov/Projects/onetag/libs/jitsu-js
3
+ @jitsu/js:build: > @jitsu/js@0.0.0-alpha.115 build /Users/ildarnurislamov/Projects/onetag/libs/jitsu-js
4
4
  @jitsu/js:build: > tsc -p . && rollup -c && cp src/jitsu.d.ts dist
5
5
  @jitsu/js:build: 
6
6
  @jitsu/js:build: 
7
7
  @jitsu/js:build: ./compiled/src/browser.js → dist/web/p.js.txt...
8
8
  @jitsu/js:build: (!) Circular dependency
9
9
  @jitsu/js:build: compiled/src/index.js -> compiled/src/analytics-plugin.js -> compiled/src/index.js
10
- @jitsu/js:build: created dist/web/p.js.txt in 184ms
10
+ @jitsu/js:build: created dist/web/p.js.txt in 258ms
11
11
  @jitsu/js:build: 
12
12
  @jitsu/js:build: ./compiled/src/index.js → dist/jitsu.es.js, dist/jitsu.cjs.js...
13
13
  @jitsu/js:build: (!) Circular dependency
14
14
  @jitsu/js:build: compiled/src/index.js -> compiled/src/analytics-plugin.js -> compiled/src/index.js
15
- @jitsu/js:build: created dist/jitsu.es.js, dist/jitsu.cjs.js in 119ms
15
+ @jitsu/js:build: created dist/jitsu.es.js, dist/jitsu.cjs.js in 288ms
@@ -1,5 +1,5 @@
1
- @jitsu/js:clean: cache hit, replaying output 136eb2908222b0a2
1
+ @jitsu/js:clean: cache hit, replaying output df5f081939432565
2
2
  @jitsu/js:clean: 
3
- @jitsu/js:clean: > @jitsu/js@0.0.0 clean /Users/ildarnurislamov/Projects/onetag/libs/jitsu-js
3
+ @jitsu/js:clean: > @jitsu/js@0.0.0-alpha.115 clean /Users/ildarnurislamov/Projects/onetag/libs/jitsu-js
4
4
  @jitsu/js:clean: > rm -rf ./dist
5
5
  @jitsu/js:clean: 
package/dist/jitsu.d.ts CHANGED
@@ -1,6 +1,8 @@
1
- import { AnalyticsInterface } from "@jitsu/types/analytics";
1
+ import { AnalyticsInterface as ai } from "@jitsu/types/analytics";
2
2
  import type { AnalyticsPlugin } from "analytics";
3
3
 
4
+ export type AnalyticsInterface = ai;
5
+
4
6
  export type JitsuOptions = {
5
7
  /**
6
8
  * API Key. Optional. If not set, Jitsu will send event to the server without auth, and server
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jitsu/js",
3
- "version": "0.0.0-alpha.114",
3
+ "version": "0.0.0-alpha.115",
4
4
  "description": "",
5
5
  "author": "Jitsu Dev Team <dev@jitsu.com>",
6
6
  "main": "dist/jitsu.cjs.js",
@@ -33,7 +33,7 @@
33
33
  "raw-loader": "^4.0.2",
34
34
  "rollup": "^3.2.5",
35
35
  "ts-jest": "^29.0.3",
36
- "@jitsu/types": "0.0.0-alpha.114"
36
+ "@jitsu/types": "0.0.0-alpha.115"
37
37
  },
38
38
  "dependencies": {
39
39
  "analytics": "^0.8.1"
package/src/jitsu.d.ts CHANGED
@@ -1,6 +1,8 @@
1
- import { AnalyticsInterface } from "@jitsu/types/analytics";
1
+ import { AnalyticsInterface as ai } from "@jitsu/types/analytics";
2
2
  import type { AnalyticsPlugin } from "analytics";
3
3
 
4
+ export type AnalyticsInterface = ai;
5
+
4
6
  export type JitsuOptions = {
5
7
  /**
6
8
  * API Key. Optional. If not set, Jitsu will send event to the server without auth, and server