From f250d6c9c04758bad68d42ad58613eadacc36d41 Mon Sep 17 00:00:00 2001 From: Austin Le Date: Mon, 8 Jun 2026 00:48:49 -0700 Subject: [PATCH 1/3] =?UTF-8?q?chore:=20archive=20notice=20=E2=80=94=20dev?= =?UTF-8?q?elopment=20moved=20to=20c2pa-js=20monorepo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This repository is archived. @contentauth/c2pa-node development continues in contentauth/c2pa-js under packages/c2pa-node. Co-Authored-By: Claude Sonnet 4.5 --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a05155f..cc6451e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ +> [!WARNING] +> **This repository has been archived.** Development of `@contentauth/c2pa-node` continues in the +> [contentauth/c2pa-js](https://github.com/contentauth/c2pa-js) monorepo under +> [`packages/c2pa-node`](https://github.com/contentauth/c2pa-js/tree/main/packages/c2pa-node). +> Please file issues and open pull requests there. + # C2PA Node.js library -The [c2pa-node-v2](https://github.com/contentauth/c2pa-node-v2) repository implements a Node.js API that can: +The [c2pa-js](https://github.com/contentauth/c2pa-js) monorepo implements a Node.js API that can: - Read and validate C2PA data from media files in supported formats. - Add signed manifests to media files in supported formats. @@ -47,7 +53,7 @@ This command will download precompiled binaries for the following systems: ## Documentation -Complete API documentation is generated from TypeScript source using [TypeDoc](https://typedoc.org/) and published to GitHub Pages at [https://contentauth.github.io/c2pa-node-v2/](https://contentauth.github.io/c2pa-node-v2/). +Complete API documentation is generated from TypeScript source using [TypeDoc](https://typedoc.org/) and published to GitHub Pages at [https://contentauth.github.io/c2pa-js/](https://contentauth.github.io/c2pa-js/). To generate documentation locally: From fa052f7ae3cd0e5085b16c2285d0830a0b2fe330 Mon Sep 17 00:00:00 2001 From: Austin Le Date: Wed, 17 Jun 2026 14:24:49 -0700 Subject: [PATCH 2/3] Update README to archive the repo --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cc6451e..fc52b21 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ > [!WARNING] -> **This repository has been archived.** Development of `@contentauth/c2pa-node` continues in the -> [contentauth/c2pa-js](https://github.com/contentauth/c2pa-js) monorepo under -> [`packages/c2pa-node`](https://github.com/contentauth/c2pa-js/tree/main/packages/c2pa-node). -> Please file issues and open pull requests there. +> **This repository has been archived.** +> Development of `@contentauth/c2pa-node` continues in the [contentauth/c2pa-js](https://github.com/contentauth/c2pa-js) +> monorepo under [`packages/c2pa-node`](https://github.com/contentauth/c2pa-js/tree/main/packages/c2pa-node). +> Please use the package from that repository going forward, and file new issues and submit pull requests from there. # C2PA Node.js library From 83ce6afd48d3c316c540196813dccd4ae5ea983d Mon Sep 17 00:00:00 2001 From: Austin Le Date: Wed, 17 Jun 2026 14:35:33 -0700 Subject: [PATCH 3/3] Revert some line changes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fc52b21..d44406f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ # C2PA Node.js library -The [c2pa-js](https://github.com/contentauth/c2pa-js) monorepo implements a Node.js API that can: +The [c2pa-node-v2](https://github.com/contentauth/c2pa-node-v2) repository implements a Node.js API that can: - Read and validate C2PA data from media files in supported formats. - Add signed manifests to media files in supported formats. @@ -53,7 +53,7 @@ This command will download precompiled binaries for the following systems: ## Documentation -Complete API documentation is generated from TypeScript source using [TypeDoc](https://typedoc.org/) and published to GitHub Pages at [https://contentauth.github.io/c2pa-js/](https://contentauth.github.io/c2pa-js/). +Complete API documentation is generated from TypeScript source using [TypeDoc](https://typedoc.org/) and published to GitHub Pages at [https://contentauth.github.io/c2pa-node-v2/](https://contentauth.github.io/c2pa-node-v2/). To generate documentation locally: