ng-miam 10.5.8 → 10.5.9
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
|
@@ -1640,7 +1640,7 @@
|
|
|
1640
1640
|
env: 'prod',
|
|
1641
1641
|
miamAPI: 'https://api.miam.tech',
|
|
1642
1642
|
miamWeb: 'https://miam.tech',
|
|
1643
|
-
mealzComponents: 'https://cdn.jsdelivr.net/npm/mealz-components@2.
|
|
1643
|
+
mealzComponents: 'https://cdn.jsdelivr.net/npm/mealz-components@2.10/dist',
|
|
1644
1644
|
mealzSsrApi: 'https://ssr-api.mealz.ai',
|
|
1645
1645
|
lang: 'fr',
|
|
1646
1646
|
analyticsEnabled: true // Only used in DEV mode
|
|
@@ -3452,7 +3452,7 @@
|
|
|
3452
3452
|
EventJourney["EMPTY"] = "";
|
|
3453
3453
|
})(EventJourney || (EventJourney = {}));
|
|
3454
3454
|
|
|
3455
|
-
var VERSION = "10.5.
|
|
3455
|
+
var VERSION = "10.5.9"; // TODO: replace by ##VERSION## and update it in the CI/CD
|
|
3456
3456
|
|
|
3457
3457
|
var ContextRegistryService = /** @class */ (function () {
|
|
3458
3458
|
function ContextRegistryService() {
|
|
@@ -13150,7 +13150,7 @@
|
|
|
13150
13150
|
env: 'prod',
|
|
13151
13151
|
miamAPI: 'https://api.miam.tech',
|
|
13152
13152
|
miamWeb: 'https://miam.tech',
|
|
13153
|
-
mealzComponents: 'https://cdn.jsdelivr.net/npm/mealz-components@2.
|
|
13153
|
+
mealzComponents: 'https://cdn.jsdelivr.net/npm/mealz-components@2.10/dist',
|
|
13154
13154
|
mealzSsrApi: 'https://ssr-api.mealz.ai',
|
|
13155
13155
|
lang: 'fr',
|
|
13156
13156
|
analyticsEnabled: true // Only used in DEV mode
|