@eluvio/elv-client-js 4.0.145 → 4.0.146

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.
@@ -18,7 +18,8 @@ var _require = require("../Validation"),
18
18
  ValidateLibrary = _require.ValidateLibrary,
19
19
  ValidateVersion = _require.ValidateVersion,
20
20
  ValidateParameters = _require.ValidateParameters,
21
- ValidateWriteToken = _require.ValidateWriteToken;
21
+ ValidateWriteToken = _require.ValidateWriteToken,
22
+ ValidateObject = _require.ValidateObject;
22
23
 
23
24
  // When `/abr_mezzanine/offerings` contains more than one entry, only 1 is the 'real' offering, the others are
24
25
  // additional copies to be modified upon finalization due to addlOfferingSpecs having been specified in call to
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eluvio/elv-client-js",
3
- "version": "4.0.145",
3
+ "version": "4.0.146",
4
4
  "description": "Javascript client for the Eluvio Content Fabric",
5
5
  "main": "src/index.js",
6
6
  "author": "Kevin Talmadge",
@@ -13,7 +13,8 @@ const {
13
13
  ValidateLibrary,
14
14
  ValidateVersion,
15
15
  ValidateParameters,
16
- ValidateWriteToken
16
+ ValidateWriteToken,
17
+ ValidateObject
17
18
  } = require("../Validation");
18
19
 
19
20
  // When `/abr_mezzanine/offerings` contains more than one entry, only 1 is the 'real' offering, the others are