@jitsu/js 0.0.0-alpha.114 → 0.0.0-alpha.116
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.
- package/.turbo/turbo-build.log +4 -4
- package/.turbo/turbo-clean.log +2 -2
- package/dist/jitsu.d.ts +3 -1
- package/package.json +2 -2
- package/src/jitsu.d.ts +4 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
@jitsu/js:build: cache hit, replaying output [
|
|
1
|
+
@jitsu/js:build: cache hit, replaying output [2m34b0f67d46841242[0m
|
|
2
2
|
[36m@jitsu/js:build: [0m
|
|
3
|
-
[36m@jitsu/js:build: [0m> @jitsu/js@0.0.0 build /Users/ildarnurislamov/Projects/onetag/libs/jitsu-js
|
|
3
|
+
[36m@jitsu/js:build: [0m> @jitsu/js@0.0.0-alpha.115 build /Users/ildarnurislamov/Projects/onetag/libs/jitsu-js
|
|
4
4
|
[36m@jitsu/js:build: [0m> tsc -p . && rollup -c && cp src/jitsu.d.ts dist
|
|
5
5
|
[36m@jitsu/js:build: [0m
|
|
6
6
|
[36m@jitsu/js:build: [0m[36m
|
|
7
7
|
[36m@jitsu/js:build: [0m[1m./compiled/src/browser.js[22m → [1mdist/web/p.js.txt[22m...[39m
|
|
8
8
|
[36m@jitsu/js:build: [0m[1m[33m(!) Circular dependency[39m[22m
|
|
9
9
|
[36m@jitsu/js:build: [0mcompiled/src/index.js -> compiled/src/analytics-plugin.js -> compiled/src/index.js
|
|
10
|
-
[36m@jitsu/js:build: [0m[32mcreated [1mdist/web/p.js.txt[22m in [
|
|
10
|
+
[36m@jitsu/js:build: [0m[32mcreated [1mdist/web/p.js.txt[22m in [1m258ms[22m[39m
|
|
11
11
|
[36m@jitsu/js:build: [0m[36m
|
|
12
12
|
[36m@jitsu/js:build: [0m[1m./compiled/src/index.js[22m → [1mdist/jitsu.es.js, dist/jitsu.cjs.js[22m...[39m
|
|
13
13
|
[36m@jitsu/js:build: [0m[1m[33m(!) Circular dependency[39m[22m
|
|
14
14
|
[36m@jitsu/js:build: [0mcompiled/src/index.js -> compiled/src/analytics-plugin.js -> compiled/src/index.js
|
|
15
|
-
[36m@jitsu/js:build: [0m[32mcreated [1mdist/jitsu.es.js, dist/jitsu.cjs.js[22m in [
|
|
15
|
+
[36m@jitsu/js:build: [0m[32mcreated [1mdist/jitsu.es.js, dist/jitsu.cjs.js[22m in [1m288ms[22m[39m
|
package/.turbo/turbo-clean.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
@jitsu/js:clean: cache hit, replaying output [
|
|
1
|
+
@jitsu/js:clean: cache hit, replaying output [2mdf5f081939432565[0m
|
|
2
2
|
[36m@jitsu/js:clean: [0m
|
|
3
|
-
[36m@jitsu/js:clean: [0m> @jitsu/js@0.0.0 clean /Users/ildarnurislamov/Projects/onetag/libs/jitsu-js
|
|
3
|
+
[36m@jitsu/js:clean: [0m> @jitsu/js@0.0.0-alpha.115 clean /Users/ildarnurislamov/Projects/onetag/libs/jitsu-js
|
|
4
4
|
[36m@jitsu/js:clean: [0m> rm -rf ./dist
|
|
5
5
|
[36m@jitsu/js:clean: [0m
|
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.
|
|
3
|
+
"version": "0.0.0-alpha.116",
|
|
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.
|
|
36
|
+
"@jitsu/types": "0.0.0-alpha.116"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"analytics": "^0.8.1"
|
package/src/jitsu.d.ts
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
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
|
+
//reexport
|
|
5
|
+
export type AnalyticsInterface = ai;
|
|
6
|
+
|
|
4
7
|
export type JitsuOptions = {
|
|
5
8
|
/**
|
|
6
9
|
* API Key. Optional. If not set, Jitsu will send event to the server without auth, and server
|