@file-storage/core
Advanced tools
Comparing version 1.3.3 to 1.3.4-alpha.0
{ | ||
"name": "@file-storage/core", | ||
"version": "1.3.3", | ||
"version": "1.3.4-alpha.0", | ||
"description": "> TODO: description", | ||
@@ -8,7 +8,12 @@ "author": "Dang Nguyen <haidang009@gmail.com>", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"main": "dist/esm/index.js", | ||
"types": "dist/types/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"exports": { | ||
"import": "./dist/esm/index.js", | ||
"default": "./dist/esm/index.js", | ||
"require": "./dist/cjs/index.js" | ||
}, | ||
"repository": { | ||
@@ -23,5 +28,6 @@ "type": "git", | ||
"scripts": { | ||
"build": "yarn clean && yarn compile", | ||
"build": "yarn clean && yarn compile:cjs && yarn compile:esm", | ||
"clean": "rimraf -rf ./dist", | ||
"compile": "tsc -p tsconfig.build.json", | ||
"compile:cjs": "tsc -p tsconfig-cjs.build.json", | ||
"compile:esm": "tsc -p tsconfig-esm.build.json", | ||
"test": "jest", | ||
@@ -32,11 +38,11 @@ "test:coverage": "jest --coverage", | ||
"dependencies": { | ||
"@file-storage/local": "^1.3.3", | ||
"@file-storage/local": "^1.3.4-alpha.0", | ||
"uuid": "^8.3.2" | ||
}, | ||
"devDependencies": { | ||
"@file-storage/common": "^1.3.3", | ||
"@file-storage/common": "^1.3.4-alpha.0", | ||
"rimraf": "~3.0.2", | ||
"typescript": "~4.3.5" | ||
}, | ||
"gitHead": "4d470e71a9a24b7acc0d6f82ac536dacfdd19a4d" | ||
"gitHead": "9e9413b7c284c2eda373044ad98e8d1e85207c5f" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
23903
12
456
2
1