Skip to content

Commit

Permalink
Export ModelSet as root element
Browse files Browse the repository at this point in the history
Updated dependencies
  • Loading branch information
chrishamm committed Jan 31, 2023
1 parent 7021160 commit 1f6ea34
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 28 deletions.
54 changes: 27 additions & 27 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@duet3d/objectmodel",
"version": "3.5.0-beta.19",
"version": "3.5.0-beta.20",
"description": "TypeScript implementation of the Duet3D Object Model",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
export * from "./ModelCollection";
export * from "./ModelDictionary";
export * from "./ModelObject";
export * from "./ModelSet";

export * from "./boards";
export * from "./directories";
Expand Down

0 comments on commit 1f6ea34

Please sign in to comment.