Skip to content

Commit

Permalink
2.0.0-alpha.5
Browse files Browse the repository at this point in the history
  • Loading branch information
InventivetalentDev committed Nov 7, 2023
1 parent 331106c commit 622d437
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "minerender",
"version": "2.0.0-alpha.4",
"version": "2.0.0-alpha.5",
"description": "",
"main": "./dist/cjs/index.js",
"types": "./dist/cjs/index.d.ts",
Expand Down Expand Up @@ -69,7 +69,7 @@
"threejs-examples": "^60.0.0",
"ts-deepmerge": "^1.0.6",
"tty-browserify": "^0.0.1",
"typscript-memoize": "git+https://github.com/InventivetalentDev/typescript-memoize.git",
"typescript-memoize": "^1.1.1",
"url": "^0.11.0",
"util": "^0.12.3"
},
Expand Down
2 changes: 1 addition & 1 deletion src/assets/BlockStates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { BlockState } from "../model/block/BlockState";
import { Caching } from "../cache/Caching";
import { AssetLoader } from "./AssetLoader";
import { DEFAULT_NAMESPACE, DEFAULT_ROOT } from "./Assets";
import { Memoize } from "typscript-memoize";
import { Memoize } from "typescript-memoize";
import defaultBlockStates from "../model/defaultBlockStates.json";
import { BlockStateProperties, BlockStatePropertyDefaults } from "../model/block/BlockStateProperties";
import { AssetKey } from "./AssetKey";
Expand Down
2 changes: 1 addition & 1 deletion src/assets/Models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Textures } from "../texture/Textures";
import { Maybe } from "../util/util";
import { ModelMerger } from "../model/ModelMerger";
import { AssetLoader } from "./AssetLoader";
import { Memoize } from "typscript-memoize";
import { Memoize } from "typescript-memoize";
import { DEFAULT_NAMESPACE, DEFAULT_ROOT } from "./Assets";
import { PersistentCache } from "../cache/PersistentCache";
import { AssetKey } from "./AssetKey";
Expand Down

0 comments on commit 622d437

Please sign in to comment.