Skip to content
This repository was archived by the owner on Sep 22, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/shaggy-guests-rhyme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'c2pa-node': patch
---

Downgrade glibc requirement to 2.35
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build-test:
name: Build and test
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
COREPACK_ENABLE_STRICT: 0
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/closing-ticket.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
types: [closed]
jobs:
label_issues:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
issues: write
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeling-ticket-done.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
types: [labeled]
jobs:
label_issues:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: |
contains(github.event.issue.labels.*.name, 'status: done')
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeling-ticket-todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
types: [labeled]
jobs:
label_issues:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: |
!contains(github.event.issue.labels.*.name, 'status: done')
permissions:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
release:
name: Release
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
published: ${{ steps.changesets.outputs.published }}
publishedPackages: ${{ steps.changesets.outputs.publishedPackages }}
Expand Down Expand Up @@ -64,9 +64,9 @@ jobs:
matrix:
include:
- target: aarch64-unknown-linux-gnu
runner: ubuntu-latest
runner: ubuntu-22.04
- target: x86_64-unknown-linux-gnu
runner: ubuntu-latest
runner: ubuntu-22.04
- target: aarch64-apple-darwin
runner: macos-14
- target: x86_64-apple-darwin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reopening-ticket.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
types: [reopened]
jobs:
label_issues:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
issues: write
steps:
Expand Down
22 changes: 11 additions & 11 deletions api-docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ An asset that can either be in memory or on disk

#### Defined in

