Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Conversation

@davidmurdoch
Copy link
Contributor

@davidmurdoch davidmurdoch commented Dec 20, 2021

The Tag enum type that we were using meant that the TS compiler didn't think Tag.LATEST === "latest" at compile time, even though it does at runtime. This PR updates Tag so it isn't an enum in order to make our Tag-related types work with the string "latest", "earliest", and "pending".

It also removes a .tgz file that was accidentally included in a previous PR.

@davidmurdoch davidmurdoch merged commit 8a1461a into develop Dec 20, 2021
@davidmurdoch davidmurdoch deleted the fix-type-Tag branch December 20, 2021 21:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants