Skip to content

Commit

Permalink
Bump Python version, generate TypeScript types
Browse files Browse the repository at this point in the history
* Also exclude static validation site from Prettier
  • Loading branch information
camargo committed Mar 21, 2023
1 parent ef4bd10 commit 17744d8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
static-validation-site
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
name='seq-json-schema',
packages=['seq-json-schema'],
url='https://github.com/NASA-AMMOS/seq-json-schema',
version='1.0.17'
version='1.0.18'
)
1 change: 0 additions & 1 deletion types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ export interface SeqJson {
* Hardware commands which are not interpreted by FSW and not part of any sequence.
*/
hardware_commands?: HardwareCommand[];
[k: string]: unknown;
}
/**
* A range of allowable variable values between a defined min and max, inclusive. min and max must be numbers
Expand Down

0 comments on commit 17744d8

Please sign in to comment.