gramene-search 1.2.83 → 1.2.85
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/.parcel-cache/2126881b633272fa.txt +2 -2
- package/.parcel-cache/425346ba6a54d932 +0 -0
- package/.parcel-cache/878e3ffbad677982 +0 -0
- package/.parcel-cache/cdecf11601322051 +0 -0
- package/.parcel-cache/data.mdb +0 -0
- package/.parcel-cache/lock.mdb +0 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/bundles/docs.js +1 -0
- package/src/demo.js +22 -4
- package/src/grapevine.html +1 -10
- /package/.parcel-cache/{e7b7cf88efe32a71 → 4de058c84cdf0568} +0 -0
- /package/.parcel-cache/{7c47c4f59879e5f3 → 7f845ca544ddc05b} +0 -0
- /package/.parcel-cache/{ff954a6961325d03 → c7779d1c750061f0} +0 -0
- /package/.parcel-cache/{dac9f1d06a36afcc → dbec888ff2d33c68} +0 -0
- /package/.parcel-cache/{df84340d20f92e43 → f6203704a943de23} +0 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
561725301
|
|
2
|
+
1699977440481004000
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/.parcel-cache/data.mdb
CHANGED
|
Binary file
|
package/.parcel-cache/lock.mdb
CHANGED
|
Binary file
|
package/dist/index.js
CHANGED
|
@@ -1307,6 +1307,7 @@ const $671312b287158a8a$var$grameneDocs = {
|
|
|
1307
1307
|
type: "GRAMENE_PATHWAYS_REQUESTED",
|
|
1308
1308
|
payload: newIds
|
|
1309
1309
|
});
|
|
1310
|
+
if (newIds.length === 1) newIds.push(0);
|
|
1310
1311
|
fetch(`${store.selectGrameneAPI()}/pathways?idList=${newIds.join(",")}`).then((res)=>res.json()).then((res)=>{
|
|
1311
1312
|
let pathways = {};
|
|
1312
1313
|
res.forEach((p)=>{
|