@sprucelabs/esm-postbuild
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "@sprucelabs/esm-postbuild", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Script to do thins after build of esm modules", | ||
@@ -23,7 +23,8 @@ "main": "build/esm-postbuild.js", | ||
"fix.lint": "eslint --fix '**/*.ts'", | ||
"lint": "eslint '**/*.ts' && tsc -p . --noEmit", | ||
"lint": "eslint --cache '**/*.ts' && tsc -p . --noEmit", | ||
"rebuild": "yarn clean.all && yarn && yarn build.dev", | ||
"release": "semantic-release", | ||
"test": "jest", | ||
"upgrade.packages.all": "yarn install && yarn upgrade --latest && rm yarn.lock | true && yarn | true && yarn fix.lint | true", | ||
"upgrade.packages": "yarn-upgrade-all && rm -f yarn.lock ; yarn ; yarn fix.lint | true", | ||
"upgrade.packages.all": "yarn install && yarn upgrade.packages", | ||
"upgrade.packages.test": "yarn upgrade.packages.all && yarn lint && yarn build && yarn test", | ||
@@ -34,5 +35,5 @@ "watch.build": "yarn build.tsc -w", | ||
"dependencies": { | ||
"chalk": "^4.1.0", | ||
"globby": "^11.0.1", | ||
"yargs": "^17.0.0" | ||
"chalk": "^4.1.1", | ||
"globby": "^11.0.3", | ||
"yargs": "^17.0.1" | ||
}, | ||
@@ -45,12 +46,12 @@ "devDependencies": { | ||
"@sprucelabs/test-utils": "latest", | ||
"@types/fs-extra": "^9.0.2", | ||
"@types/fs-extra": "^9.0.11", | ||
"chokidar-cli": "^2.1.0", | ||
"concurrently": "^6.0.0", | ||
"eslint": "^7.11.0", | ||
"concurrently": "^6.2.0", | ||
"eslint": "^7.28.0", | ||
"eslint-config-spruce": "latest", | ||
"fs-extra": "^10.0.0", | ||
"jest": "^27.0.1", | ||
"jest-circus": "^27.0.1", | ||
"prettier": "^2.1.2", | ||
"typescript": "^4.0.3", | ||
"jest": "^27.0.4", | ||
"jest-circus": "^27.0.4", | ||
"prettier": "^2.3.1", | ||
"typescript": "^4.3.2", | ||
"yarn-upgrade-all": "^0.5.4" | ||
@@ -57,0 +58,0 @@ }, |
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
6752
Updatedchalk@^4.1.1
Updatedglobby@^11.0.3
Updatedyargs@^17.0.1