Releases: Araxeus/vendorfiles
v1.4.2
What's Changed
- fix: updating single dependencies having wrong names in #136
aka
vendor update dependencyNamewhen dependencyName isn't the same as the repo name
package was published to npm: https://www.npmjs.com/package/vendorfiles
Full Changelog: v1.4.1...v1.4.2
v1.4.1
What's Changed
- fix
{version}substitution in a folder inside a zip in #127 - fix nodejs json import in #134
- Bump dependencies in #133 and #132
package was published to npm: https://www.npmjs.com/package/vendorfiles
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- use keyring instead of obfuscated auth in #112
- enable incremental builds in #115
- add a locked option to VendorDependencies in #116
- add crx support by bumping unarchive version in #117
- Support config location via VENDOR_CONFIG env var in #126
- create vendorfiles.schema.json in #120
- allows using
defaultVendorOptionsas an alternative to thedefaultkey in the config in f608b3c - import packageJson as an es6 module in #113
- update dependencies
package was published to npm: https://www.npmjs.com/package/vendorfiles
Full Changelog: v1.3.1...v1.4.0
v1.3.0
What's Changed
- add releaseRegex config option in #108
- update dependencies && create npm provenance publish action in #107
- replace @ltd/j-toml with smol-toml in #109
BREAKING:
- replace
-d --folderwith-c --configin #110
package was published to npm: https://www.npmjs.com/package/vendorfiles
Full Changelog: v1.2.2...v1.3.0
v1.2.2
What's Changed
package was published on npm: https://www.npmjs.com/package/vendorfiles
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- Bump dependencies
- Use Bun instead of Yarn as a package manager and build tool
- Other small build process improvements
overall small patch, not much changed
package was published on npm: https://www.npmjs.com/package/vendorfiles
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
-
Add
hashVersionFileconfig option for dependencies which allows versioning based on commit hash of a file -
Add
defaultoptions in config -
Allow empty version (error if using the
upgradecommand) -
Better error messages
-
Bump deps
-
Reflect changes in README
Full Changelog: v1.1.6...v1.2.0