File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 22 "private" : true ,
33 "name" : " @cyclonedx/cyclonedx-library-examples-node-javascript" ,
44 "license" : " Apache-2.0" ,
5+ "engines" : {
6+ "node" : " >=20.18.0"
7+ },
58 "dependencies" : {
69 "@cyclonedx/cyclonedx-library" : " file:../../.." ,
710 "xmlbuilder2" : " ^3.0.2||^4.0.0"
Original file line number Diff line number Diff line change 33 "name" : " @cyclonedx/cyclonedx-library-examples-node-typescript-example-cjs" ,
44 "license" : " Apache-2.0" ,
55 "type" : " commonjs" ,
6+ "engines" : {
7+ "node" : " >=20.18.0"
8+ },
69 "dependencies" : {
710 "@cyclonedx/cyclonedx-library" : " file:../../../.." ,
811 "xmlbuilder2" : " ^3.0.2||^4.0.0"
Original file line number Diff line number Diff line change 44 "license" : " Apache-2.0" ,
55 "type" : " module" ,
66 "engines" : {
7- "node" : " >=16 "
7+ "node" : " >=20.18.0 "
88 },
99 "dependencies" : {
1010 "@cyclonedx/cyclonedx-library" : " file:../../../.." ,
You can’t perform that action at this time.
0 commit comments