@ayan4m1/git-clone-sparse
Advanced tools
Comparing version 0.4.0 to 0.4.1
import { cloneSparse } from './utils.js'; | ||
export default cloneSparse; | ||
export { CloneSparseOptions } from './utils.js'; |
@@ -5,22 +5,24 @@ { | ||
"devDependencies": { | ||
"@rollup/plugin-node-resolve": "^15.2.3", | ||
"@eslint/js": "^9.12.0", | ||
"@rollup/plugin-node-resolve": "^15.3.0", | ||
"@rollup/plugin-terser": "^0.4.4", | ||
"@rollup/plugin-typescript": "^11.1.6", | ||
"@types/node": "^20.12.12", | ||
"@rollup/plugin-typescript": "^12.1.1", | ||
"@types/node": "^22.7.6", | ||
"@types/rollup-plugin-auto-external": "^2.0.5", | ||
"@typescript-eslint/eslint-plugin": "^7.9.0", | ||
"@typescript-eslint/parser": "^7.9.0", | ||
"auto-changelog": "^2.4.0", | ||
"auto-changelog": "^2.5.0", | ||
"cross-env": "^7.0.3", | ||
"eslint": "^8.57.0", | ||
"eslint": "^9.12.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-prettier": "^5.1.3", | ||
"husky": "^9.0.11", | ||
"lint-staged": "^15.2.2", | ||
"prettier": "^3.2.5", | ||
"rollup": "^4.17.2", | ||
"eslint-import-resolver-typescript": "^3.6.3", | ||
"eslint-plugin-import-x": "^4.3.1", | ||
"eslint-plugin-prettier": "^5.2.1", | ||
"husky": "^9.1.6", | ||
"lint-staged": "^15.2.10", | ||
"prettier": "^3.3.3", | ||
"rollup": "^4.24.0", | ||
"rollup-plugin-auto-external": "^2.0.0", | ||
"rollup-plugin-shebang-bin": "^0.0.6", | ||
"tslib": "^2.6.2", | ||
"typescript": "^5.4.5" | ||
"rollup-plugin-shebang-bin": "^0.0.7", | ||
"tslib": "^2.8.0", | ||
"typescript": "~5.6.3", | ||
"typescript-eslint": "^8.10.0" | ||
}, | ||
@@ -47,3 +49,3 @@ "engines": { | ||
"develop": "rollup -c -w --configPlugin typescript", | ||
"lint": "eslint ./src --ext .ts", | ||
"lint": "eslint ./src/**/*.ts", | ||
"prepack": "cross-env NODE_ENV=production rollup -c --configPlugin typescript", | ||
@@ -55,7 +57,7 @@ "version": "auto-changelog -p -b 10 -l 10 && git add CHANGELOG.md", | ||
"types": "lib/index.d.ts", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"dependencies": { | ||
"commander": "12.0.0", | ||
"semver": "7.6.2" | ||
"commander": "12.1.0", | ||
"semver": "7.6.3" | ||
} | ||
} |
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
7078
22
22
+ Addedcommander@12.1.0(transitive)
+ Addedsemver@7.6.3(transitive)
- Removedcommander@12.0.0(transitive)
- Removedsemver@7.6.2(transitive)
Updatedcommander@12.1.0
Updatedsemver@7.6.3