@dative-gpi/foundation-shared-components 1.0.158-maps3 → 1.0.158-maps4

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.
@@ -161,7 +161,7 @@ export default {
161
161
 
162
162
  newMarkerElement.addEventListener('click', onClick);
163
163
  newMarkerElement.addEventListener('auxclick', onAuxClick);
164
- });
164
+ }, { immediate: true });
165
165
 
166
166
  onUnmounted(() => {
167
167
  if(actualMarker.value && map.value) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dative-gpi/foundation-shared-components",
3
3
  "sideEffects": false,
4
- "version": "1.0.158-maps3",
4
+ "version": "1.0.158-maps4",
5
5
  "description": "",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -10,8 +10,8 @@
10
10
  "author": "",
11
11
  "license": "ISC",
12
12
  "dependencies": {
13
- "@dative-gpi/foundation-shared-domain": "1.0.158-maps3",
14
- "@dative-gpi/foundation-shared-services": "1.0.158-maps3"
13
+ "@dative-gpi/foundation-shared-domain": "1.0.158-maps4",
14
+ "@dative-gpi/foundation-shared-services": "1.0.158-maps4"
15
15
  },
16
16
  "peerDependencies": {
17
17
  "@dative-gpi/bones-ui": "^1.0.0",
@@ -35,5 +35,5 @@
35
35
  "sass": "1.71.1",
36
36
  "sass-loader": "13.3.2"
37
37
  },
38
- "gitHead": "724e0eaefefd94b38e93d7dcecc367ae4d0f9904"
38
+ "gitHead": "3d872b5584f1b8ba7f4db0681fc43d1424a5fbbd"
39
39
  }