@domql/state
Advanced tools
Comparing version 2.3.137 to 2.3.139
@@ -40,3 +40,2 @@ "use strict"; | ||
const element = state.__element; | ||
console.log(options); | ||
if (!options.updateByState) | ||
@@ -122,3 +121,2 @@ (0, import_utils.merge)(options, STATE_UPDATE_OPTIONS); | ||
const element = state.__element; | ||
console.log("update", element.key); | ||
if (options.preventUpdate !== true) { | ||
@@ -125,0 +123,0 @@ element.update({}, { |
{ | ||
"name": "@domql/state", | ||
"version": "2.3.137", | ||
"version": "2.3.139", | ||
"license": "MIT", | ||
@@ -29,3 +29,3 @@ "type": "module", | ||
}, | ||
"gitHead": "07ca3db13100667ebe3915db37a18b6e694a3ce3" | ||
"gitHead": "64df1958a7956790eb9afa8fbffa95d48f11fedb" | ||
} |
@@ -21,3 +21,2 @@ 'use strict' | ||
const element = state.__element | ||
console.log(options) | ||
@@ -111,3 +110,2 @@ if (!options.updateByState) merge(options, STATE_UPDATE_OPTIONS) | ||
const element = state.__element | ||
console.log('update', element.key) | ||
if (options.preventUpdate !== true) { | ||
@@ -114,0 +112,0 @@ element.update({}, { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34164
908