[bindings.ts:154](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/bindings.ts#L154)
[bindings.ts:154](https://github.com/contentauth/c2pa-node/blob/a84891c/js-src/bindings.ts#L154)

___

Expand All @@ -71,7 +71,7 @@ ___

#### Defined in

[lib/manifestBuilder.ts:21](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/manifestBuilder.ts#L21)
[lib/manifestBuilder.ts:21](https://github.com/contentauth/c2pa-node/blob/a84891c/js-src/lib/manifestBuilder.ts#L21)

___

Expand All @@ -81,7 +81,7 @@ ___

#### Defined in

[index.ts:28](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/index.ts#L28)
[index.ts:28](https://github.com/contentauth/c2pa-node/blob/a84891c/js-src/index.ts#L28)

___

Expand All @@ -99,7 +99,7 @@ ___

#### Defined in

[index.ts:18](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/index.ts#L18)
[index.ts:18](https://github.com/contentauth/c2pa-node/blob/a84891c/js-src/index.ts#L18)

___

Expand All @@ -109,7 +109,7 @@ ___

#### Defined in

[lib/hash.ts:17](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/hash.ts#L17)
[lib/hash.ts:17](https://github.com/contentauth/c2pa-node/blob/a84891c/js-src/lib/hash.ts#L17)

___

Expand All @@ -119,7 +119,7 @@ ___

#### Defined in

[bindings.ts:353](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/bindings.ts#L353)
[bindings.ts:353](https://github.com/contentauth/c2pa-node/blob/a84891c/js-src/bindings.ts#L353)

___

Expand All @@ -135,7 +135,7 @@ ___

#### Defined in

[bindings.ts:225](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/bindings.ts#L225)
[bindings.ts:225](https://github.com/contentauth/c2pa-node/blob/a84891c/js-src/bindings.ts#L225)

___

Expand All @@ -161,7 +161,7 @@ ___

#### Defined in

[bindings.ts:201](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/bindings.ts#L201)
[bindings.ts:201](https://github.com/contentauth/c2pa-node/blob/a84891c/js-src/bindings.ts#L201)

___

Expand All @@ -171,7 +171,7 @@ ___

#### Defined in

[lib/signer.ts:50](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/signer.ts#L50)
[lib/signer.ts:50](https://github.com/contentauth/c2pa-node/blob/a84891c/js-src/lib/signer.ts#L50)

## Functions

Expand All @@ -193,7 +193,7 @@ Creates an instance of the SDK that encompasses a set of global options

#### Defined in

[index.ts:38](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/index.ts#L38)
[index.ts:38](https://github.com/contentauth/c2pa-node/blob/a84891c/js-src/index.ts#L38)

___

Expand All @@ -213,4 +213,4 @@ ___

#### Defined in

[lib/signer.ts:64](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/signer.ts#L64)
[lib/signer.ts:64](https://github.com/contentauth/c2pa-node/blob/a84891c/js-src/lib/signer.ts#L64)
22 changes: 11 additions & 11 deletions api-docs/classes/ManifestBuilder.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

#### Defined in

[lib/manifestBuilder.ts:41](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/manifestBuilder.ts#L41)
[lib/manifestBuilder.ts:41](https://github.com/contentauth/c2pa-node/blob/a84891c/js-src/lib/manifestBuilder.ts#L41)

## Properties

Expand All @@ -52,7 +52,7 @@

#### Defined in

[lib/manifestBuilder.ts:35](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/manifestBuilder.ts#L35)
[lib/manifestBuilder.ts:35](https://github.com/contentauth/c2pa-node/blob/a84891c/js-src/lib/manifestBuilder.ts#L35)

___

Expand All @@ -62,7 +62,7 @@ ___

#### Defined in

[lib/manifestBuilder.ts:39](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/manifestBuilder.ts#L39)
[lib/manifestBuilder.ts:39](https://github.com/contentauth/c2pa-node/blob/a84891c/js-src/lib/manifestBuilder.ts#L39)

___

Expand All @@ -72,7 +72,7 @@ ___

#### Defined in

[lib/manifestBuilder.ts:37](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/manifestBuilder.ts#L37)
[lib/manifestBuilder.ts:37](https://github.com/contentauth/c2pa-node/blob/a84891c/js-src/lib/manifestBuilder.ts#L37)

___

Expand All @@ -82,7 +82,7 @@ ___

#### Defined in

[lib/manifestBuilder.ts:33](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/manifestBuilder.ts#L33)
[lib/manifestBuilder.ts:33](https://github.com/contentauth/c2pa-node/blob/a84891c/js-src/lib/manifestBuilder.ts#L33)

## Accessors

Expand All @@ -96,7 +96,7 @@ ___

#### Defined in

[lib/manifestBuilder.ts:105](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/manifestBuilder.ts#L105)
[lib/manifestBuilder.ts:105](https://github.com/contentauth/c2pa-node/blob/a84891c/js-src/lib/manifestBuilder.ts#L105)

___

Expand All @@ -110,7 +110,7 @@ ___

#### Defined in

[lib/manifestBuilder.ts:109](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/manifestBuilder.ts#L109)
[lib/manifestBuilder.ts:109](https://github.com/contentauth/c2pa-node/blob/a84891c/js-src/lib/manifestBuilder.ts#L109)

## Methods

Expand All @@ -130,7 +130,7 @@ ___

#### Defined in

[lib/manifestBuilder.ts:72](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/manifestBuilder.ts#L72)
[lib/manifestBuilder.ts:72](https://github.com/contentauth/c2pa-node/blob/a84891c/js-src/lib/manifestBuilder.ts#L72)

___

Expand All @@ -150,7 +150,7 @@ ___

#### Defined in

[lib/manifestBuilder.ts:86](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/manifestBuilder.ts#L86)
[lib/manifestBuilder.ts:86](https://github.com/contentauth/c2pa-node/blob/a84891c/js-src/lib/manifestBuilder.ts#L86)

___

Expand All @@ -170,7 +170,7 @@ ___

#### Defined in

[lib/manifestBuilder.ts:118](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/manifestBuilder.ts#L118)
[lib/manifestBuilder.ts:118](https://github.com/contentauth/c2pa-node/blob/a84891c/js-src/lib/manifestBuilder.ts#L118)

___

Expand All @@ -190,4 +190,4 @@ ___

#### Defined in

[lib/manifestBuilder.ts:95](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/manifestBuilder.ts#L95)
[lib/manifestBuilder.ts:95](https://github.com/contentauth/c2pa-node/blob/a84891c/js-src/lib/manifestBuilder.ts#L95)
14 changes: 7 additions & 7 deletions api-docs/enums/SigningAlgorithm.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#### Defined in

[lib/signer.ts:16](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/signer.ts#L16)
[lib/signer.ts:16](https://github.com/contentauth/c2pa-node/blob/a84891c/js-src/lib/signer.ts#L16)

___

Expand All @@ -32,7 +32,7 @@ ___

#### Defined in

[lib/signer.ts:18](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/signer.ts#L18)
[lib/signer.ts:18](https://github.com/contentauth/c2pa-node/blob/a84891c/js-src/lib/signer.ts#L18)

___

Expand All @@ -42,7 +42,7 @@ ___

#### Defined in

[lib/signer.ts:20](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/signer.ts#L20)
[lib/signer.ts:20](https://github.com/contentauth/c2pa-node/blob/a84891c/js-src/lib/signer.ts#L20)

___

Expand All @@ -52,7 +52,7 @@ ___

#### Defined in

[lib/signer.ts:28](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/signer.ts#L28)
[lib/signer.ts:28](https://github.com/contentauth/c2pa-node/blob/a84891c/js-src/lib/signer.ts#L28)

___

Expand All @@ -62,7 +62,7 @@ ___

#### Defined in

[lib/signer.ts:22](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/signer.ts#L22)
[lib/signer.ts:22](https://github.com/contentauth/c2pa-node/blob/a84891c/js-src/lib/signer.ts#L22)

___

Expand All @@ -72,7 +72,7 @@ ___

#### Defined in

[lib/signer.ts:24](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/signer.ts#L24)
[lib/signer.ts:24](https://github.com/contentauth/c2pa-node/blob/a84891c/js-src/lib/signer.ts#L24)

___

Expand All @@ -82,4 +82,4 @@ ___

#### Defined in

[lib/signer.ts:26](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/lib/signer.ts#L26)
[lib/signer.ts:26](https://github.com/contentauth/c2pa-node/blob/a84891c/js-src/lib/signer.ts#L26)
8 changes: 4 additions & 4 deletions api-docs/enums/types.ManifestAssertionKind.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Assertions in C2PA can be stored in several formats

#### Defined in

[types.d.ts:112](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L112)
[types.d.ts:112](https://github.com/contentauth/c2pa-node/blob/a84891c/js-src/types.d.ts#L112)

___

Expand All @@ -33,7 +33,7 @@ ___

#### Defined in

[types.d.ts:113](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L113)
[types.d.ts:113](https://github.com/contentauth/c2pa-node/blob/a84891c/js-src/types.d.ts#L113)

___

Expand All @@ -43,7 +43,7 @@ ___

#### Defined in

[types.d.ts:114](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L114)
[types.d.ts:114](https://github.com/contentauth/c2pa-node/blob/a84891c/js-src/types.d.ts#L114)

___

Expand All @@ -53,4 +53,4 @@ ___

#### Defined in

[types.d.ts:115](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L115)
[types.d.ts:115](https://github.com/contentauth/c2pa-node/blob/a84891c/js-src/types.d.ts#L115)
4 changes: 2 additions & 2 deletions api-docs/enums/types.Relationship.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ There can only be one parent ingredient in the ingredients.

#### Defined in

[types.d.ts:272](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L272)
[types.d.ts:272](https://github.com/contentauth/c2pa-node/blob/a84891c/js-src/types.d.ts#L272)

___

Expand All @@ -33,4 +33,4 @@ ___

#### Defined in

[types.d.ts:273](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/types.d.ts#L273)
[types.d.ts:273](https://github.com/contentauth/c2pa-node/blob/a84891c/js-src/types.d.ts#L273)
4 changes: 2 additions & 2 deletions api-docs/interfaces/BufferAsset.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

#### Defined in

[bindings.ts:138](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/bindings.ts#L138)
[bindings.ts:138](https://github.com/contentauth/c2pa-node/blob/a84891c/js-src/bindings.ts#L138)

___

Expand All @@ -27,4 +27,4 @@ ___

#### Defined in

[bindings.ts:140](https://github.com/contentauth/c2pa-node/blob/ee640e4/js-src/bindings.ts#L140)
[bindings.ts:140](https://github.com/contentauth/c2pa-node/blob/a84891c/js-src/bindings.ts#L140)
Loading