@geode/opengeodeweb-front 9.7.0-rc.5 → 9.7.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.
@@ -100,7 +100,7 @@
100
100
  if (viewer_store.status !== Status.CONNECTED) {
101
101
  return
102
102
  }
103
- const session = viewer_store.client.value.getConnection().getSession()
103
+ const session = viewer_store.client.getConnection().getSession()
104
104
  view.setSession(session)
105
105
  view.setViewId(props.viewId)
106
106
  connected.value = true
package/package.json CHANGED
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "description": "OpenSource Vue/Vuetify framework for web applications",
39
39
  "type": "module",
40
- "version": "9.7.0-rc.5",
40
+ "version": "9.7.0",
41
41
  "main": "./nuxt.config.js",
42
42
  "dependencies": {
43
43
  "@geode/opengeodeweb-back": "5.6.3",