@digipair/skill-web 0.110.3 → 0.110.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.
Files changed (3) hide show
  1. package/index.cjs.js +1 -1
  2. package/index.esm.js +953 -18742
  3. package/package.json +1 -1
package/index.cjs.js CHANGED
@@ -11071,7 +11071,7 @@ let WebService = class WebService {
11071
11071
  }, 1);
11072
11072
 
11073
11073
  window.addEventListener('beforeunload', (event) => {
11074
- const showConfirmationMessage = applyTemplate('CEL:' + ${JSON.stringify(confirmBeforeUnload)}, context);
11074
+ const showConfirmationMessage = applyTemplate('FEEL:' + ${JSON.stringify(confirmBeforeUnload)}, context);
11075
11075
 
11076
11076
  if (showConfirmationMessage) {
11077
11077
  event.preventDefault();