direct-vuex
Advanced tools
Comparing version 0.8.7 to 0.9.0
{ | ||
"name": "direct-vuex", | ||
"version": "0.8.7", | ||
"version": "0.9.0", | ||
"description": "Use and implement your Vuex store with TypeScript types. Compatible with the Vue 3 composition API.", | ||
"author": "Paleo", | ||
"main": "dist/direct-vuex.js", | ||
"module": "dist-esm/direct-vuex.js", | ||
"files": ["dist", "types"], | ||
"main": "dist/direct-vuex.umd.js", | ||
"module": "dist/direct-vuex.esm.js", | ||
"types": "types/index.d.ts", | ||
"scripts": { | ||
"prepublishOnly": "npm run build", | ||
"clear": "rimraf 'dist/*' 'dist-esm/*'", | ||
"clear": "rimraf 'build/compiled-esm/*' 'build/compiled-umd/*'", | ||
"tsc-umd": "tsc --module UMD --outDir build/compiled-umd", | ||
"tsc": "tsc", | ||
"tsc:watch": "tsc --watch", | ||
"tsc:esm": "tsc --module ES2015 --outDir dist-esm", | ||
"build": "npm run clear && npm run tsc && npm run tsc:esm", | ||
"make-bundles": "node build/make-bundles.js", | ||
"build": "npm run clear && npm run tsc && npm run tsc-umd && npm run make-bundles", | ||
"lint": "tslint -p tsconfig.json -t verbose", | ||
@@ -28,2 +30,3 @@ "test": "jest", | ||
"rimraf": "^3.0.0", | ||
"terser": "^4.4.3", | ||
"ts-jest": "^24.2.0", | ||
@@ -30,0 +33,0 @@ "tslint": "^5.20.1", |
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
44689
9
9
539
1