ng-miam 10.2.0 → 10.2.1
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/dist',
|
|
1638
|
+
mealzComponents: 'https://cdn.jsdelivr.net/npm/mealz-components@2.3/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.
|
|
3438
|
+
var VERSION = "10.2.1"; // TODO: replace by ##VERSION## and update it in the CI/CD
|
|
3439
3439
|
|
|
3440
3440
|
var ContextRegistryService = /** @class */ (function () {
|
|
3441
3441
|
function ContextRegistryService() {
|
|
@@ -12873,7 +12873,7 @@
|
|
|
12873
12873
|
env: 'prod',
|
|
12874
12874
|
miamAPI: 'https://api.miam.tech',
|
|
12875
12875
|
miamWeb: 'https://miam.tech',
|
|
12876
|
-
mealzComponents: 'https://cdn.jsdelivr.net/npm/mealz-components@2/dist',
|
|
12876
|
+
mealzComponents: 'https://cdn.jsdelivr.net/npm/mealz-components@2.3/dist',
|
|
12877
12877
|
mealzSsrApi: 'https://ssr-api.mealz.ai',
|
|
12878
12878
|
lang: 'fr',
|
|
12879
12879
|
analyticsEnabled: true // Only used in DEV mode
|