Skip to content

Commit a35b8f9

Browse files
committed
updated packages
1 parent 0af15b5 commit a35b8f9

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -23,13 +23,13 @@
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+
}

src/cascade.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// https://github.com/cpietsch/vikus-viewer-script
2-
// by Christopher Pietsch 2020
3-
41
const sharp = require("sharp");
52
const path = require("path");
63
const glob = require("glob");

src/textures.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// https://github.com/cpietsch/vikus-viewer-script
2-
// by Christopher Pietsch 2020
3-
41
const fs = require("fs");
52
const path = require("path");
63
const cascade = require("./cascade.js");

0 commit comments

Comments
 (0)