@posva/vuefire-core
Advanced tools
Comparing version 2.0.1 to 2.1.0
{ | ||
"name": "@posva/vuefire-core", | ||
"version": "2.0.1", | ||
"version": "2.1.0", | ||
"description": "Shared code for vue + Firebase apps used by vuefire and vuexfire", | ||
@@ -8,3 +8,7 @@ "author": "Eduardo San Martin Morote <posva13@gmail.com>", | ||
"license": "MIT", | ||
"main": "src/index.js", | ||
"sideEffects": false, | ||
"main": "dist/vuefire-core.cjs.js", | ||
"types": "dist/packages/@posva/vuefire-core/src", | ||
"browser": "dist/vuefire-core.esm.js", | ||
"module": "dist/vuefire-core.esm.js", | ||
"directories": { | ||
@@ -16,2 +20,3 @@ "lib": "src", | ||
"src", | ||
"dist", | ||
"LICENSE" | ||
@@ -29,4 +34,7 @@ ], | ||
"test": "yarn run test:unit", | ||
"build": "rollup -c ../../../rollup.config.js", | ||
"prepare": "yarn run build", | ||
"postversion": "yarn run build", | ||
"test:unit": "jest", | ||
"lint": "eslint --fix src test", | ||
"lint": "eslint src __tests__ --ext ts", | ||
"dev": "yarn run test:unit --watchAll" | ||
@@ -38,13 +46,10 @@ }, | ||
"devDependencies": { | ||
"@babel/core": "^7.4.5", | ||
"@babel/preset-env": "^7.4.5", | ||
"@posva/vuefire-test-helpers": "^1.1.0", | ||
"@posva/vuefire-test-helpers": "^1.2.0", | ||
"@types/jest": "^24.0.15", | ||
"eslint": "^5.9.0", | ||
"eslint-plugin-vue-libs": "^3.0.0", | ||
"firebase": "^5.11.1", | ||
"firebase": "^6.3.0", | ||
"jest": "^24.8.0", | ||
"ts-jest": "^24.0.2", | ||
"typescript": "^3.5.2" | ||
}, | ||
"gitHead": "e4c8ac5bf2c6254cf7fe1998d43ceab69572703d" | ||
"gitHead": "d72085b8d357b2b54644da3bb3b8bcd813a05617" | ||
} |
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
61407
6
17
1686
1