vue-model-x
Advanced tools
Comparing version 0.6.1 to 0.7.0
{ | ||
"name": "vue-model-x", | ||
"version": "0.6.1", | ||
"version": "0.7.0", | ||
"description": "MobX-like state management library for Vue.js", | ||
"main": "./lib/index.js", | ||
"module": "./esm/index.js", | ||
"main": "./dist/node/index.js", | ||
"browser": "./dist/compat/index.js", | ||
"esnext": "./dist/esnext/index.js", | ||
"engines": { | ||
"node": ">= 8" | ||
}, | ||
"scripts": { | ||
"build": "npm run build:cjs && npm run build:esm", | ||
"build:cjs": "babel --config-file ./babel.config.js --delete-dir-on-start -d lib -- src", | ||
"build:esm": "babel --config-file ./babel.config.esm.js --delete-dir-on-start -d esm -- src", | ||
"build": "npm run build:node && npm run build:compat && npm run build:esnext", | ||
"build:node": "babel --config-file ./babel.config.node.js --delete-dir-on-start -d dist/node -- src", | ||
"build:compat": "babel --config-file ./babel.config.compat.js --delete-dir-on-start -d dist/compat -- src", | ||
"build:esnext": "babel --config-file ./babel.config.esnext.js --delete-dir-on-start -d dist/esnext -- src", | ||
"prepublishOnly": "npm run build && npm test", | ||
@@ -26,25 +31,24 @@ "test": "jest" | ||
"peerDependencies": { | ||
"vue": "^2.5.16" | ||
"vue": ">= 2.5" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "7.1.2", | ||
"@babel/core": "7.1.2", | ||
"@babel/plugin-proposal-class-properties": "7.1.0", | ||
"@babel/plugin-proposal-decorators": "7.1.2", | ||
"@babel/preset-env": "7.1.0", | ||
"@vue/test-utils": "1.0.0-beta.25", | ||
"@babel/cli": "7.2.3", | ||
"@babel/core": "7.2.2", | ||
"@babel/plugin-proposal-class-properties": "7.3.0", | ||
"@babel/plugin-proposal-decorators": "7.3.0", | ||
"@babel/preset-env": "7.3.1", | ||
"@vue/test-utils": "1.0.0-beta.28", | ||
"babel-core": "7.0.0-bridge.0", | ||
"babel-eslint": "10.0.1", | ||
"babel-jest": "23.6.0", | ||
"babel-jest": "24.0.0", | ||
"eslint": "4.19.1", | ||
"eslint-config-th0r": "1.0.1", | ||
"jest": "23.6.0", | ||
"vue": "^2.5.17", | ||
"vue-template-compiler": "2.5.17" | ||
"jest": "24.0.0", | ||
"vue": ">= 2.5", | ||
"vue-template-compiler": ">= 2.5" | ||
}, | ||
"files": [ | ||
"src/*.*", | ||
"lib/*.*", | ||
"esm/*.*" | ||
"src/**", | ||
"dist/**" | ||
] | ||
} |
@@ -1,2 +0,2 @@ | ||
export {vueModelXPlugin as default} from './plugin'; | ||
export {vueModelXPlugin} from './plugin'; | ||
export {observable} from './observable'; | ||
@@ -3,0 +3,0 @@ export {computed} from './computed'; |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
50004
42
1454
1