Skip to content

Commit

Permalink
v0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-rc committed Jul 10, 2024
1 parent cbeee33 commit 91de9d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gadgetinc/mobx-quick-tree",
"version": "0.7.5",
"version": "0.7.6",
"description": "A mirror of mobx-state-tree's API to construct fast, read-only instances that share all the same views",
"source": "src/index.ts",
"main": "dist/src/index.js",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import { lazyUnion, union } from "./union";
export * from "./api";
export * from "./types";
export { $type } from "./symbols";
export { setDefaultShouldEmitPatchOnChange } from "./class-model";

export const types = {
boolean: SimpleType.for("boolean", mstTypes.boolean),
Expand Down

0 comments on commit 91de9d1

Please sign in to comment.