@atomic-testing/component-driver-html
Advanced tools
Comparing version 0.39.0 to 0.40.0
@@ -55,16 +55,11 @@ "use strict"; | ||
try { | ||
for (var _d = true, _e = __asyncValues(core_1.listHelper.getListItemIterator(this, itemLocatorBase, HTMLOptionDriver_1.HTMLOptionDriver)), _f; _f = yield _e.next(), _a = _f.done, !_a;) { | ||
for (var _d = true, _e = __asyncValues(core_1.listHelper.getListItemIterator(this, itemLocatorBase, HTMLOptionDriver_1.HTMLOptionDriver)), _f; _f = yield _e.next(), _a = _f.done, !_a; _d = true) { | ||
_c = _f.value; | ||
_d = false; | ||
try { | ||
const item = _c; | ||
const label = yield item.label(); | ||
const value = yield item.value(); | ||
if (label != null && labelSet.has(label) && value != null) { | ||
values.push(value); | ||
} | ||
const item = _c; | ||
const label = yield item.label(); | ||
const value = yield item.value(); | ||
if (label != null && labelSet.has(label) && value != null) { | ||
values.push(value); | ||
} | ||
finally { | ||
_d = true; | ||
} | ||
} | ||
@@ -71,0 +66,0 @@ } |
{ | ||
"name": "@atomic-testing/component-driver-html", | ||
"version": "0.39.0", | ||
"version": "0.40.0", | ||
"description": "HTML component driver for atomic-testing", | ||
@@ -22,6 +22,7 @@ "main": "dist/index.js", | ||
"type": "git", | ||
"url": "https://github.com/atomic-testing/atomic-testing.git" | ||
"url": "https://github.com/atomic-testing/atomic-testing.git", | ||
"directory": "packages/component-driver-html" | ||
}, | ||
"dependencies": { | ||
"@atomic-testing/core": "0.39.0" | ||
"@atomic-testing/core": "0.40.0" | ||
}, | ||
@@ -32,5 +33,5 @@ "devDependencies": { | ||
"@types/jest": "^29.5.5", | ||
"@types/node": "^16.0.0", | ||
"@types/react": "^18.0.0", | ||
"@types/react-dom": "^18.0.0", | ||
"@types/node": "^20.10.5", | ||
"@types/react": "^18.2.0", | ||
"@types/react-dom": "^18.2.0", | ||
"jest": "^29.7.0", | ||
@@ -40,3 +41,3 @@ "jest-environment-jsdom": "^29.7.0", | ||
"ts-node": "^10.9.0", | ||
"typescript": "^5.2.2" | ||
"typescript": "^5.3.3" | ||
}, | ||
@@ -43,0 +44,0 @@ "peerDependencies": {}, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
51805
849
+ Added@atomic-testing/core@0.40.0(transitive)
- Removed@atomic-testing/core@0.39.0(transitive)
Updated@atomic-testing/core@0.40.0