Description
Breaking changes to version 3.0+ of cashify has the following breaking changes that you did not mention in your Readme.
`const { Cashify } = require('cashify');
^
Error [ERR_REQUIRE_ESM]: require() of ES Module .\node_modules\cashify\dist\index.js from .\lib\currency.js not supported.
Instead change the require of index.js in .\lib\currency.js to a dynamic import() which is available in all CommonJS modules.
at Object. (.\lib\currency.js:1:21)
at Object. (.\lib\amazonProfit.js:32:18)
at .\server.js:64:26
at Object.init (.\lib\ssl.js:65:7)
at .\server.js:50:7
at .\node_modules\entourage\lib\entourage.js:126:9
at wrapper (.\node_modules\async\dist\async.js:271:20)
at iteratorCallback (.\node_modules\async\dist\async.js:501:17)
at .\node_modules\async\dist\async.js:327:20
at .\node_modules\entourage\lib\entourage.js:117:11
at .\node_modules\async\dist\async.js:2557:44
at eachOfArrayLike (.\node_modules\async\dist\async.js:506:13)
at eachOf (.\node_modules\async\dist\async.js:626:16)
at awaitable (.\node_modules\async\dist\async.js:211:32)
at Object.eachLimit (.\node_modules\async\dist\async.js:2660:16)
at Object.awaitable (.\node_modules\async\dist\async.js:211:32)
at .\node_modules\entourage\lib\entourage.js:100:11
at f (.\node_modules\once\once.js:25:25)
at Glob. (.\node_modules\entourage\node_modules\glob\glob.js:148:7)
at Glob.emit (node:events:390:28)
at Glob._finish (.\node_modules\entourage\node_modules\glob\glob.js:194:8)
at done (.\node_modules\entourage\node_modules\glob\glob.js:179:14)
at Glob._processSimple2 (.\node_modules\entourage\node_modules\glob\glob.js:703:3)
at .\node_modules\entourage\node_modules\glob\glob.js:673:10
at Glob.stat2 (.\node_modules\entourage\node_modules\glob\glob.js:786:10)
at lstatcb (.\node_modules\entourage\node_modules\glob\glob.js:761:12)
at RES (.\node_modules\inflight\inflight.js:31:16)
at f (.\node_modules\once\once.js:25:25)
at FSReqCallback.oncomplete (node:fs:199:5) {
code: 'ERR_REQUIRE_ESM'
}
Node.js v17.2.0`