@domql/element 2.5.42 → 2.5.43

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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/set.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@domql/element",
3
- "version": "2.5.42",
3
+ "version": "2.5.43",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "module": "index.js",
@@ -31,7 +31,7 @@
31
31
  "@domql/state": "latest",
32
32
  "@domql/utils": "latest"
33
33
  },
34
- "gitHead": "76fbbf8ab997ee90fc3a791b21e49677d1b53993",
34
+ "gitHead": "17740fdf2439bc2c6cba3d7d5f62748021e5eeaa",
35
35
  "devDependencies": {
36
36
  "@babel/core": "^7.12.0"
37
37
  }
package/set.js CHANGED
@@ -14,7 +14,7 @@ const set = function (params, options = {}, el) {
14
14
  const lazyLoad = element.props && element.props.lazyLoad
15
15
 
16
16
  if (options.preventContentUpdate === true) return
17
-
17
+
18
18
  if (ref.__noCollectionDifference || (__contentRef && __contentRef.__cached && deepContains(params, content))) {
19
19
  return content.update()
20
20
  }