@domql/element 2.5.57 → 2.5.58

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.
@@ -92,8 +92,6 @@ const update = function(params = {}, options = UPDATE_DEFAULT_OPTIONS) {
92
92
  }
93
93
  const overwriteChanges = (0, import_utils.overwriteDeep)(element, params, import_utils2.METHODS_EXL);
94
94
  const execChanges = (0, import_iterate.throughUpdatedExec)(element, { ignore: UPDATE_DEFAULT_OPTIONS });
95
- if (element.key === "Navigation")
96
- debugger;
97
95
  const definedChanges = (0, import_iterate.throughUpdatedDefine)(element);
98
96
  if (!options.isForced && !options.preventListeners) {
99
97
  (0, import_event.triggerEventOn)("beforeClassAssign", element, options);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@domql/element",
3
- "version": "2.5.57",
3
+ "version": "2.5.58",
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": "f479a1805e3de4f53d9b3392bfe93b9d735c948c",
34
+ "gitHead": "36a53f5bfa636ece24b9a2a7ad411218df0dfc86",
35
35
  "devDependencies": {
36
36
  "@babel/core": "^7.12.0"
37
37
  }
package/update.js CHANGED
@@ -79,7 +79,7 @@ const update = function (params = {}, options = UPDATE_DEFAULT_OPTIONS) {
79
79
 
80
80
  const overwriteChanges = overwriteDeep(element, params, METHODS_EXL)
81
81
  const execChanges = throughUpdatedExec(element, { ignore: UPDATE_DEFAULT_OPTIONS })
82
- if (element.key === 'Navigation') debugger
82
+ // if (element.key === 'Navigation') debugger
83
83
  const definedChanges = throughUpdatedDefine(element)
84
84
 
85
85
  if (!options.isForced && !options.preventListeners) {