1.2.0
Release 1.2 of pack-format.
Install using npm install -g [email protected].
Changelog
- Added function
getVersions(pack_format: number, type?: string): objectto retrieve a list of versions that have the specified pack_format. - Added CLI implementation of
getVersions,pack-format --list [--data|--version] <pack_format>. - Fixed data pack format always returning
undefined.