ng-miam 10.2.3 → 10.3.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.
@@ -1635,7 +1635,7 @@
1635
1635
  env: 'prod',
1636
1636
  miamAPI: 'https://api.miam.tech',
1637
1637
  miamWeb: 'https://miam.tech',
1638
- mealzComponents: 'https://cdn.jsdelivr.net/npm/mealz-components@2.4/dist',
1638
+ mealzComponents: 'https://cdn.jsdelivr.net/npm/mealz-components@2.5/dist',
1639
1639
  mealzSsrApi: 'https://ssr-api.mealz.ai',
1640
1640
  lang: 'fr',
1641
1641
  analyticsEnabled: true // Only used in DEV mode
@@ -3435,7 +3435,7 @@
3435
3435
  EventJourney["EMPTY"] = "";
3436
3436
  })(EventJourney || (EventJourney = {}));
3437
3437
 
3438
- var VERSION = "10.2.3"; // TODO: replace by ##VERSION## and update it in the CI/CD
3438
+ var VERSION = "10.3.0"; // TODO: replace by ##VERSION## and update it in the CI/CD
3439
3439
 
3440
3440
  var ContextRegistryService = /** @class */ (function () {
3441
3441
  function ContextRegistryService() {
@@ -12923,7 +12923,7 @@
12923
12923
  env: 'prod',
12924
12924
  miamAPI: 'https://api.miam.tech',
12925
12925
  miamWeb: 'https://miam.tech',
12926
- mealzComponents: 'https://cdn.jsdelivr.net/npm/mealz-components@2.4/dist',
12926
+ mealzComponents: 'https://cdn.jsdelivr.net/npm/mealz-components@2.5/dist',
12927
12927
  mealzSsrApi: 'https://ssr-api.mealz.ai',
12928
12928
  lang: 'fr',
12929
12929
  analyticsEnabled: true // Only used in DEV mode