- 5be4e7e: Move
chalk
to prod dependencies, updatesemver
- a767ef5: Skip building Rust if Rust toolchain is not found
- 3ab537f: Fix bug when loading test certs
- cfcef58: Fixed postinstall bug
- 6270742: Update types Download cert files for test signer automatically on postinstall
- 029c03e: Add pkg-dir as a regular dependency for the postinstall script
- 85d57f2: Don't check for presence of
C2PA_LIBRARY_PATH
onpostinstall
- aa9d977: Update c2pa-rs to 0.25.1 and add support for
C2PA_LIBRARY_PATH
- 558c9a1: Update c2pa-rs to 0.25.0, add ability to provide an ingredient hash
- bc880c5: Updated APIs to take a standard
asset
object as input that can represent both buffer and file assets
- e5efaaf: Update signing functions (
sign
is nowsignBuffer
andsignFile
), fix packaging
- 43b427c: Build the bindings file locally instead of publishing
- 0f54493: Add file support for adding ingredients and signing
- 8f4a321: Added C2PA types to exports
- f9c21f4: Add ability to specify a custom signer during the
sign
call
- 8531f09: Add
sign
,addIngredient
,signClaimBytes
andManifestBuilder
APIs