@gamelearn/arcade-components 1.4.10 → 1.4.11

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.
@@ -144,6 +144,10 @@ var DecisionComponent = function DecisionComponent(_ref) {
144
144
  onFinish: function onFinish() {
145
145
  if (_onFinish) {
146
146
  _onFinish();
147
+ } else {
148
+ emitEvent({
149
+ type: 'success'
150
+ });
147
151
  }
148
152
 
149
153
  setResultChoice({});
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@gamelearn/arcade-components",
3
3
  "author": "Gamelearn",
4
4
  "license": "unlicense",
5
- "version": "1.4.10",
5
+ "version": "1.4.11",
6
6
  "main": "dist/index.js",
7
7
  "files": [
8
8
  "dist",