chore(visuals): add LICENSE for stable v7.0.0#233
Merged
Conversation
The visuals package was created in 7.0.0-alpha.6 without a LICENSE file and shipped without one through alpha.8. Stable v7.0.0 fixes this by copying the MIT LICENSE that the other 4 sibling packages already ship (byte-identical to packages/machine/LICENSE). Tarball before: 39.5 kB packed / 130.9 kB unpacked, 16 files. Tarball after: 51.4 kB packed / 166.0 kB unpacked, 17 files (+LICENSE).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
packages/visuals/LICENSE, byte-identical to the LICENSE the other 4 sibling packages already ship. The visuals package was created in7.0.0-alpha.6without a LICENSE file and shipped without one throughalpha.8; stable v7.0.0 fixes this.Caught during the pre-publish dry-run on the v7 release commit β the visuals tarball was the only one of the 5 lacking
35.1kB LICENSEin its file list.Diff
packages/visuals/LICENSEβ copy ofpackages/machine/LICENSE(MIT, byte-identical).Test plan
npm publish --dry-run --workspace=@turing-machine-js/visuals --tag latestβ confirms35.1kB LICENSEnow presentSequencing
Land before flipping #167 ready / merging to master / publishing. The other 4 packages already have a LICENSE so they're unaffected β only the visuals tarball changes.