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.
- 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/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.
|
|
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
|
|
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
|