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.
- package/.claude/settings.local.json +2 -1
- package/.parcel-cache/83e7562660f7cc15-BundleGraph +0 -0
- package/.parcel-cache/9a0d07555444f4da-AssetGraph +0 -0
- package/.parcel-cache/d3a1b9507cb44047-AssetGraph +0 -0
- package/.parcel-cache/data.mdb +0 -0
- package/.parcel-cache/dc1da35000e13623-RequestGraph +0 -0
- package/.parcel-cache/lock.mdb +0 -0
- package/.parcel-cache/snapshot-dc1da35000e13623.txt +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/bundles/swaggerFields.js +3 -1
|
@@ -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
|
|
Binary file
|
package/.parcel-cache/data.mdb
CHANGED
|
Binary file
|
|
Binary file
|
package/.parcel-cache/lock.mdb
CHANGED
|
Binary file
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
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`;
|