@web3modal/common
Advanced tools
Comparing version 3.4.0-582768dd to 3.4.0-7da5cccb
import dayjs from 'dayjs'; | ||
import updateLocale from 'dayjs/plugin/updateLocale'; | ||
import relativeTime from 'dayjs/plugin/relativeTime'; | ||
import updateLocale from 'dayjs/plugin/updateLocale.js'; | ||
import relativeTime from 'dayjs/plugin/relativeTime.js'; | ||
dayjs.extend(relativeTime); | ||
@@ -5,0 +5,0 @@ dayjs.extend(updateLocale); |
{ | ||
"name": "@web3modal/common", | ||
"version": "3.4.0-582768dd", | ||
"version": "3.4.0-7da5cccb", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "main": "./dist/esm/index.js", |
Sorry, the diff of this file is not supported yet
6753