@asamuzakjp/dom-selector
Advanced tools
Comparing version 0.19.3 to 0.19.4
@@ -23,3 +23,4 @@ { | ||
"css-tree": "^2.3.1", | ||
"is-potential-custom-element-name": "^1.0.1" | ||
"is-potential-custom-element-name": "^1.0.1", | ||
"xpath": "^0.0.32" | ||
}, | ||
@@ -31,5 +32,7 @@ "devDependencies": { | ||
"chai": "^4.3.7", | ||
"eslint": "^8.43.0", | ||
"css2xpath": "^0.0.3", | ||
"eslint": "^8.44.0", | ||
"eslint-config-standard": "^17.1.0", | ||
"eslint-plugin-jsdoc": "^46.3.0", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-jsdoc": "^46.4.3", | ||
"eslint-plugin-regexp": "^1.15.0", | ||
@@ -40,5 +43,5 @@ "eslint-plugin-unicorn": "^47.0.0", | ||
"mocha": "^10.2.0", | ||
"nwsapi": "^2.2.5", | ||
"nwsapi": "^2.2.7", | ||
"sinon": "^15.2.0", | ||
"typescript": "^5.1.3" | ||
"typescript": "^5.1.6" | ||
}, | ||
@@ -52,3 +55,3 @@ "scripts": { | ||
}, | ||
"version": "0.19.3" | ||
"version": "0.19.4" | ||
} |
@@ -41,5 +41,5 @@ export function isContentEditable(node?: object): boolean; | ||
}): object; | ||
_matchCombo(combo: object, prevNodes: object, nextNodes: object): object; | ||
_findNodes(twig: object, range: string): object; | ||
_collectNodes(range: string): any[]; | ||
_matchCombo(combo: object, prevNodes: object, nextNodes: object): object; | ||
_matchNodes(range: string): object; | ||
@@ -46,0 +46,0 @@ _find(range: string): object; |
Sorry, the diff of this file is too big to display
88296
2722
3
17
+ Addedxpath@^0.0.32
+ Addedxpath@0.0.32(transitive)