@monterosa/sdk-launcher-kit 0.18.5 → 0.18.6

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/dist/index.cjs.js CHANGED
@@ -1049,7 +1049,7 @@ function unstashStyles(element) {
1049
1049
  element.removeAttribute('data-stash');
1050
1050
  }
1051
1051
 
1052
- var version = "0.18.5";
1052
+ var version = "0.18.6";
1053
1053
 
1054
1054
  /**
1055
1055
  * @license
@@ -949,7 +949,7 @@ function unstashStyles(element) {
949
949
  element.removeAttribute('data-stash');
950
950
  }
951
951
 
952
- var version = "0.18.5";
952
+ var version = "0.18.6";
953
953
 
954
954
  /**
955
955
  * @license
@@ -1045,7 +1045,7 @@ function unstashStyles(element) {
1045
1045
  element.removeAttribute('data-stash');
1046
1046
  }
1047
1047
 
1048
- var version = "0.18.5";
1048
+ var version = "0.18.6";
1049
1049
 
1050
1050
  /**
1051
1051
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monterosa/sdk-launcher-kit",
3
- "version": "0.18.5",
3
+ "version": "0.18.6",
4
4
  "description": "Launcher Kit for the Monterosa JS SDK",
5
5
  "author": "Monterosa <hello@monterosa.co.uk> (https://www.monterosa.co/)",
6
6
  "main": "dist/index.cjs.js",
@@ -28,9 +28,9 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@babel/runtime": "^7.15.4",
31
- "@monterosa/sdk-core": "^0.18.5",
32
- "@monterosa/sdk-interact-interop": "^0.18.5",
33
- "@monterosa/sdk-util": "^0.18.5",
31
+ "@monterosa/sdk-core": "^0.18.6",
32
+ "@monterosa/sdk-interact-interop": "^0.18.6",
33
+ "@monterosa/sdk-util": "^0.18.6",
34
34
  "uuid": "^8.3.2"
35
35
  },
36
36
  "devDependencies": {
@@ -51,5 +51,5 @@
51
51
  "publishConfig": {
52
52
  "access": "public"
53
53
  },
54
- "gitHead": "5de01ea31c9f7141816ec2c6b3d7493ed8761475"
54
+ "gitHead": "fe038c859ba7f0fb1b9701d085643c0a1da0e56a"
55
55
  }