@pie-element/ebsr 10.2.7-next.15 → 10.2.7-next.2

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/module/element.js CHANGED
@@ -13126,7 +13126,6 @@ class MultipleChoice extends HTMLElement {
13126
13126
  trailing: true
13127
13127
  });
13128
13128
  this._dispatchResponseChanged = debounce(() => {
13129
- console.log('>> dispatch event');
13130
13129
  var event = new CustomEvent('session-changed', {
13131
13130
  bubbles: true,
13132
13131
  composed: true,
package/module/print.js CHANGED
@@ -13089,7 +13089,6 @@ class MultipleChoice extends HTMLElement {
13089
13089
  trailing: true
13090
13090
  });
13091
13091
  this._dispatchResponseChanged = debounce(() => {
13092
- console.log('>> dispatch event');
13093
13092
  var event = new CustomEvent('session-changed', {
13094
13093
  bubbles: true,
13095
13094
  composed: true,
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@pie-element/ebsr",
3
- "version": "10.2.7-next.15+a5012bb3d",
3
+ "version": "10.2.7-next.2+8bf39dfb9",
4
4
  "description": "",
5
5
  "repository": "pie-framework/pie-elements",
6
6
  "publishConfig": {
7
7
  "access": "public"
8
8
  },
9
9
  "dependencies": {
10
- "@pie-element/multiple-choice": "^9.6.1-next.15+a5012bb3d",
10
+ "@pie-element/multiple-choice": "^9.6.1-next.2+8bf39dfb9",
11
11
  "@pie-framework/pie-player-events": "^0.1.0",
12
12
  "@pie-lib/pie-toolbox": "2.5.0",
13
13
  "classnames": "^2.2.5",
@@ -16,7 +16,7 @@
16
16
  },
17
17
  "author": "pie framework developers",
18
18
  "license": "ISC",
19
- "gitHead": "a5012bb3de4dcbc98d454554ed03ce9f89cf671b",
19
+ "gitHead": "8bf39dfb9d1e4bfef4c4203cc055f72486fb0f11",
20
20
  "scripts": {
21
21
  "postpublish": "../../scripts/postpublish"
22
22
  },