@balena/abstract-sql-to-typescript
Advanced tools
Comparing version 2.1.5 to 2.1.6-build-renovate-major-husky-d2d1970b67a473031dad091c3451b78af9fa13f4-1
@@ -7,4 +7,9 @@ # Change Log | ||
## 2.1.5 - 2024-03-16 | ||
## 2.1.6 - 2024-04-09 | ||
* Update prepare script for husky v9 [Josh Bowling] | ||
* Update dependency husky to v9 [Self-hosted Renovate Bot] | ||
## 2.1.5 - 2024-04-09 | ||
* Update dependency @balena/lint to v8 [Self-hosted Renovate Bot] | ||
@@ -11,0 +16,0 @@ |
{ | ||
"name": "@balena/abstract-sql-to-typescript", | ||
"version": "2.1.5", | ||
"version": "2.1.6-build-renovate-major-husky-d2d1970b67a473031dad091c3451b78af9fa13f4-1", | ||
"description": "A translator for abstract sql into typescript types.", | ||
@@ -10,3 +10,3 @@ "main": "out/index.js", | ||
"test": "mocha", | ||
"prepare": "node -e \"try { require('husky').install() } catch (e) {if (e.code !== 'MODULE_NOT_FOUND') throw e}\" && tsc --project ./tsconfig.build.json", | ||
"prepare": "node -e \"try { (await import('husky')).default() } catch (e) { if (e.code !== 'ERR_MODULE_NOT_FOUND') throw e }\" --input-type module && tsc --project ./tsconfig.build.json", | ||
"lint": "balena-lint src test && tsc --noEmit", | ||
@@ -29,3 +29,3 @@ "lint-fix": "balena-lint --fix src test" | ||
"chai": "^4.4.1", | ||
"husky": "^8.0.3", | ||
"husky": "^9.0.0", | ||
"lint-staged": "^15.2.2", | ||
@@ -50,4 +50,4 @@ "mocha": "^10.3.0", | ||
"versionist": { | ||
"publishedAt": "2024-03-16T16:44:40.470Z" | ||
"publishedAt": "2024-04-09T01:41:18.090Z" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
197958
2