@abi-software/flatmapvuer 1.11.2 → 1.11.3
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abi-software/flatmapvuer",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.3",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist/*",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"./src/*": "./src/*"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@abi-software/map-utilities": "
|
|
47
|
+
"@abi-software/map-utilities": "1.7.2",
|
|
48
48
|
"@abi-software/sparc-annotation": "0.3.2",
|
|
49
49
|
"@abi-software/svg-sprite": "1.0.2",
|
|
50
50
|
"@element-plus/icons-vue": "^2.3.1",
|
|
@@ -643,7 +643,7 @@ import {
|
|
|
643
643
|
import { capitalise } from './utilities.js'
|
|
644
644
|
import yellowstar from '../icons/yellowstar'
|
|
645
645
|
import ResizeSensor from 'css-element-queries/src/ResizeSensor'
|
|
646
|
-
import * as flatmap from 'https://cdn.jsdelivr.net/npm/@abi-software/flatmap-viewer@4.
|
|
646
|
+
import * as flatmap from 'https://cdn.jsdelivr.net/npm/@abi-software/flatmap-viewer@4.3.0/+esm'
|
|
647
647
|
import { AnnotationService } from '@abi-software/sparc-annotation'
|
|
648
648
|
import { mapState } from 'pinia'
|
|
649
649
|
import { useMainStore } from '@/store/index'
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
import { markRaw } from 'vue'
|
|
102
102
|
import EventBus from './EventBus'
|
|
103
103
|
import FlatmapVuer from './FlatmapVuer.vue'
|
|
104
|
-
import * as flatmap from 'https://cdn.jsdelivr.net/npm/@abi-software/flatmap-viewer@4.
|
|
104
|
+
import * as flatmap from 'https://cdn.jsdelivr.net/npm/@abi-software/flatmap-viewer@4.3.0/+esm'
|
|
105
105
|
import {
|
|
106
106
|
ElCol as Col,
|
|
107
107
|
ElOption as Option,
|