web3data-js icon indicating copy to clipboard operation
web3data-js copied to clipboard

Add package version to packaged js

Open TrevorJTClarke opened this issue 5 years ago • 0 comments

Currently there is no way to check what version is available for CDN based distribution: https://unpkg.com/web3data-js/dist/web3data.min.js

The version of each built file should be added along the methods as a way to check package version.

Syntax Idea: const version = Web3Data.version console.log(version) // 0.7.3

TrevorJTClarke avatar Feb 11 '20 21:02 TrevorJTClarke