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/silver-dancers-strive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'c2pa-node': patch
---

Lower glibc requirement
4 changes: 2 additions & 2 deletions .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 All @@ -19,7 +19,7 @@ jobs:
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.85.0
toolchain: 1.82.0

- name: Install pnpm
run: |
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
8 changes: 4 additions & 4 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 All @@ -92,7 +92,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
components: llvm-tools-preview
toolchain: 1.85.0
toolchain: 1.82.0
target: ${{matrix.target}}

- name: Install pnpm
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
30 changes: 15 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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/796fe3f/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/796fe3f/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/796fe3f/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/796fe3f/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/796fe3f/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/796fe3f/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/796fe3f/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/796fe3f/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/796fe3f/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/796fe3f/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/796fe3f/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/796fe3f/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/796fe3f/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/796fe3f/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/796fe3f/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/796fe3f/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/796fe3f/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/796fe3f/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/796fe3f/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/796fe3f/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/796fe3f/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/796fe3f/js-src/lib/manifestBuilder.ts#L95)
Loading