on-error-resume-next
Advanced tools
Comparing version 2.0.2-main.6bb1c21 to 2.0.2-main.6d8daa6
{ | ||
"name": "on-error-resume-next", | ||
"version": "2.0.2-main.6bb1c21", | ||
"version": "2.0.2-main.6d8daa6", | ||
"description": "Run a function, synchronously or asynchronously, and ignore errors.", | ||
@@ -48,4 +48,5 @@ "files": [ | ||
"bump:prod": "PACKAGES_TO_BUMP=$(cat package.json | jq -r '(.pinDependencies // {}) as $P | (.localPeerDependencies // {}) as $L | (.dependencies // {}) | to_entries | map(select(.key as $K | $L | has($K) | not)) | map(.key + \"@\" + ($P[.key] // [\"latest\"])[0]) | join(\" \")') && [ ! -z \"$PACKAGES_TO_BUMP\" ] && npm install $PACKAGES_TO_BUMP || true", | ||
"precommit": "npm run precommit:eslint && npm run precommit:typescript:production && npm run precommit:typescript:test", | ||
"precommit": "npm run precommit:eslint && npm run precommit:publint && npm run precommit:typescript:production && npm run precommit:typescript:test", | ||
"precommit:eslint": "eslint ./src/", | ||
"precommit:publint": "publint", | ||
"precommit:typescript:production": "tsc --noEmit --project ./src/tsconfig.precommit.production.json", | ||
@@ -76,4 +77,4 @@ "precommit:typescript:test": "tsc --noEmit --project ./src/tsconfig.precommit.test.json", | ||
"devDependencies": { | ||
"@babel/preset-env": "^7.24.6", | ||
"@babel/preset-typescript": "^7.24.6", | ||
"@babel/preset-env": "^7.24.7", | ||
"@babel/preset-typescript": "^7.24.7", | ||
"@jest/globals": "^29.7.0", | ||
@@ -83,12 +84,13 @@ "@tsconfig/recommended": "^1.0.6", | ||
"@types/jest": "^29.5.12", | ||
"@types/node": "^20.12.13", | ||
"esbuild": "^0.21.4", | ||
"@types/node": "^20.14.9", | ||
"esbuild": "^0.21.5", | ||
"jest": "^29.7.0", | ||
"prettier": "^3.2.5", | ||
"tsup": "^8.0.2", | ||
"typescript": "^5.4.5" | ||
"prettier": "^3.3.2", | ||
"publint": "^0.2.11", | ||
"tsup": "^8.1.0", | ||
"typescript": "^5.5.2" | ||
}, | ||
"dependencies": { | ||
"on-error-resume-next": "^2.0.2-main.6bb1c21" | ||
"on-error-resume-next": "^2.0.2-main.6d8daa6" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
27166
13