ng-miam 9.3.8 → 9.3.11
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 +5 -5
- 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 +3 -3
- package/esm2015/lib/environments/environment.prod.js +3 -3
- package/esm2015/lib/environments/version.js +2 -2
- package/fesm2015/ng-miam.js +5 -5
- package/fesm2015/ng-miam.js.map +1 -1
- package/lib/environments/version.d.ts +1 -1
- package/lib/environments/version.d.ts.map +1 -1
- package/package.json +1 -1
package/bundles/ng-miam.umd.js
CHANGED
|
@@ -1832,9 +1832,9 @@
|
|
|
1832
1832
|
env: 'prod',
|
|
1833
1833
|
miamAPI: 'https://api.miam.tech',
|
|
1834
1834
|
miamWeb: 'https://miam.tech',
|
|
1835
|
-
mealzComponents: 'https://cdn.jsdelivr.net/npm/mealz-components@2.
|
|
1835
|
+
mealzComponents: 'https://cdn.jsdelivr.net/npm/mealz-components@2.5/dist',
|
|
1836
1836
|
mealzSsrApi: 'https://ssr-api.mealz.ai',
|
|
1837
|
-
mealzSdkV10: 'https://cdn.jsdelivr.net/npm/webc-miam@10.
|
|
1837
|
+
mealzSdkV10: 'https://cdn.jsdelivr.net/npm/webc-miam@10.3',
|
|
1838
1838
|
lang: 'fr',
|
|
1839
1839
|
analyticsEnabled: true // Only used in DEV mode
|
|
1840
1840
|
};
|
|
@@ -3652,7 +3652,7 @@
|
|
|
3652
3652
|
EventJourney["EMPTY"] = "";
|
|
3653
3653
|
})(EventJourney || (EventJourney = {}));
|
|
3654
3654
|
|
|
3655
|
-
var VERSION = "9.3.
|
|
3655
|
+
var VERSION = "9.3.11"; // TODO: replace by ##VERSION## and update it in the CI/CD
|
|
3656
3656
|
|
|
3657
3657
|
var ContextRegistryService = /** @class */ (function () {
|
|
3658
3658
|
function ContextRegistryService() {
|
|
@@ -10734,9 +10734,9 @@
|
|
|
10734
10734
|
env: 'prod',
|
|
10735
10735
|
miamAPI: 'https://api.miam.tech',
|
|
10736
10736
|
miamWeb: 'https://miam.tech',
|
|
10737
|
-
mealzComponents: 'https://cdn.jsdelivr.net/npm/mealz-components@2.
|
|
10737
|
+
mealzComponents: 'https://cdn.jsdelivr.net/npm/mealz-components@2.5/dist',
|
|
10738
10738
|
mealzSsrApi: 'https://ssr-api.mealz.ai',
|
|
10739
|
-
mealzSdkV10: 'https://cdn.jsdelivr.net/npm/webc-miam@10.
|
|
10739
|
+
mealzSdkV10: 'https://cdn.jsdelivr.net/npm/webc-miam@10.3',
|
|
10740
10740
|
lang: 'fr',
|
|
10741
10741
|
analyticsEnabled: true // Only used in DEV mode
|
|
10742
10742
|
};
|