@contentauth/c2pa-types 0.4.5 → 0.4.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ Exports TypeScript types used by c2pa-web that are auto-generated from [c2pa-rs]
|
|
|
6
6
|
|
|
7
7
|
Ensure the repo-wide prerequisites are installed:
|
|
8
8
|
|
|
9
|
-
- [Node.js](https://nodejs.org/) v22+
|
|
9
|
+
- [Node.js](https://nodejs.org/) v22.22+
|
|
10
10
|
- [NX](https://nx.dev/getting-started/intro)
|
|
11
11
|
- [pnpm](https://pnpm.io/)
|
|
12
12
|
|