@symfony/ux-notify 2.33.0 → 2.34.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.
@@ -60,4 +60,4 @@ _Class.values = {
60
60
  hub: String,
61
61
  topics: Array
62
62
  };
63
- export { _Class as default };
63
+ export { _Class as default };
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@symfony/ux-notify",
3
3
  "description": "Native notification integration for Symfony using Mercure",
4
4
  "license": "MIT",
5
- "version": "2.33.0",
5
+ "version": "2.34.0",
6
6
  "keywords": [
7
7
  "symfony-ux"
8
8
  ],