@domql/element 2.5.88 → 2.5.91
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.
- package/dist/cjs/methods/index.js +1 -1
- package/methods/index.js +1 -1
- package/package.json +2 -2
package/methods/index.js
CHANGED
|
@@ -36,7 +36,7 @@ export const lookup = function (key) {
|
|
|
36
36
|
return parent
|
|
37
37
|
}
|
|
38
38
|
|
|
39
|
-
export const remove = function (
|
|
39
|
+
export const remove = function () {
|
|
40
40
|
const element = this
|
|
41
41
|
if (isFunction(element.node.remove)) element.node.remove()
|
|
42
42
|
else if (!isProduction()) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@domql/element",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.91",
|
|
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": "
|
|
34
|
+
"gitHead": "15a57f968b6c8832cb843c886e251a89ff17cc24",
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@babel/core": "^7.12.0"
|
|
37
37
|
}
|