chore: version packages - #183
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
tmathern
approved these changes
Aug 7, 2026
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 10, 2026 21:44
3596c01 to
6c800b5
Compare
tmathern
self-requested a review
August 12, 2026 01:49
github-actions
Bot
force-pushed
the
changeset-release/main
branch
3 times, most recently
from
August 12, 2026 22:39
0fafcce to
eca2151
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 12, 2026 23:39
eca2151 to
3d6a97f
Compare
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@contentauth/c2pa-node@0.9.0
Minor Changes
b3b3196: Introduce new c2pa-utilities package, and update c2pa-web and c2pa-node to use it.
f2f6ada: Move the Reader asset size check into
c2pa-utilities, shared by bothc2pa-webandc2pa-node.c2pa-node's Reader now validates asset size before reading, using its own server-appropriate limit.validateAssetSizetreats amaxSizeInBytesof0as a request to use the newDEFAULT_MAX_SIZE_IN_BYTES, and throws aRangeErrorfor non-finite or negative size/limit values.Patch Changes
SigningAlgtype into@contentauth/c2pa-utilities(derived from@contentauth/c2pa-types's schema-generated type). Re-useManifestAssertionKindfrom@contentauth/c2pa-typesinstead of a duplicate hand-written copy. Fixc2pa-node'spackage.jsonto list@contentauth/c2pa-typesas adependencyrather than adevDependency, matchingc2pa-web.@contentauth/c2pa-utilities@0.2.0
Minor Changes
b3b3196: Introduce new c2pa-utilities package, and update c2pa-web and c2pa-node to use it.
f2f6ada: Move the Reader asset size check into
c2pa-utilities, shared by bothc2pa-webandc2pa-node.c2pa-node's Reader now validates asset size before reading, using its own server-appropriate limit.validateAssetSizetreats amaxSizeInBytesof0as a request to use the newDEFAULT_MAX_SIZE_IN_BYTES, and throws aRangeErrorfor non-finite or negative size/limit values.0f42fe8: Consolidate the
SigningAlgtype into@contentauth/c2pa-utilities(derived from@contentauth/c2pa-types's schema-generated type). Re-useManifestAssertionKindfrom@contentauth/c2pa-typesinstead of a duplicate hand-written copy. Fixc2pa-node'spackage.jsonto list@contentauth/c2pa-typesas adependencyrather than adevDependency, matchingc2pa-web.@contentauth/c2pa-web@0.14.0
Minor Changes
b3b3196: Introduce new c2pa-utilities package, and update c2pa-web and c2pa-node to use it.
f2f6ada: Move the Reader asset size check into
c2pa-utilities, shared by bothc2pa-webandc2pa-node.c2pa-node's Reader now validates asset size before reading, using its own server-appropriate limit.validateAssetSizetreats amaxSizeInBytesof0as a request to use the newDEFAULT_MAX_SIZE_IN_BYTES, and throws aRangeErrorfor non-finite or negative size/limit values.Patch Changes
SigningAlgtype into@contentauth/c2pa-utilities(derived from@contentauth/c2pa-types's schema-generated type). Re-useManifestAssertionKindfrom@contentauth/c2pa-typesinstead of a duplicate hand-written copy. Fixc2pa-node'spackage.jsonto list@contentauth/c2pa-typesas adependencyrather than adevDependency, matchingc2pa-web.@contentauth/c2pa-wasm@0.11.3
Patch Changes