@streamscloud/embeddable 3.4.0 → 3.4.1

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.
@@ -138,7 +138,6 @@ const contentMounted = (node) => {
138
138
  node.addEventListener('keypress', markAsTouched);
139
139
  };
140
140
  const onPageActivated = (id) => {
141
- console.log('activated');
142
141
  const page = buffer === null || buffer === void 0 ? void 0 : buffer.loaded.find((x) => x.id === id);
143
142
  background = (page === null || page === void 0 ? void 0 : page.cover) || null;
144
143
  if (page) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@streamscloud/embeddable",
3
- "version": "3.4.0",
3
+ "version": "3.4.1",
4
4
  "author": "StreamsCloud",
5
5
  "repository": "https://github.com/StreamsCloud/streamscloud-frontend-packages.git",
6
6
  "type": "module",