@open-mova/core 0.2.2 → 0.2.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.
@@ -1,5 +1,5 @@
1
1
  /** Versión del paquete que implementa este contrato en tiempo de ejecución. */
2
- export declare const OPEN_MOVA_CORE_VERSION = "0.2.1";
2
+ export declare const OPEN_MOVA_CORE_VERSION = "0.2.2";
3
3
  /** Versión del formato del manifiesto publicado por cada microfrontal. */
4
4
  export declare const MICROFRONTEND_MANIFEST_SCHEMA_VERSION = 1;
5
5
  export interface OpenMovaMicrofrontendManifest {
@@ -1,5 +1,5 @@
1
1
  /** Versión del paquete que implementa este contrato en tiempo de ejecución. */
2
- export const OPEN_MOVA_CORE_VERSION = '0.2.1';
2
+ export const OPEN_MOVA_CORE_VERSION = '0.2.2';
3
3
  /** Versión del formato del manifiesto publicado por cada microfrontal. */
4
4
  export const MICROFRONTEND_MANIFEST_SCHEMA_VERSION = 1;
5
5
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-mova/core",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Contratos y utilidades Angular compartidas de Open Mova",
5
5
  "license": "MIT",
6
6
  "author": "Open Mova contributors",