@mashroom/mashroom-storage
Advanced tools
Comparing version 2.3.2 to 2.4.0
@@ -7,3 +7,3 @@ { | ||
"license": "MIT", | ||
"version": "2.3.2", | ||
"version": "2.4.0", | ||
"files": [ | ||
@@ -14,7 +14,7 @@ "dist/**", | ||
"dependencies": { | ||
"@mashroom/mashroom-utils": "2.3.2" | ||
"@mashroom/mashroom-utils": "2.4.0" | ||
}, | ||
"devDependencies": { | ||
"@mashroom/mashroom": "2.3.2", | ||
"@mashroom/mashroom-memory-cache": "2.3.2" | ||
"@mashroom/mashroom": "2.4.0", | ||
"@mashroom/mashroom-memory-cache": "2.4.0" | ||
}, | ||
@@ -27,4 +27,11 @@ "jest": { | ||
], | ||
"testRegex": "(\\.(test|spec))\\.ts" | ||
"testRegex": "(\\.(test|spec))\\.ts", | ||
"reporters": [ | ||
"default", | ||
"jest-junit" | ||
] | ||
}, | ||
"jest-junit": { | ||
"outputDirectory": "./test-reports" | ||
}, | ||
"scripts": { | ||
@@ -31,0 +38,0 @@ "lint": "eslint src test --ext \".ts\" --fix", |
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
27549
+ Added@mashroom/mashroom-utils@2.4.0(transitive)
- Removed@mashroom/mashroom-utils@2.3.2(transitive)