@poap-xyz/poaps
Advanced tools
Comparing version 0.0.23 to 0.0.24
@@ -101,2 +101,4 @@ (function (global, factory) { | ||
const { drop } = poap; | ||
const minted_on = new Date(0); | ||
minted_on.setUTCSeconds(poap.minted_on); | ||
return new POAP({ | ||
@@ -106,3 +108,3 @@ ...poap, | ||
id: Number(poap.id), | ||
minted_on: new Date(poap.minted_on), | ||
minted_on, | ||
drop_id: Number(poap.drop_id), | ||
@@ -109,0 +111,0 @@ start_date: new Date(drop.start_date), |
{ | ||
"name": "@poap-xyz/poaps", | ||
"version": "0.0.23", | ||
"version": "0.0.24", | ||
"description": "Poaps module for the poap.js library", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/index.cjs", |
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
Sorry, the diff of this file is not supported yet
53267
605