ng-miam 10.0.2 → 10.0.3

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.0.0/dist',
1638
+ mealzComponents: 'https://cdn.jsdelivr.net/npm/mealz-components@2/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.0.2"; // TODO: replace by ##VERSION## and update it in the CI/CD
3438
+ var VERSION = "10.0.3"; // TODO: replace by ##VERSION## and update it in the CI/CD
3439
3439
 
3440
3440
  var ContextRegistryService = /** @class */ (function () {
3441
3441
  function ContextRegistryService() {
@@ -12816,7 +12816,7 @@
12816
12816
  env: 'prod',
12817
12817
  miamAPI: 'https://api.miam.tech',
12818
12818
  miamWeb: 'https://miam.tech',
12819
- mealzComponents: 'https://cdn.jsdelivr.net/npm/mealz-components@2.0.0/dist',
12819
+ mealzComponents: 'https://cdn.jsdelivr.net/npm/mealz-components@2/dist',
12820
12820
  mealzSsrApi: 'https://ssr-api.mealz.ai',
12821
12821
  lang: 'fr',
12822
12822
  analyticsEnabled: true // Only used in DEV mode