gramene-search 1.7.15 → 1.7.16

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.
@@ -48,7 +48,8 @@
48
48
  "Bash(git -C /Users/olson/src/warelab/gramene-search log --oneline -n 5)",
49
49
  "Bash(git -C /Users/olson/src/warelab/gramene-search diff src/bundles/index.js src/bundles/views.js src/components/geneSearchUI.js src/components/results/details/VEP.js src/demo.js)",
50
50
  "Bash(git -C /Users/olson/src/warelab/gramene-search add src/bundles/index.js src/bundles/views.js src/bundles/exporter.js src/bundles/ontologies.js src/bundles/swaggerFields.js src/components/geneSearchUI.js src/components/results/details/VEP.js src/components/exporter/ src/demo.js src/fieldCatalog.overlay.json src/vepStudyInfo.js)",
51
- "Bash(git -C /Users/olson/src/warelab/gramene-search commit -m ' *)"
51
+ "Bash(git -C /Users/olson/src/warelab/gramene-search commit -m ' *)",
52
+ "Bash(git -C /Users/olson/src/warelab/gramene-search add src/bundles/swaggerFields.js)"
52
53
  ]
53
54
  }
54
55
  }
Binary file
Binary file
@@ -1,2 +1,2 @@
1
- 281762180
2
- 1776798072052597000
1
+ 281877745
2
+ 1776798889143349000
package/dist/index.js CHANGED
@@ -2237,7 +2237,7 @@ const $0f839422d0d8c772$var$grameneFieldCatalog = (0, $gXNCa$reduxbundler.create
2237
2237
  staleAfter: 0,
2238
2238
  getPromise: ({ store: store })=>{
2239
2239
  const api = store.selectGrameneAPI();
2240
- const swaggerUrl = store.selectGrameneSwaggerURL();
2240
+ const swaggerUrl = typeof store.selectGrameneSwaggerURL === 'function' ? store.selectGrameneSwaggerURL() : `${api}/swagger`;
2241
2241
  const sampleUrl = `${api}/search?q=${encodeURIComponent($0f839422d0d8c772$var$SAMPLE_QUERY)}&rows=${$0f839422d0d8c772$var$SAMPLE_ROWS}&fl=*`;
2242
2242
  const experimentsUrl = `${api}/experiments?rows=-1`;
2243
2243
  const mapsUrl = `${api}/maps?rows=-1`;