File tree Expand file tree Collapse file tree 3 files changed +2
-196
lines changed
Expand file tree Collapse file tree 3 files changed +2
-196
lines changed Original file line number Diff line number Diff line change 4141 uses : changesets/action@v1
4242 with :
4343 publish : pnpm release
44+ force : true
4445 env :
4546 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4647 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 3030 "lint" : " cargo clippy && pnpm eslint" ,
3131 "postbuild:rust-debug" : " neon dist < cargo.log" ,
3232 "postcross-build" : " neon dist -m /target < cross.log" ,
33- "postinstall" : " node ./scripts/postinstall.js" ,
3433 "release" : " run-s build changeset:publish" ,
3534 "test" : " jest" ,
3635 "test:watch" : " jest --watch --runInBand --detectOpenHandles --forceExit"
4746 "@types/node" : " ^22.17.1" ,
4847 "@typescript-eslint/eslint-plugin" : " ^8.39.1" ,
4948 "@typescript-eslint/parser" : " ^8.39.1" ,
50- "cargo-cp-artifact" : " ^0.1.9" ,
5149 "cpy-cli" : " ^5.0.0" ,
5250 "eslint" : " ^9.33.0" ,
5351 "fs-extra" : " ^11.3.1" ,
6866 },
6967 "homepage" : " https://github.com/contentauth/c2pa-node-v2#readme" ,
7068 "dependencies" : {
71- "chalk" : " ^5.6.0" ,
72- "cli-progress" : " ^3.12.0" ,
73- "debug" : " ^4.4.1" ,
74- "mkdirp" : " ^3.0.1" ,
75- "node-fetch" : " ^3.3.2" ,
76- "pkg-dir" : " ^9.0.0" ,
77- "pretty-bytes" : " ^7.0.1" ,
78- "unzipper" : " ^0.12.3"
69+ "debug" : " ^4.4.1"
7970 },
8071 "packageManager" : " pnpm@10.14.0"
8172}
You can’t perform that action at this time.
0 commit comments