File tree Expand file tree Collapse file tree 3 files changed +166
-259
lines changed
Expand file tree Collapse file tree 3 files changed +166
-259
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @enginehub/schematicwebviewer" ,
3- "version" : " 4.3.0 " ,
3+ "version" : " 4.3.1 " ,
44 "description" : " A web viewer for modern Minecraft schematics" ,
55 "main" : " dist/cjs/index.js" ,
66 "module" : " dist/esm/index.js" ,
2828 "homepage" : " https://github.com/EngineHub/SchematicWebViewer#readme" ,
2929 "dependencies" : {
3030 "@enginehub/schematicjs" : " ^0.8.0" ,
31- "babylonjs" : " 5.18.0" ,
31+ "babylonjs" : " 5.22.1" ,
32+ "buffer" : " ^6.0.3" ,
3233 "deepmerge" : " ^4.2.2" ,
3334 "gzip-js" : " ^0.3.2" ,
3435 "jszip" : " ^3.10.1" ,
35- "nbt-ts" : " ^1.3.4 "
36+ "nbt-ts" : " ^1.3.5 "
3637 },
3738 "devDependencies" : {
3839 "@types/gzip-js" : " ^0.3.3" ,
39- "@typescript-eslint/eslint-plugin" : " ^5.27.0" ,
40- "@typescript-eslint/parser" : " ^5.27.0" ,
41- "buffer" : " ^6.0.3" ,
42- "eslint" : " ^8.17.0" ,
40+ "@typescript-eslint/eslint-plugin" : " ^5.36.1" ,
41+ "@typescript-eslint/parser" : " ^5.36.1" ,
42+ "eslint" : " ^8.23.0" ,
4343 "eslint-config-prettier" : " ^8.5.0" ,
4444 "eslint-plugin-prettier" : " ^4.2.1" ,
45- "got" : " ^12.3.1" ,
4645 "parcel" : " ^2.7.0" ,
4746 "prettier" : " ^2.6.2" ,
4847 "prettier-eslint" : " ^15.0.1" ,
49- "process" : " ^0.11.10" ,
50- "typescript" : " ^4.7.3"
48+ "typescript" : " ^4.8.2"
5149 },
5250 "peerDependencies" : {
5351 "@enginehub/schematicjs" : " ^0.7.0"
Original file line number Diff line number Diff line change 1- export * from './types' ;
2- export * from './renderer' ;
1+ export type { SchematicHandles , SchematicRenderOptions } from './types' ;
2+ export { renderSchematic } from './renderer' ;
You can’t perform that action at this time.
0 commit comments