@aklinker1/buildc
Advanced tools
Comparing version 1.0.8-alpha12 to 1.0.8-alpha13
{ | ||
"name": "@aklinker1/buildc", | ||
"description": "Zero config CLI tool for caching and orchestrating builds in monorepos", | ||
"version": "1.0.8-alpha12", | ||
"version": "1.0.8-alpha13", | ||
"type": "module", | ||
@@ -13,4 +13,6 @@ "packageManager": "pnpm@8.15.8", | ||
"fs-extra": "^11.2.0", | ||
"lockfile": "^1.0.4", | ||
"ohash": "^1.1.3", | ||
"pathe": "^1.1.2", | ||
"proper-lockfile": "^4.1.2", | ||
"yaml": "^2.4.5" | ||
@@ -22,3 +24,5 @@ }, | ||
"@types/fs-extra": "^11.0.4", | ||
"@types/lockfile": "^1.0.4", | ||
"@types/node": "^20.14.2", | ||
"@types/proper-lockfile": "^4.1.4", | ||
"lint-staged": "^15.2.7", | ||
@@ -25,0 +29,0 @@ "prettier": "^3.3.2", |
Sorry, the diff of this file is not supported yet
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
12487
11
11
254
+ Addedlockfile@^1.0.4
+ Addedproper-lockfile@^4.1.2
+ Addedlockfile@1.0.4(transitive)
+ Addedproper-lockfile@4.1.2(transitive)
+ Addedretry@0.12.0(transitive)
+ Addedsignal-exit@3.0.7(transitive)