@abi-software/mapintegratedvuer 0.7.1-vue3.0 → 1.0.0

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": "0.7.1-vue3.0",
3
+ "version": "1.0.0",
4
4
  "license": "Apache-2.0",
5
5
  "scripts": {
6
6
  "serve": "vite --host --force",
@@ -48,13 +48,12 @@
48
48
  "*.js"
49
49
  ],
50
50
  "dependencies": {
51
- "@abi-software/flatmapvuer": "^0.6.1-vue3.9",
52
- "@abi-software/map-side-bar": "^1.7.0-vue3.4",
53
- "@abi-software/plotvuer": "^0.4.0-vue-3-alpha.10",
54
- "@abi-software/scaffoldvuer": "^0.4.0-vue3.6",
55
- "@abi-software/simulationvuer": "^0.7.0-vue-3-alpha.5",
56
- "@abi-software/svg-sprite": "^0.4.0-vue3.3",
57
- "@cypress/vite-dev-server": "^5.0.7",
51
+ "@abi-software/flatmapvuer": "1.0.0",
52
+ "@abi-software/map-side-bar": "2.0.0",
53
+ "@abi-software/plotvuer": "1.0.0",
54
+ "@abi-software/scaffoldvuer": "^1.0.0",
55
+ "@abi-software/simulationvuer": "1.0.0",
56
+ "@abi-software/svg-sprite": "1.0.0",
58
57
  "@element-plus/icons-vue": "^2.3.1",
59
58
  "@pinia/testing": "^0.1.3",
60
59
  "css-element-queries": "^1.2.3",
@@ -69,7 +68,7 @@
69
68
  "xss": "^1.0.14"
70
69
  },
71
70
  "devDependencies": {
72
- "@cypress/webpack-dev-server": "^1.3.1",
71
+ "@cypress/webpack-dev-server": "^3.6.1",
73
72
  "@vitejs/plugin-vue": "^4.6.2",
74
73
  "@vue/test-utils": "^2.4.4",
75
74
  "@vuese/markdown-render": "^2.11.3",
@@ -80,7 +79,7 @@
80
79
  "chai": "^4.1.2",
81
80
  "chokidar": "^3.6.0",
82
81
  "concurrently": "^8.2.2",
83
- "cypress": "^13.6.4",
82
+ "cypress": "^13.6.6",
84
83
  "cypress-multi-reporters": "^1.6.4",
85
84
  "cypress-wait-until": "^1.7.1",
86
85
  "dom-parser": "^0.1.6",
@@ -98,7 +98,7 @@ export default {
98
98
  } else if ((this.activeSpecies === "Human Male") || (this.activeSpecies === "Human Female")) {
99
99
  //Dynamically construct the whole body scaffold for human and store it
100
100
  if (!("human" in this.scaffoldResource)) {
101
- this.scaffoldResource["human"] = await getBodyScaffoldInfo(storeeSettings.sparcApi, "human");
101
+ this.scaffoldResource["human"] = await getBodyScaffoldInfo(this.apiLocation, "human");
102
102
  }
103
103
  action = {
104
104
  contextCardUrl: this.scaffoldResource["human"].datasetInfo.contextCardUrl,