mobx-state-tree
Advanced tools
Comparing version 3.12.1 to 3.12.2
{ | ||
"name": "mobx-state-tree", | ||
"version": "3.12.1", | ||
"version": "3.12.2", | ||
"description": "Opinionated, transactional, MobX powered state container", | ||
@@ -8,6 +8,13 @@ "main": "dist/mobx-state-tree.js", | ||
"module": "dist/mobx-state-tree.module.js", | ||
"browser": { | ||
"./dist/mobx-state-tree.js": "./dist/mobx-state-tree.js", | ||
"./dist/mobx-state-tree.module.js": "./dist/mobx-state-tree.module.js" | ||
}, | ||
"unpkg": "dist/mobx-state-tree.umd.min.js", | ||
"jsnext:main": "dist/mobx-state-tree.module.js", | ||
"react-native": "dist/mobx-state-tree.module.js", | ||
"typings": "dist/index.d.ts", | ||
"scripts": { | ||
"build": "shx cp ../../README.md . && tsc && cpr lib dist --delete-first --filter=\\\\.js && yarn rollup", | ||
"rollup": "rollup -c", | ||
"clean": "shx rm -rf dist && shx rm -rf lib", | ||
"build": "yarn clean && shx cp ../../README.md . && tsc && cpr lib dist --filter=\\.js$ && rollup -c", | ||
"jest": "jest --testPathPattern=/__tests__/core/", | ||
@@ -58,2 +65,3 @@ "jest:perf": "jest --testPathPattern=/__tests__/perf/", | ||
"ts-node": "^8.0.3", | ||
"tslib": "^1.9.3", | ||
"tslint": "^5.14.0", | ||
@@ -75,6 +83,3 @@ "typedoc": "^0.14.2", | ||
"state management" | ||
], | ||
"dependencies": { | ||
"tslib": "^1.9.3" | ||
} | ||
] | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
1087521
1
20792
23
44
3
126
- Removedtslib@^1.9.3
- Removedtslib@1.14.1(transitive)