@symfony/ux-live-component 2.31.0 → 2.32.0

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.
@@ -545,12 +545,14 @@ var HookManager_default = class {
545
545
  }
546
546
  triggerHook(hookName, ...args) {
547
547
  const hooks = this.hooks.get(hookName) || [];
548
- hooks.forEach((callback) => callback(...args));
548
+ hooks.forEach((callback) => {
549
+ callback(...args);
550
+ });
549
551
  }
550
552
  };
551
553
 
552
554
  // ../../../node_modules/.pnpm/idiomorph@0.3.0/node_modules/idiomorph/dist/idiomorph.esm.js
553
- var Idiomorph = function() {
555
+ var Idiomorph = (function() {
554
556
  "use strict";
555
557
  let EMPTY_SET = /* @__PURE__ */ new Set();
556
558
  let defaults = {
@@ -1093,7 +1095,7 @@ var Idiomorph = function() {
1093
1095
  morph,
1094
1096
  defaults
1095
1097
  };
1096
- }();
1098
+ })();
1097
1099
 
1098
1100
  // src/normalize_attributes_for_comparison.ts
1099
1101
  function normalizeAttributesForComparison(element) {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@symfony/ux-live-component",
3
3
  "description": "Live Component: bring server-side re-rendering & model binding to any element.",
4
4
  "license": "MIT",
5
- "version": "2.31.0",
5
+ "version": "2.32.0",
6
6
  "keywords": [
7
7
  "symfony-ux",
8
8
  "twig",