Minor fixes
- Ignore
tsconfig.json
when publishing to NPM 5236d81, thanks @LinusU! - add param
mutateDocument
in functionapplyPatch
that defaults totrue
. If you set it tofalse
, your object will be cloned before applying any operations. 688be37, thanks @chochihim!