@roomle/embedding-lib 5.9.0-alpha.5 → 5.9.0-alpha.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.
@@ -1,6 +1,7 @@
1
- ## [5.9.0-alpha.5](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.9.0-alpha.4...embedding-lib-v5.9.0-alpha.5) (2025-01-15)
1
+ ## [5.9.0-alpha.6](https://github.com/roomle-dev/roomle-ui/compare/embedding-lib-v5.9.0-alpha.5...embedding-lib-v5.9.0-alpha.6) (2025-01-16)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * only track events when not on AR page ([b68ddb1](https://github.com/roomle-dev/roomle-ui/commit/b68ddb1754915bb4e924691050a2bcd3447bbd79))
6
+ * check if notification key is in the INTERACTION_NOTIFICATIONS values ([82793e7](https://github.com/roomle-dev/roomle-ui/commit/82793e7821f0650a987c2cacac813e08cff0b8b8))
7
+ * remove debugger statement ([9f3907a](https://github.com/roomle-dev/roomle-ui/commit/9f3907a3fe9b5dd1b79a5536e1773bb38dcb4ba1))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roomle/embedding-lib",
3
- "version": "5.9.0-alpha.5",
3
+ "version": "5.9.0-alpha.6",
4
4
  "description": "This is a small library which can be used to communicate with the Roomle Configurator",
5
5
  "type": "module",
6
6
  "main": "./roomle-embedding-lib.umd.js",