@eluvio/elv-client-js 4.0.25 → 4.0.26

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.
@@ -2274,7 +2274,7 @@ exports.GenerateSignedLinkToken = /*#__PURE__*/function () {
2274
2274
  _context31.t3 = objectId;
2275
2275
  _context31.t4 = "iusr".concat(this.utils.AddressToHash(signerAddress));
2276
2276
  _context31.t5 = Date.now();
2277
- _context31.t6 = duration ? Date.now() + duration : "";
2277
+ _context31.t6 = duration ? Date.now() + duration : undefined;
2278
2278
  _context31.t7 = {
2279
2279
  elv: {
2280
2280
  lnk: link,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eluvio/elv-client-js",
3
- "version": "4.0.25",
3
+ "version": "4.0.26",
4
4
  "description": "Javascript client for the Eluvio Content Fabric",
5
5
  "main": "src/index.js",
6
6
  "author": "Kevin Talmadge",
@@ -1349,7 +1349,7 @@ exports.GenerateSignedLinkToken = async function({
1349
1349
  sub: `iusr${this.utils.AddressToHash(signerAddress)}`,
1350
1350
  gra: "read",
1351
1351
  iat: Date.now(),
1352
- exp: duration ? (Date.now() + duration) : "",
1352
+ exp: duration ? (Date.now() + duration) : undefined,
1353
1353
  ctx: {
1354
1354
  elv: {
1355
1355
  lnk: link,