@jitsu/js 1.9.7-canary.903.20240731112148 → 1.9.7-canary.903.20240731114701

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,4 +1,4 @@
1
- @jitsu/js:build: cache hit, replaying output ab9417d916da608a
1
+ @jitsu/js:build: cache hit, replaying output 0d46a44fd9611209
2
2
  @jitsu/js:build: 
3
3
  @jitsu/js:build: > @jitsu/js@0.0.0 build /Users/ildarnurislamov/Projects/newjitsu/libs/jitsu-js
4
4
  @jitsu/js:build: > tsc -p . && rollup -c && cp compiled/src/*.d.ts dist
@@ -20,7 +20,7 @@
20
20
  @jitsu/js:build: 3: function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
21
21
  @jitsu/js:build: 4: return new (P || (P = Promise))(function (resolve, reject) {
22
22
  @jitsu/js:build: ...and 1 other occurrence
23
- @jitsu/js:build: compiled/src/destination-plugins/gtm.js
23
+ @jitsu/js:build: compiled/src/destination-plugins/logrocket.js
24
24
  @jitsu/js:build: 1: var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
25
25
  @jitsu/js:build:  ^
26
26
  @jitsu/js:build: 2: function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
@@ -33,7 +33,7 @@
33
33
  @jitsu/js:build: compiled/src/destination-plugins/index.js -> compiled/src/destination-plugins/tag.js -> compiled/src/destination-plugins/index.js
34
34
  @jitsu/js:build: compiled/src/analytics-plugin.js -> compiled/src/destination-plugins/index.js -> compiled/src/destination-plugins/tag.js -> compiled/src/analytics-plugin.js
35
35
  @jitsu/js:build: ...and 3 more
36
- @jitsu/js:build: created dist/web/p.js.txt in 595ms
36
+ @jitsu/js:build: created dist/web/p.js.txt in 468ms
37
37
  @jitsu/js:build: 
38
38
  @jitsu/js:build: ./compiled/src/index.js, ./compiled/src/jitsu.js, ./compiled/src/analytics-plugin.js → dist/jitsu.es.js, dist/jitsu.cjs.js...
39
39
  @jitsu/js:build: (!) "this" has been rewritten to "undefined"
@@ -64,4 +64,4 @@
64
64
  @jitsu/js:build: compiled/src/destination-plugins/index.js -> compiled/src/destination-plugins/tag.js -> compiled/src/destination-plugins/index.js
65
65
  @jitsu/js:build: compiled/src/analytics-plugin.js -> compiled/src/destination-plugins/index.js -> compiled/src/destination-plugins/tag.js -> compiled/src/analytics-plugin.js
66
66
  @jitsu/js:build: ...and 3 more
67
- @jitsu/js:build: created dist/jitsu.es.js, dist/jitsu.cjs.js in 390ms
67
+ @jitsu/js:build: created dist/jitsu.es.js, dist/jitsu.cjs.js in 373ms
@@ -1,4 +1,4 @@
1
- @jitsu/js:clean: cache hit, replaying output f76bee52bf1f551c
1
+ @jitsu/js:clean: cache hit, replaying output 71b54a5320c94393
2
2
  @jitsu/js:clean: 
3
3
  @jitsu/js:clean: > @jitsu/js@0.0.0 clean /Users/ildarnurislamov/Projects/newjitsu/libs/jitsu-js
4
4
  @jitsu/js:clean: > rm -rf ./dist
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jitsu/js",
3
- "version": "1.9.7-canary.903.20240731112148",
3
+ "version": "1.9.7-canary.903.20240731114701",
4
4
  "description": "",
5
5
  "author": "Jitsu Dev Team <dev@jitsu.com>",
6
6
  "main": "dist/jitsu.cjs.js",
@@ -34,8 +34,8 @@
34
34
  "rollup": "^3.2.5",
35
35
  "ts-jest": "29.0.5",
36
36
  "typescript": "^5.5.4",
37
- "@jitsu/protocols": "1.9.7-canary.903.20240731112148",
38
- "jsondiffpatch": "1.9.7-canary.903.20240731112148"
37
+ "jsondiffpatch": "1.9.7-canary.903.20240731114701",
38
+ "@jitsu/protocols": "1.9.7-canary.903.20240731114701"
39
39
  },
40
40
  "dependencies": {
41
41
  "analytics": "0.8.9"