File tree 4 files changed +50
-53
lines changed
4 files changed +50
-53
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " c2pa-node " : patch
3
+ ---
4
+
5
+ Move packages out of devDependencies to fix postinstall
Original file line number Diff line number Diff line change 44
44
"@types/node-fetch" : " ^2.6.4" ,
45
45
"@types/pixelmatch" : " ^5.2.4" ,
46
46
"chokidar" : " ^3.5.3" ,
47
- "cli-progress" : " ^3.12.0" ,
48
47
"cpy-cli" : " ^4.2.0" ,
49
48
"jest" : " ^29.7.0" ,
50
49
"nock" : " ^13.3.1" ,
51
- "node-fetch" : " ^2.6.11" ,
52
50
"pixelmatch" : " ^5.3.0" ,
53
51
"prettier" : " 2.8.8" ,
54
- "pretty-bytes" : " ^5.6.0" ,
55
52
"rimraf" : " ^5.0.1" ,
56
53
"tempy" : " ^1.0.1" ,
57
54
"ts-jest" : " ^29.1.2" ,
58
55
"typedoc" : " ^0.24.8" ,
59
56
"typedoc-plugin-markdown" : " ^3.15.3" ,
60
- "typescript" : " ^5.0.4" ,
61
- "unzipper" : " ^0.10.14"
57
+ "typescript" : " ^5.0.4"
62
58
},
63
59
"keywords" : [
64
60
" c2pa"
71
67
"@changesets/cli" : " ^2.26.1" ,
72
68
"cargo-cp-artifact" : " ^0.1" ,
73
69
"chalk" : " ^4.1.2" ,
70
+ "cli-progress" : " ^3.12.0" ,
74
71
"mkdirp" : " ^3.0.1" ,
72
+ "node-fetch" : " ^2.6.11" ,
75
73
"npm-run-all" : " ^4.1.5" ,
76
74
"pkg-dir" : " 5" ,
77
- "sharp" : " ^0.33.2"
75
+ "pretty-bytes" : " ^5.6.0" ,
76
+ "sharp" : " ^0.33.2" ,
77
+ "unzipper" : " ^0.10.14"
78
78
}
79
79
}
You can’t perform that action at this time.
0 commit comments