From 17744d8d91927723e31ae607241d62d4c2b2cdbf Mon Sep 17 00:00:00 2001 From: Chris Camargo Date: Mon, 20 Mar 2023 17:14:27 -0700 Subject: [PATCH] Bump Python version, generate TypeScript types * Also exclude static validation site from Prettier --- .prettierignore | 1 + setup.py | 2 +- types.ts | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 .prettierignore diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 0000000..c244ef7 --- /dev/null +++ b/.prettierignore @@ -0,0 +1 @@ +static-validation-site diff --git a/setup.py b/setup.py index 8794490..899051a 100644 --- a/setup.py +++ b/setup.py @@ -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' ) diff --git a/types.ts b/types.ts index c409c39..5ca6cd5 100644 --- a/types.ts +++ b/types.ts @@ -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