terrier-engine 4.36.7 → 4.36.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -380,7 +380,6 @@ class NewQueryModal extends ModalPart<NewQueryState> {
380
380
  // Duplicate Query Modal
381
381
  ////////////////////////////////////////////////////////////////////////////////
382
382
 
383
-
384
383
  type DuplicateQueryState = {
385
384
  editor: DiveEditor
386
385
  schema: SchemaDef
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "files": [
5
5
  "*"
6
6
  ],
7
- "version": "4.36.7",
7
+ "version": "4.36.8",
8
8
  "repository": {
9
9
  "type": "git",
10
10
  "url": "https://github.com/Terrier-Tech/terrier-engine"