@domql/element
Advanced tools
Comparing version 2.5.180 to 2.5.181
@@ -60,3 +60,8 @@ "use strict"; | ||
"__children", | ||
"root" | ||
"root", | ||
"setByPath", | ||
"setPathCollection", | ||
"removeByPath", | ||
"removePathCollection", | ||
"getByPath" | ||
]; | ||
@@ -63,0 +68,0 @@ const METHODS = [ |
{ | ||
"name": "@domql/element", | ||
"version": "2.5.180", | ||
"version": "2.5.181", | ||
"license": "MIT", | ||
@@ -31,6 +31,6 @@ "type": "module", | ||
"@domql/render": "^2.5.179", | ||
"@domql/state": "^2.5.179", | ||
"@domql/state": "^2.5.181", | ||
"@domql/utils": "^2.5.179" | ||
}, | ||
"gitHead": "65c5011c956baa7e561d7ad5f39197ef6bfdab0a", | ||
"gitHead": "4e5c3841725d9b2ffaeacc0e32bbff5c913b80b4", | ||
"devDependencies": { | ||
@@ -37,0 +37,0 @@ "@babel/core": "^7.12.0" |
@@ -13,3 +13,4 @@ 'use strict' | ||
'replace', 'quietReplace', 'quietUpdate', 'applyReplace', 'applyFunction', | ||
'rootUpdate', 'parentUpdate', 'parent', '__element', '__depends', '__ref', '__children', 'root' | ||
'rootUpdate', 'parentUpdate', 'parent', '__element', '__depends', '__ref', '__children', 'root', | ||
'setByPath', 'setPathCollection', 'removeByPath', 'removePathCollection', 'getByPath' | ||
] | ||
@@ -16,0 +17,0 @@ |
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
194687
5340
Updated@domql/state@^2.5.181