chore(license): restore LICENSE, add third-party NOTICES, bump asana to 3.2.0 - #29
Merged
Merged
Conversation
…to 3.2.0 Restores the root LICENSE file removed in 803785f and adds NOTICES.md with copyright/license text for the four runtime dependencies, per CODE-1158. Bumps asana 3.1.12 -> 3.2.0 so its bundled LICENSE (MIT) can be cited accurately; updates the one call site whose signature changed in that release (getCustomTypesWithHttpInfo now takes options only, with the teamspace id passed as opts.project).
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
LICENSEfile removed in 803785f (MIT, Copyright (c) Asana, Inc), and adds it back topackage.json'sfiles.NOTICES.mdwith verified copyright/license text for all four runtime dependencies (@modelcontextprotocol/sdk,@napi-rs/keyring,asana,zod), linked from the README's new "Third Party Dependencies" section, and ships it in the npm package.asana3.1.12 → 3.2.0 so the dependency's bundled LICENSE file (MIT) can be cited accurately in NOTICES.md — see Asana/node-asana#317 for the upstreampackage.jsonmetadata fix (unrelated to this bump; not blocking).CustomTypesApi.getCustomTypesWithHttpInfomoved the teamspace/project id from a positional argument intoopts.projectin 3.2.0's regenerated client.Closes CODE-1158.
Test plan
npm cinpm run check(typecheck, lint, 332 tests, build)npm audit(0 vulnerabilities)npm pack --dry-run(confirms LICENSE and NOTICES.md are included in the tarball)