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.
- package/bundles/ng-miam.umd.js +3 -3
- package/bundles/ng-miam.umd.js.map +1 -1
- package/bundles/ng-miam.umd.min.js +1 -1
- package/bundles/ng-miam.umd.min.js.map +1 -1
- package/esm2015/lib/environments/environment.js +2 -2
- package/esm2015/lib/environments/environment.prod.js +2 -2
- package/esm2015/lib/environments/version.js +2 -2
- package/fesm2015/ng-miam.js +3 -3
- package/fesm2015/ng-miam.js.map +1 -1
- package/lib/environments/version.d.ts +1 -1
- package/package.json +1 -1
package/bundles/ng-miam.umd.js
CHANGED
|
@@ -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.
|
|
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.
|
|
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.
|
|
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
|