Merge branch 'oeway-imjoy-support-patch-33834' into 'imjoy-support'

Bump core version and fix service interface

See merge request rwb27/openflexure-microscope-server!3
This commit is contained in:
Richard Bowman 2021-05-05 09:12:09 +00:00
commit 782ff05477
2 changed files with 2 additions and 1 deletions

View file

@ -11,7 +11,7 @@
"lint:fix": "vue-cli-service lint --fix"
},
"dependencies": {
"imjoy-core": "^0.13.60",
"imjoy-core": "^0.13.73",
"material-design-icons": "^3.0.1",
"mousetrap": "^1.6.5",
"vue-observe-visibility": "^0.4.6"

View file

@ -263,6 +263,7 @@ export default {
const setPositionAsObject = this.setStagePosition;
const service = {
_rintf: true, // this will make sure the function can be called multiple times
type: "_microscope-control",
name: "OpenFlexure",
lastSnapResponse: null,