Skip to content

Commit 3f027a3

Browse files
committed
update mol*
1 parent 8dde971 commit 3f027a3

3 files changed

Lines changed: 31 additions & 30 deletions

File tree

@mol-view-stories/webapp/src/components/story-builder/editors/mvs-typing.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2360,6 +2360,7 @@ namespace _ {
23602360
function zero(): Vec3;
23612361
function clone(a: Vec3): Vec3;
23622362
function isFinite(a: Vec3): boolean;
2363+
function isInteger(a: Vec3): boolean;
23632364
function hasNaN(a: Vec3): boolean;
23642365
function setNaN(out: Vec3): Vec3;
23652366
function fromObj(v: {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"tsc:check": "pnpm run --filter=* tsc:check"
1010
},
1111
"dependencies": {
12-
"molstar": "^5.3.0"
12+
"molstar": "^5.4.1"
1313
},
1414
"devDependencies": {
1515
"@eslint/eslintrc": "^3",

pnpm-lock.yaml

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)