mirror of
https://github.com/chenasraf/DefinitelyTyped-tools.git
synced 2026-05-18 01:49:03 +00:00
* Fix crash in inverted version packages Packages with inverted versions -- where the toplevel index.d.ts has a lower version than some /v[0-9]+ subdirectory -- are unexpected by generate-packages. It expects that non-latest versions are always in a subdirectory. This is not true for react-bootstrap, and no other packages that I'm aware of. I can't remember how react-bootstrap got into this state, but it should not stay there until the issue is actually fixed. This is just a crash fix, not a complete fix. This is not really a complete change, since I'm trying to get a fix out quickly. Either CI needs to prevent this state from happening, or publishing needs to support it. * yarn format