@eluvio/elv-client-js 4.0.141 → 4.0.142

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eluvio/elv-client-js",
3
- "version": "4.0.141",
3
+ "version": "4.0.142",
4
4
  "description": "Javascript client for the Eluvio Content Fabric",
5
5
  "main": "src/index.js",
6
6
  "author": "Kevin Talmadge",
@@ -1099,7 +1099,7 @@ exports.PublishContentVersion = async function({objectId, versionHash, awaitComm
1099
1099
  let h;
1100
1100
 
1101
1101
  try {
1102
- h = await this.LatestVersionHashV2({objectId});
1102
+ h = await this.LatestVersionHash({objectId});
1103
1103
 
1104
1104
  if(h === versionHash) {
1105
1105
  this.Log(`Commit confirmed on fabric node: ${versionHash}`);