@abi-software/mapintegratedvuer 1.18.4 → 1.19.1

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/mapintegratedvuer",
3
- "version": "1.18.4",
3
+ "version": "1.19.1",
4
4
  "license": "Apache-2.0",
5
5
  "scripts": {
6
6
  "serve": "vite --host --force",
@@ -53,10 +53,10 @@
53
53
  ],
54
54
  "dependencies": {
55
55
  "@abi-software/flatmapvuer": "1.13.4",
56
- "@abi-software/map-side-bar": "^2.14.7",
56
+ "@abi-software/map-side-bar": "^2.15.1",
57
57
  "@abi-software/map-utilities": "1.8.3",
58
58
  "@abi-software/plotvuer": "1.0.7",
59
- "@abi-software/scaffoldvuer": "1.15.6",
59
+ "@abi-software/scaffoldvuer": "1.17.0",
60
60
  "@abi-software/simulationvuer": "3.2.6",
61
61
  "@abi-software/sparc-annotation": "0.3.2",
62
62
  "@abi-software/svg-sprite": "1.0.4",
@@ -495,6 +495,9 @@ export default {
495
495
  if (ck && ck['long-label']) {
496
496
  result['long-label'] = ck['long-label'];
497
497
  }
498
+ if (ck && ck['expert-consultants']) {
499
+ result['expert-consultants'] = ck['expert-consultants'];
500
+ }
498
501
  return result;
499
502
  });
500
503