Skip to content

Commit 9e59826

Browse files
committed
Bump JS version to 2.43.4. For versions 2.43.1-3, the npm registry was
recording an incorrect shasum which causes subsequent npm installs to fail on those versions. npm requires a unique version for each published version, and it supports semantic versioning 2.0 (http://semver.org/), which is why we are now on 2.43.4. An issue has been filed with npm about the incorrect shasum: npm/npm#6179 Fixes issue 7890.
1 parent 8c6e835 commit 9e59826

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

javascript/node/selenium-webdriver/CHANGES.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v2.43.2-4
2+
3+
* No changes; version bumps while attempting to work around an issue with
4+
publishing to npm (a version string may only be used once).
5+
16
## v2.43.1
27

38
* Fixed an issue with flakiness when setting up the Firefox profile that could

javascript/node/selenium-webdriver/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "selenium-webdriver",
3-
"version": "2.43.1",
3+
"version": "2.43.4",
44
"description": "The official WebDriver JavaScript bindings from the Selenium project",
55
"keywords": [
66
"automation",

0 commit comments

Comments
 (0)