File tree Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Expand file tree Collapse file tree 3 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " vikus-viewer-script" ,
3- "version" : " 2.0.1 " ,
3+ "version" : " 2.0.2 " ,
44 "description" : " Preprocessing scripts for vikus-viewer" ,
55 "author" : {
66 "name" : " Christopher Pietsch" ,
2323 "main" : " src/index.js" ,
2424 "scripts" : {},
2525 "engines" : {
26- "node" : " >=10.13 .0"
26+ "node" : " >=17.0 .0"
2727 },
2828 "dependencies" : {
2929 "@mapbox/shelf-pack" : " ^3.2.0" ,
30- "glob " : " ^7.1 .6" ,
31- "sharp " : " ^0.25.2 " ,
32- "sharpsheet " : " ^0.0 .3" ,
30+ "sharpsheet " : " ^0.0 .6" ,
31+ "glob " : " ^7.2.0 " ,
32+ "sharp " : " ^0.29 .3" ,
3333 "yargs" : " ^15.1.0"
3434 }
35- }
35+ }
Original file line number Diff line number Diff line change 1- // https://github.com/cpietsch/vikus-viewer-script
2- // by Christopher Pietsch 2020
3-
41const sharp = require ( "sharp" ) ;
52const path = require ( "path" ) ;
63const glob = require ( "glob" ) ;
Original file line number Diff line number Diff line change 1- // https://github.com/cpietsch/vikus-viewer-script
2- // by Christopher Pietsch 2020
3-
41const fs = require ( "fs" ) ;
52const path = require ( "path" ) ;
63const cascade = require ( "./cascade.js" ) ;
You can’t perform that action at this time.
0 commit comments