ng-miam 10.5.3 → 10.5.4
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 +1 -4
- 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/_web-components/web-components.module.js +1 -4
- package/esm2015/lib/environments/version.js +2 -2
- package/fesm2015/ng-miam.js +1 -4
- package/fesm2015/ng-miam.js.map +1 -1
- package/lib/_web-components/web-components.module.d.ts.map +1 -1
- package/lib/environments/version.d.ts +1 -1
- package/package.json +1 -1
package/bundles/ng-miam.umd.js
CHANGED
|
@@ -3440,7 +3440,7 @@
|
|
|
3440
3440
|
EventJourney["EMPTY"] = "";
|
|
3441
3441
|
})(EventJourney || (EventJourney = {}));
|
|
3442
3442
|
|
|
3443
|
-
var VERSION = "10.5.
|
|
3443
|
+
var VERSION = "10.5.4"; // TODO: replace by ##VERSION## and update it in the CI/CD
|
|
3444
3444
|
|
|
3445
3445
|
var ContextRegistryService = /** @class */ (function () {
|
|
3446
3446
|
function ContextRegistryService() {
|
|
@@ -22166,11 +22166,8 @@
|
|
|
22166
22166
|
// Tag names as imported in client application
|
|
22167
22167
|
// Warning : do not use caps, use dashed case only
|
|
22168
22168
|
var WEB_COMPONENTS_NAMES = [
|
|
22169
|
-
'recipe-modal',
|
|
22170
22169
|
'recipe-helper',
|
|
22171
22170
|
'recipe-tags',
|
|
22172
|
-
'toaster-stack',
|
|
22173
|
-
'basket-transfer-modal',
|
|
22174
22171
|
'no-supplier-add-to-cart-cta'
|
|
22175
22172
|
];
|
|
22176
22173
|
var WEBC_MODULES = [
|