@balena/abstract-sql-compiler
Advanced tools
Comparing version 9.1.2 to 9.1.3-build-renovate-major-husky-bae835665431a88f0fdd4804f1d70757a7e11dd0-1
@@ -7,4 +7,9 @@ # Change Log | ||
## 9.1.2 - 2024-03-26 | ||
## 9.1.3 - 2024-04-09 | ||
* Update prepare script for husky v9 [Josh Bowling] | ||
* Update dependency husky to v9 [Self-hosted Renovate Bot] | ||
## 9.1.2 - 2024-04-09 | ||
* Update dependency lint-staged to v15 [Self-hosted Renovate Bot] | ||
@@ -11,0 +16,0 @@ |
{ | ||
"name": "@balena/abstract-sql-compiler", | ||
"version": "9.1.2", | ||
"version": "9.1.3-build-renovate-major-husky-bae835665431a88f0fdd4804f1d70757a7e11dd0-1", | ||
"description": "A translator for abstract sql into sql.", | ||
@@ -12,3 +12,3 @@ "main": "out/AbstractSQLCompiler.js", | ||
"posttest": "npm run lint", | ||
"prepare": "node -e \"try { require('husky').install() } catch (e) {if (e.code !== 'MODULE_NOT_FOUND') throw e}\" && npm run build", | ||
"prepare": "node -e \"try { (await import('husky')).default() } catch (e) { if (e.code !== 'ERR_MODULE_NOT_FOUND') throw e }\" --input-type module && npm run build", | ||
"lint-fix": "balena-lint --fix -e js -e ts src/ test/", | ||
@@ -36,3 +36,3 @@ "lint": "balena-lint -e js -e ts src/ test/ && tsc --noEmit && tsc --noEmit --project tsconfig.js.json" | ||
"common-tags": "^1.8.2", | ||
"husky": "^8.0.3", | ||
"husky": "^9.0.0", | ||
"lint-staged": "^15.0.0", | ||
@@ -66,4 +66,4 @@ "mocha": "^10.2.0", | ||
"versionist": { | ||
"publishedAt": "2024-03-26T10:44:47.946Z" | ||
"publishedAt": "2024-04-09T01:35:54.336Z" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
848375
2