Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
brioche-x86_64-linux | 2024-06-10 | 119.6 MB | |
0.1.1 source code.tar.gz | 2024-06-10 | 2.8 MB | |
0.1.1 source code.zip | 2024-06-10 | 3.0 MB | |
README.md | 2024-06-10 | 1.4 kB | |
Totals: 4 Items | 125.4 MB | 0 |
This is a minor release focused on massively improving registry downloads, and helping future-proof TypeScript build scripts. Re-run the install script to update:
:::bash
curl --proto '=https' --tlsv1.2 -sSfL 'https://brioche.dev/install.sh' | bash
Special thanks to @asheliahut for helping with some major changes to the registry itself!
Added
- Add new TypeScript runtime op to get the version of Brioche (#59). This will allow for updating packages to take advantage of new features without breaking backwards compatibility
- Add new
collect_references
recipe type (#57). This will be used by thestd
package to improve container sizes
Changed
- Increase timeouts when fetching from registry from 10s to 120s (#54 by @matklad). This is a workaround due to very slow cold start times seen in some cases when making requests to the registry
- Tweak registry sync rules to avoid downloading unnecessary dependencies (#56). This should drastically reduce the download times during the first-time user experience (especially with some changes to the registry itself)
- Download project files in parallel from registry (#58)