Skip to content

Commit

Permalink
Tidy up for 0.2.5 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-wu committed Feb 9, 2022
1 parent a7dd807 commit a529cb8
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 97 deletions.
184 changes: 92 additions & 92 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abi-software/mapintegratedvuer",
"version": "0.2.4-fixes-2",
"version": "0.2.5",
"scripts": {
"serve": "vue-cli-service serve --port 8081",
"build": "vue-cli-service build --mode prod",
Expand All @@ -21,9 +21,9 @@
"*.js"
],
"dependencies": {
"@abi-software/flatmap-viewer": "^2.1.0-beta.14",
"@abi-software/flatmap-viewer": "2.1.0-beta.14",
"@abi-software/flatmapvuer": "^0.2.4-beta-1",
"@abi-software/map-side-bar": "^1.1.6",
"@abi-software/map-side-bar": "^1.1.8",
"@abi-software/plotvuer": "^0.2.41",
"@abi-software/scaffoldvuer": "^0.1.51",
"@abi-software/simulationvuer": "^0.4.6",
Expand Down
3 changes: 1 addition & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<el-button icon="el-icon-setting" slot="reference">Options</el-button>
</el-popover>
<div class="map-app">
<MapContent ref="map" :options="options" :state="state" :shareLink="shareLink" :flatmapAPI="flatmapAPI" @updateShareLinkRequested="updateUUID"/>
<MapContent ref="map" :options="options" :state="state" :shareLink="shareLink" @updateShareLinkRequested="updateUUID"/>
</div>
</div>
</template>
Expand Down Expand Up @@ -49,7 +49,6 @@ export default {
state: undefined,
prefix: "/map",
api: process.env.VUE_APP_API_LOCATION,
flatmapAPI: process.env.VUE_APP_FLATMAPAPI_LOCATION
}
},
computed: {
Expand Down

0 comments on commit a529cb8

Please sign in to comment.