Skip to content

Commit

Permalink
Merge pull request #1911 from balena-io/joshbwlng/abstract-sql-to-typ…
Browse files Browse the repository at this point in the history
…escript

Update @balena/abstract-sql-to-typescript to v5.1.0
  • Loading branch information
joshbwlng authored Dec 23, 2024
2 parents 59ec973 + 37a8bf2 commit 8e4448a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
"@balena/abstract-sql-compiler": "^10.0.1",
"@balena/abstract-sql-to-typescript": "^5.0.1",
"@balena/abstract-sql-to-typescript": "^5.1.0",
"@balena/env-parsing": "^1.2.0",
"@balena/es-version": "^1.0.3",
"@balena/node-metrics-gatherer": "^6.0.3",
Expand Down
2 changes: 1 addition & 1 deletion src/balena-model.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// These types were generated by @balena/abstract-sql-to-typescript v5.0.3
// These types were generated by @balena/abstract-sql-to-typescript v5.1.0

import type { Types } from '@balena/abstract-sql-to-typescript';

Expand Down

0 comments on commit 8e4448a

Please sign in to comment.