@symbo.ls/scratch 2.28.55 → 2.28.56

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.
@@ -137,7 +137,7 @@ var deepClone = (obj, options = {}) => {
137
137
  clone2[key] = mergeArray(value, exclude);
138
138
  continue;
139
139
  }
140
- if (isFunction(value) && contentWindow) {
140
+ if (isFunction(value) && options.window) {
141
141
  clone2[key] = contentWindow.eval("(" + value.toString() + ")");
142
142
  continue;
143
143
  }
package/dist/cjs/index.js CHANGED
@@ -618,7 +618,7 @@ var deepClone = (obj, options = {}) => {
618
618
  clone2[key] = mergeArray(value, exclude);
619
619
  continue;
620
620
  }
621
- if (isFunction(value) && contentWindow) {
621
+ if (isFunction(value) && options.window) {
622
622
  clone2[key] = contentWindow.eval("(" + value.toString() + ")");
623
623
  continue;
624
624
  }
package/dist/cjs/set.js CHANGED
@@ -439,7 +439,7 @@ var deepClone = (obj, options = {}) => {
439
439
  clone2[key] = mergeArray(value, exclude);
440
440
  continue;
441
441
  }
442
- if (isFunction(value) && contentWindow) {
442
+ if (isFunction(value) && options.window) {
443
443
  clone2[key] = contentWindow.eval("(" + value.toString() + ")");
444
444
  continue;
445
445
  }
@@ -426,7 +426,7 @@ var deepClone = (obj, options = {}) => {
426
426
  clone2[key] = mergeArray(value, exclude);
427
427
  continue;
428
428
  }
429
- if (isFunction(value) && contentWindow) {
429
+ if (isFunction(value) && options.window) {
430
430
  clone2[key] = contentWindow.eval("(" + value.toString() + ")");
431
431
  continue;
432
432
  }
@@ -430,7 +430,7 @@ var deepClone = (obj, options = {}) => {
430
430
  clone2[key] = mergeArray(value, exclude);
431
431
  continue;
432
432
  }
433
- if (isFunction(value) && contentWindow) {
433
+ if (isFunction(value) && options.window) {
434
434
  clone2[key] = contentWindow.eval("(" + value.toString() + ")");
435
435
  continue;
436
436
  }
@@ -423,7 +423,7 @@ var deepClone = (obj, options = {}) => {
423
423
  clone2[key] = mergeArray(value, exclude);
424
424
  continue;
425
425
  }
426
- if (isFunction(value) && contentWindow) {
426
+ if (isFunction(value) && options.window) {
427
427
  clone2[key] = contentWindow.eval("(" + value.toString() + ")");
428
428
  continue;
429
429
  }
@@ -464,7 +464,7 @@ var deepClone = (obj, options = {}) => {
464
464
  clone2[key] = mergeArray(value, exclude);
465
465
  continue;
466
466
  }
467
- if (isFunction(value) && contentWindow) {
467
+ if (isFunction(value) && options.window) {
468
468
  clone2[key] = contentWindow.eval("(" + value.toString() + ")");
469
469
  continue;
470
470
  }
@@ -431,7 +431,7 @@ var deepClone = (obj, options = {}) => {
431
431
  clone2[key] = mergeArray(value, exclude);
432
432
  continue;
433
433
  }
434
- if (isFunction(value) && contentWindow) {
434
+ if (isFunction(value) && options.window) {
435
435
  clone2[key] = contentWindow.eval("(" + value.toString() + ")");
436
436
  continue;
437
437
  }
@@ -424,7 +424,7 @@ var deepClone = (obj, options = {}) => {
424
424
  clone2[key] = mergeArray(value, exclude);
425
425
  continue;
426
426
  }
427
- if (isFunction(value) && contentWindow) {
427
+ if (isFunction(value) && options.window) {
428
428
  clone2[key] = contentWindow.eval("(" + value.toString() + ")");
429
429
  continue;
430
430
  }
@@ -434,7 +434,7 @@ var deepClone = (obj, options = {}) => {
434
434
  clone2[key] = mergeArray(value, exclude);
435
435
  continue;
436
436
  }
437
- if (isFunction(value) && contentWindow) {
437
+ if (isFunction(value) && options.window) {
438
438
  clone2[key] = contentWindow.eval("(" + value.toString() + ")");
439
439
  continue;
440
440
  }
@@ -421,7 +421,7 @@ var deepClone = (obj, options = {}) => {
421
421
  clone2[key] = mergeArray(value, exclude);
422
422
  continue;
423
423
  }
424
- if (isFunction(value) && contentWindow) {
424
+ if (isFunction(value) && options.window) {
425
425
  clone2[key] = contentWindow.eval("(" + value.toString() + ")");
426
426
  continue;
427
427
  }
@@ -426,7 +426,7 @@ var deepClone = (obj, options = {}) => {
426
426
  clone2[key] = mergeArray(value, exclude);
427
427
  continue;
428
428
  }
429
- if (isFunction(value) && contentWindow) {
429
+ if (isFunction(value) && options.window) {
430
430
  clone2[key] = contentWindow.eval("(" + value.toString() + ")");
431
431
  continue;
432
432
  }
@@ -421,7 +421,7 @@ var deepClone = (obj, options = {}) => {
421
421
  clone2[key] = mergeArray(value, exclude);
422
422
  continue;
423
423
  }
424
- if (isFunction(value) && contentWindow) {
424
+ if (isFunction(value) && options.window) {
425
425
  clone2[key] = contentWindow.eval("(" + value.toString() + ")");
426
426
  continue;
427
427
  }
@@ -434,7 +434,7 @@ var deepClone = (obj, options = {}) => {
434
434
  clone2[key] = mergeArray(value, exclude);
435
435
  continue;
436
436
  }
437
- if (isFunction(value) && contentWindow) {
437
+ if (isFunction(value) && options.window) {
438
438
  clone2[key] = contentWindow.eval("(" + value.toString() + ")");
439
439
  continue;
440
440
  }
@@ -447,7 +447,7 @@ var deepClone = (obj, options = {}) => {
447
447
  clone2[key] = mergeArray(value, exclude);
448
448
  continue;
449
449
  }
450
- if (isFunction(value) && contentWindow) {
450
+ if (isFunction(value) && options.window) {
451
451
  clone2[key] = contentWindow.eval("(" + value.toString() + ")");
452
452
  continue;
453
453
  }
@@ -467,7 +467,7 @@ var deepClone = (obj, options = {}) => {
467
467
  clone2[key] = mergeArray(value, exclude);
468
468
  continue;
469
469
  }
470
- if (isFunction(value) && contentWindow) {
470
+ if (isFunction(value) && options.window) {
471
471
  clone2[key] = contentWindow.eval("(" + value.toString() + ")");
472
472
  continue;
473
473
  }
@@ -424,7 +424,7 @@ var deepClone = (obj, options = {}) => {
424
424
  clone2[key] = mergeArray(value, exclude);
425
425
  continue;
426
426
  }
427
- if (isFunction(value) && contentWindow) {
427
+ if (isFunction(value) && options.window) {
428
428
  clone2[key] = contentWindow.eval("(" + value.toString() + ")");
429
429
  continue;
430
430
  }
@@ -128,7 +128,7 @@ var deepClone = (obj, options = {}) => {
128
128
  clone2[key] = mergeArray(value, exclude);
129
129
  continue;
130
130
  }
131
- if (isFunction(value) && contentWindow) {
131
+ if (isFunction(value) && options.window) {
132
132
  clone2[key] = contentWindow.eval("(" + value.toString() + ")");
133
133
  continue;
134
134
  }
@@ -415,7 +415,7 @@ var deepClone = (obj, options = {}) => {
415
415
  clone2[key] = mergeArray(value, exclude);
416
416
  continue;
417
417
  }
418
- if (isFunction(value) && contentWindow) {
418
+ if (isFunction(value) && options.window) {
419
419
  clone2[key] = contentWindow.eval("(" + value.toString() + ")");
420
420
  continue;
421
421
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@symbo.ls/scratch",
3
3
  "description": "Φ / CSS framework and methodology.",
4
4
  "author": "symbo.ls",
5
- "version": "2.28.55",
5
+ "version": "2.28.56",
6
6
  "files": [
7
7
  "src",
8
8
  "dist"
@@ -25,9 +25,9 @@
25
25
  "prepublish": "rimraf -I dist && npm run build && npm run copy:package:cjs"
26
26
  },
27
27
  "dependencies": {
28
- "@domql/utils": "^2.28.55",
29
- "@symbo.ls/utils": "^2.28.55",
28
+ "@domql/utils": "^2.28.56",
29
+ "@symbo.ls/utils": "^2.28.56",
30
30
  "color-contrast-checker": "^1.5.0"
31
31
  },
32
- "gitHead": "b961a4a9ce4d20b91b493a263cf33cec689fa195"
32
+ "gitHead": "b70ae48a0599b6ae8b5f691c82f27ca0b860a3c6"
33
33
  }