Skip to content

Commit 91de9d1

Browse files
committed
v0.7.6
1 parent cbeee33 commit 91de9d1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gadgetinc/mobx-quick-tree",
3-
"version": "0.7.5",
3+
"version": "0.7.6",
44
"description": "A mirror of mobx-state-tree's API to construct fast, read-only instances that share all the same views",
55
"source": "src/index.ts",
66
"main": "dist/src/index.js",

src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import { lazyUnion, union } from "./union";
1717
export * from "./api";
1818
export * from "./types";
1919
export { $type } from "./symbols";
20+
export { setDefaultShouldEmitPatchOnChange } from "./class-model";
2021

2122
export const types = {
2223
boolean: SimpleType.for("boolean", mstTypes.boolean),

0 commit comments

Comments
 (0)