@abi-software/flatmapvuer 1.5.6-beta.1 → 1.5.6-beta.2
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/dist/flatmapvuer.js +341 -337
- package/dist/flatmapvuer.umd.cjs +22 -20
- package/package.json +2 -2
- package/src/services/flatmapQueries.js +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abi-software/flatmapvuer",
|
|
3
|
-
"version": "1.5.6-beta.
|
|
3
|
+
"version": "1.5.6-beta.2",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist/*",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"./src/*": "./src/*"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@abi-software/flatmap-viewer": "3.2.
|
|
46
|
+
"@abi-software/flatmap-viewer": "^3.2.2",
|
|
47
47
|
"@abi-software/map-utilities": "^1.1.2",
|
|
48
48
|
"@abi-software/sparc-annotation": "0.3.1",
|
|
49
49
|
"@abi-software/svg-sprite": "^1.0.1",
|
|
@@ -260,7 +260,6 @@ let FlatmapQueries = function () {
|
|
|
260
260
|
if (processConnectivity) {
|
|
261
261
|
this.processConnectivity(mapImp, connectivity).then((processedConnectivity) => {
|
|
262
262
|
// response.references is publication urls
|
|
263
|
-
// same data as mapImp.queryPublications(keastIds[0]) method
|
|
264
263
|
if (response.references) {
|
|
265
264
|
// with publications
|
|
266
265
|
this.getURLsForPubMed(response.references).then((urls) => {
|