wait-for-the-element
Advanced tools
Comparing version
@@ -5,2 +5,8 @@ # Changelog | ||
## [4.0.1] (2021-10-27) | ||
### Changed | ||
- Updated the `ElementSearchOptions` TypeScript definition, `scope` is now of type `ParentNode`. | ||
## [4.0.0] (2021-07-22) | ||
@@ -7,0 +13,0 @@ |
{ | ||
"name" : "wait-for-the-element", | ||
"version" : "4.0.0", | ||
"version" : "4.0.1", | ||
@@ -32,8 +32,8 @@ "type" : "module", | ||
{ | ||
"rollup" : "2.53.3", | ||
"rollup" : "2.58.3", | ||
"rollup-plugin-terser" : "7.0.2", | ||
"@rollup/plugin-node-resolve" : "13.0.2", | ||
"@rollup/plugin-commonjs" : "19.0.1", | ||
"@rollup/plugin-node-resolve" : "13.0.6", | ||
"@rollup/plugin-commonjs" : "21.0.1", | ||
"@rollup/plugin-babel" : "5.3.0", | ||
"mocha" : "9.0.2", | ||
"mocha" : "9.1.3", | ||
"chai" : "4.3.4", | ||
@@ -45,3 +45,3 @@ "chai-as-promised" : "7.1.1", | ||
"eslint-config-protect-me-from-my-stupidity" : "7.2.2", | ||
"karma" : "6.3.4", | ||
"karma" : "6.3.6", | ||
"karma-mocha" : "2.0.1", | ||
@@ -51,4 +51,4 @@ "karma-mocha-reporter" : "2.2.5", | ||
"karma-chrome-launcher" : "3.1.0", | ||
"@babel/core" : "7.14.8", | ||
"@babel/preset-env" : "7.14.8", | ||
"@babel/core" : "7.15.8", | ||
"@babel/preset-env" : "7.15.8", | ||
"timeout-as-promise" : "1.0.0" | ||
@@ -55,0 +55,0 @@ }, |
@@ -18,3 +18,3 @@ /** | ||
*/ | ||
scope? : Element; | ||
scope? : ParentNode; | ||
} | ||
@@ -21,0 +21,0 @@ |
17788
0.79%