@jitsu/js 1.11.0-beta.6 → 1.11.0-beta.8

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.
@@ -129,7 +129,7 @@ function loadScript(src, options) {
129
129
  const internalDestinationPlugins = {};
130
130
 
131
131
  var name = "@jitsu/js";
132
- var version = "1.11.0-beta.6";
132
+ var version = "1.11.0-beta.8";
133
133
  var description = "";
134
134
  var author = "Jitsu Dev Team <dev@jitsu.com>";
135
135
  var main = "dist/jitsu.cjs.js";
@@ -156,7 +156,7 @@ var scripts = {
156
156
  var devDependencies = {
157
157
  "@jitsu/common-config": "workspace:*",
158
158
  tslib: "catalog:",
159
- "@playwright/test": "1.39.0",
159
+ "@playwright/test": "^1.57.0",
160
160
  "@rollup/plugin-commonjs": "^28.0.2",
161
161
  "rollup-plugin-dts": "^6.2.1",
162
162
  "@rollup/plugin-json": "^5.0.1",
@@ -1065,10 +1065,10 @@ function deepCopy(o) {
1065
1065
  return JSON.parse(JSON.stringify(o));
1066
1066
  }
1067
1067
  function deepMerge(target, source) {
1068
- if (typeof source !== "object" || source === null) {
1068
+ if (typeof source !== "object" || source === null || Array.isArray(source) || source instanceof Date) {
1069
1069
  return source;
1070
1070
  }
1071
- if (typeof target !== "object" || target === null) {
1071
+ if (typeof target !== "object" || target === null || Array.isArray(target) || target instanceof Date) {
1072
1072
  return source;
1073
1073
  }
1074
1074
  return Object.entries(source).reduce((acc, [key, value]) => {
@@ -127,7 +127,7 @@ function loadScript(src, options) {
127
127
  const internalDestinationPlugins = {};
128
128
 
129
129
  var name = "@jitsu/js";
130
- var version = "1.11.0-beta.6";
130
+ var version = "1.11.0-beta.8";
131
131
  var description = "";
132
132
  var author = "Jitsu Dev Team <dev@jitsu.com>";
133
133
  var main = "dist/jitsu.cjs.js";
@@ -154,7 +154,7 @@ var scripts = {
154
154
  var devDependencies = {
155
155
  "@jitsu/common-config": "workspace:*",
156
156
  tslib: "catalog:",
157
- "@playwright/test": "1.39.0",
157
+ "@playwright/test": "^1.57.0",
158
158
  "@rollup/plugin-commonjs": "^28.0.2",
159
159
  "rollup-plugin-dts": "^6.2.1",
160
160
  "@rollup/plugin-json": "^5.0.1",
@@ -1063,10 +1063,10 @@ function deepCopy(o) {
1063
1063
  return JSON.parse(JSON.stringify(o));
1064
1064
  }
1065
1065
  function deepMerge(target, source) {
1066
- if (typeof source !== "object" || source === null) {
1066
+ if (typeof source !== "object" || source === null || Array.isArray(source) || source instanceof Date) {
1067
1067
  return source;
1068
1068
  }
1069
- if (typeof target !== "object" || target === null) {
1069
+ if (typeof target !== "object" || target === null || Array.isArray(target) || target instanceof Date) {
1070
1070
  return source;
1071
1071
  }
1072
1072
  return Object.entries(source).reduce((acc, [key, value]) => {
package/dist/jitsu.cjs.js CHANGED
@@ -537,7 +537,7 @@ const internalDestinationPlugins = {
537
537
  };
538
538
 
539
539
  var name = "@jitsu/js";
540
- var version = "1.11.0-beta.6";
540
+ var version = "1.11.0-beta.8";
541
541
  var description = "";
542
542
  var author = "Jitsu Dev Team <dev@jitsu.com>";
543
543
  var main = "dist/jitsu.cjs.js";
@@ -564,7 +564,7 @@ var scripts = {
564
564
  var devDependencies = {
565
565
  "@jitsu/common-config": "workspace:*",
566
566
  tslib: "catalog:",
567
- "@playwright/test": "1.39.0",
567
+ "@playwright/test": "^1.57.0",
568
568
  "@rollup/plugin-commonjs": "^28.0.2",
569
569
  "rollup-plugin-dts": "^6.2.1",
570
570
  "@rollup/plugin-json": "^5.0.1",
@@ -1473,10 +1473,10 @@ function deepCopy(o) {
1473
1473
  return JSON.parse(JSON.stringify(o));
1474
1474
  }
1475
1475
  function deepMerge(target, source) {
1476
- if (typeof source !== "object" || source === null) {
1476
+ if (typeof source !== "object" || source === null || Array.isArray(source) || source instanceof Date) {
1477
1477
  return source;
1478
1478
  }
1479
- if (typeof target !== "object" || target === null) {
1479
+ if (typeof target !== "object" || target === null || Array.isArray(target) || target instanceof Date) {
1480
1480
  return source;
1481
1481
  }
1482
1482
  return Object.entries(source).reduce((acc, [key, value]) => {
package/dist/jitsu.es.js CHANGED
@@ -535,7 +535,7 @@ const internalDestinationPlugins = {
535
535
  };
536
536
 
537
537
  var name = "@jitsu/js";
538
- var version = "1.11.0-beta.6";
538
+ var version = "1.11.0-beta.8";
539
539
  var description = "";
540
540
  var author = "Jitsu Dev Team <dev@jitsu.com>";
541
541
  var main = "dist/jitsu.cjs.js";
@@ -562,7 +562,7 @@ var scripts = {
562
562
  var devDependencies = {
563
563
  "@jitsu/common-config": "workspace:*",
564
564
  tslib: "catalog:",
565
- "@playwright/test": "1.39.0",
565
+ "@playwright/test": "^1.57.0",
566
566
  "@rollup/plugin-commonjs": "^28.0.2",
567
567
  "rollup-plugin-dts": "^6.2.1",
568
568
  "@rollup/plugin-json": "^5.0.1",
@@ -1471,10 +1471,10 @@ function deepCopy(o) {
1471
1471
  return JSON.parse(JSON.stringify(o));
1472
1472
  }
1473
1473
  function deepMerge(target, source) {
1474
- if (typeof source !== "object" || source === null) {
1474
+ if (typeof source !== "object" || source === null || Array.isArray(source) || source instanceof Date) {
1475
1475
  return source;
1476
1476
  }
1477
- if (typeof target !== "object" || target === null) {
1477
+ if (typeof target !== "object" || target === null || Array.isArray(target) || target instanceof Date) {
1478
1478
  return source;
1479
1479
  }
1480
1480
  return Object.entries(source).reduce((acc, [key, value]) => {
package/dist/web/p.js.txt CHANGED
@@ -538,7 +538,7 @@
538
538
  };
539
539
 
540
540
  var name = "@jitsu/js";
541
- var version = "1.11.0-beta.6";
541
+ var version = "1.11.0-beta.8";
542
542
  var description = "";
543
543
  var author = "Jitsu Dev Team <dev@jitsu.com>";
544
544
  var main = "dist/jitsu.cjs.js";
@@ -565,7 +565,7 @@
565
565
  var devDependencies = {
566
566
  "@jitsu/common-config": "workspace:*",
567
567
  tslib: "catalog:",
568
- "@playwright/test": "1.39.0",
568
+ "@playwright/test": "^1.57.0",
569
569
  "@rollup/plugin-commonjs": "^28.0.2",
570
570
  "rollup-plugin-dts": "^6.2.1",
571
571
  "@rollup/plugin-json": "^5.0.1",
@@ -1474,10 +1474,10 @@
1474
1474
  return JSON.parse(JSON.stringify(o));
1475
1475
  }
1476
1476
  function deepMerge(target, source) {
1477
- if (typeof source !== "object" || source === null) {
1477
+ if (typeof source !== "object" || source === null || Array.isArray(source) || source instanceof Date) {
1478
1478
  return source;
1479
1479
  }
1480
- if (typeof target !== "object" || target === null) {
1480
+ if (typeof target !== "object" || target === null || Array.isArray(target) || target instanceof Date) {
1481
1481
  return source;
1482
1482
  }
1483
1483
  return Object.entries(source).reduce((acc, [key, value]) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jitsu/js",
3
- "version": "1.11.0-beta.6",
3
+ "version": "1.11.0-beta.8",
4
4
  "description": "",
5
5
  "author": "Jitsu Dev Team <dev@jitsu.com>",
6
6
  "main": "dist/jitsu.cjs.js",
@@ -28,7 +28,7 @@
28
28
  "devDependencies": {
29
29
  "@jitsu/common-config": "workspace:*",
30
30
  "tslib": "catalog:",
31
- "@playwright/test": "1.39.0",
31
+ "@playwright/test": "^1.57.0",
32
32
  "@rollup/plugin-commonjs": "^28.0.2",
33
33
  "rollup-plugin-dts": "^6.2.1",
34
34
  "@rollup/plugin-json": "^5.0.1",