Skip to content

Commit

Permalink
Merge pull request #787 from balena-io/rollback-sbvr-types
Browse files Browse the repository at this point in the history
Rollback @balena/sbvr-types to v7
  • Loading branch information
Page- authored Jul 30, 2024
2 parents 6b9f587 + 911495b commit eeec967
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@balena/odata-parser": "^3.0.8",
"@balena/odata-to-abstract-sql": "^6.2.7",
"@balena/sbvr-parser": "^1.4.4",
"@balena/sbvr-types": "^8.0.0",
"@balena/sbvr-types": "^7.1.3",
"@types/body-parser": "^1.19.5",
"@types/compression": "^1.7.5",
"@types/cookie-parser": "^1.4.7",
Expand Down
2 changes: 1 addition & 1 deletion src/migrator/migrations.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 v3.3.0
// These types were generated by @balena/abstract-sql-to-typescript v3.3.1

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

Expand Down
2 changes: 1 addition & 1 deletion src/sbvr-api/dev.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 v3.3.0
// These types were generated by @balena/abstract-sql-to-typescript v3.3.1

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

Expand Down
2 changes: 1 addition & 1 deletion src/sbvr-api/user.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 v3.3.0
// These types were generated by @balena/abstract-sql-to-typescript v3.3.1

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

Expand Down

0 comments on commit eeec967

Please sign in to comment.