@web3modal/common
Advanced tools
Comparing version 3.4.0-330d1560 to 3.4.0-5414e506
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-330d1560", | ||
"version": "3.4.0-5414e506", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "main": "./dist/esm/index.js", |
Sorry, the diff of this file is not supported yet
6753