Comparing version 0.60.2 to 0.60.3
{ | ||
"name": "boost", | ||
"version": "0.60.2", | ||
"version": "0.60.3", | ||
"description": "Robust pipeline for creating build tools that separate logic into routines and tasks.", | ||
"keywords": [], | ||
"keywords": [ | ||
"boost", | ||
"build", | ||
"tool", | ||
"pipeline", | ||
"routine", | ||
"task", | ||
"config" | ||
], | ||
"main": "./lib/index.js", | ||
"types": "./lib/index.d.ts", | ||
"scripts": { | ||
"babel": "beemo typescript --node", | ||
"build": "yarn run babel", | ||
"clean": "rimraf ./{lib,esm}/", | ||
"build": "beemo typescript --node", | ||
"coverage": "yarn run jest --coverage", | ||
"eslint": "beemo eslint", | ||
"jest": "beemo jest", | ||
"package": "yarn run clean && yarn run build && yarn test", | ||
"prettier": "beemo prettier", | ||
@@ -21,3 +26,3 @@ "pretest": "yarn run type", | ||
"type": "beemo typescript --noEmit", | ||
"prerelease": "yarn run package", | ||
"prerelease": "yarn run build && yarn test", | ||
"release": "np --yolo --no-yarn" | ||
@@ -64,3 +69,3 @@ }, | ||
"devDependencies": { | ||
"@milesj/build-tool-config": "0.104.2", | ||
"@milesj/build-tool-config": "0.106.0", | ||
"fs-extra": "^6.0.1" | ||
@@ -67,0 +72,0 @@ }, |
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
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
281393
13
87
0