ng-miam 10.5.1 → 10.5.2
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 -1
- 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/version.js +2 -2
- package/fesm2015/ng-miam.js +1 -1
- 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
|
@@ -3440,7 +3440,7 @@
|
|
|
3440
3440
|
EventJourney["EMPTY"] = "";
|
|
3441
3441
|
})(EventJourney || (EventJourney = {}));
|
|
3442
3442
|
|
|
3443
|
-
var VERSION = "10.5.
|
|
3443
|
+
var VERSION = "10.5.2"; // TODO: replace by ##VERSION## and update it in the CI/CD
|
|
3444
3444
|
|
|
3445
3445
|
var ContextRegistryService = /** @class */ (function () {
|
|
3446
3446
|
function ContextRegistryService() {
|