mobx-keystone
Advanced tools
Comparing version 0.68.0 to 0.68.1-alpha
{ | ||
"name": "mobx-keystone", | ||
"version": "0.68.0", | ||
"version": "0.68.1-alpha", | ||
"description": "A MobX powered state management solution based on data trees with first class support for TypeScript, snapshots, patches and much more", | ||
@@ -28,15 +28,12 @@ "keywords": [ | ||
".": { | ||
"import": { | ||
"webpack": "./dist/mobx-keystone.es.js", | ||
"default": "./dist/mobx-keystone.es.mjs" | ||
}, | ||
"import": "./dist/src/index.mjs", | ||
"require": "./dist/mobx-keystone.umd.js", | ||
"script": "./dist/mobx-keystone.umd.js", | ||
"default": "./dist/mobx-keystone.es.mjs" | ||
"default": "./dist/src/index.mjs" | ||
} | ||
}, | ||
"esmodule": "./dist/mobx-keystone.es.mjs", | ||
"module": "./dist/mobx-keystone.es.js", | ||
"jsnext:main": "./dist/mobx-keystone.es.js", | ||
"react-native": "./dist/mobx-keystone.es.js", | ||
"esmodule": "./dist/src/index.mjs", | ||
"module": "./dist/src/index.mjs", | ||
"jsnext:main": "./dist/src/index.mjs", | ||
"react-native": "./dist/src/index.mjs", | ||
"umd:main": "./dist/mobx-keystone.umd.js", | ||
@@ -60,3 +57,3 @@ "unpkg": "./dist/mobx-keystone.umd.js", | ||
"copy-root-files": "shx cp ../../README.md . && shx cp ../../LICENSE . && shx cp ../../CHANGELOG.md .", | ||
"build": "yarn quick-build && yarn copy-root-files && shx rm -rf dist && vite build && shx cp ./dist/mobx-keystone.es.js ./dist/mobx-keystone.es.mjs", | ||
"build": "yarn quick-build && yarn copy-root-files && shx rm -rf dist && vite build", | ||
"test": "jest", | ||
@@ -63,0 +60,0 @@ "test:ci": "yarn test -i --coverage", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4167073
724
58677