@ama-mfe/messages 12.3.0-prerelease.4 → 12.3.0-prerelease.41

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ama-mfe/messages",
3
- "version": "12.3.0-prerelease.4",
3
+ "version": "12.3.0-prerelease.41",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -32,7 +32,7 @@
32
32
  "tslib": "^2.6.2"
33
33
  },
34
34
  "peerDependencies": {
35
- "@amadeus-it-group/microfrontends": "0.0.4"
35
+ "@amadeus-it-group/microfrontends": "0.0.7"
36
36
  },
37
37
  "peerDependenciesMeta": {
38
38
  "@amadeus-it-group/microfrontends": {
@@ -40,25 +40,25 @@
40
40
  }
41
41
  },
42
42
  "devDependencies": {
43
- "@amadeus-it-group/microfrontends": "0.0.4",
43
+ "@amadeus-it-group/microfrontends": "0.0.7",
44
44
  "@compodoc/compodoc": "^1.1.19",
45
45
  "@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
46
46
  "@nx/eslint-plugin": "~20.7.0",
47
47
  "@nx/jest": "~20.7.0",
48
- "@o3r/build-helpers": "^12.3.0-prerelease.4",
49
- "@o3r/eslint-plugin": "^12.3.0-prerelease.4",
50
- "@o3r/test-helpers": "^12.3.0-prerelease.4",
48
+ "@o3r/build-helpers": "^12.3.0-prerelease.41",
49
+ "@o3r/eslint-plugin": "^12.3.0-prerelease.41",
50
+ "@o3r/test-helpers": "^12.3.0-prerelease.41",
51
51
  "@schematics/angular": "~19.2.0",
52
52
  "@stylistic/eslint-plugin": "~3.1.0",
53
53
  "@stylistic/eslint-plugin-ts": "~3.1.0",
54
- "@swc/cli": "~0.6.0",
54
+ "@swc/cli": "~0.7.0",
55
55
  "@swc/core": "~1.11.0",
56
56
  "@types/jest": "~29.5.2",
57
57
  "@types/node": "^20.0.0",
58
58
  "@types/uuid": "^10.0.0",
59
59
  "@typescript-eslint/parser": "~8.29.0",
60
60
  "cpy-cli": "^5.0.0",
61
- "eslint": "~9.23.0",
61
+ "eslint": "~9.24.0",
62
62
  "eslint-import-resolver-node": "~0.3.9",
63
63
  "eslint-import-resolver-typescript": "~3.10.0",
64
64
  "eslint-plugin-import": "~2.31.0",
@@ -1,11 +1,11 @@
1
- import type { Message } from '@amadeus-it-group/microfrontends';
1
+ import type { VersionedMessage } from '@amadeus-it-group/microfrontends';
2
2
  import type { NAVIGATION_MESSAGE_TYPE } from './base';
3
3
  /**
4
4
  * The navigation message object sent via the communication protocol.
5
5
  * Used in microfrontend architecture based on iframes where an iframe change its url and notify its parent with the url change
6
6
  * The parent should update its own url with the information received in order to allow the refresh and the deep link share
7
7
  */
8
- export interface NavigationV1_0 extends Message {
8
+ export interface NavigationV1_0 extends VersionedMessage {
9
9
  /** @inheritdoc */
10
10
  type: typeof NAVIGATION_MESSAGE_TYPE;
11
11
  /** @inheritdoc */
@@ -1 +1 @@
1
- {"version":3,"file":"navigation.versions.d.ts","sourceRoot":"","sources":["../../../../src/messages/navigation/navigation.versions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,OAAO,EACR,MAAM,kCAAkC,CAAC;AAC1C,OAAO,KAAK,EACV,uBAAuB,EACxB,MAAM,QAAQ,CAAC;AAEhB;;;;GAIG;AACH,MAAM,WAAW,cAAe,SAAQ,OAAO;IAC7C,kBAAkB;IAClB,IAAI,EAAE,OAAO,uBAAuB,CAAC;IACrC,kBAAkB;IAClB,OAAO,EAAE,KAAK,CAAC;IACf,sBAAsB;IACtB,GAAG,EAAE,MAAM,CAAC;CACb"}
1
+ {"version":3,"file":"navigation.versions.d.ts","sourceRoot":"","sources":["../../../../src/messages/navigation/navigation.versions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,gBAAgB,EACjB,MAAM,kCAAkC,CAAC;AAC1C,OAAO,KAAK,EACV,uBAAuB,EACxB,MAAM,QAAQ,CAAC;AAEhB;;;;GAIG;AACH,MAAM,WAAW,cAAe,SAAQ,gBAAgB;IACtD,kBAAkB;IAClB,IAAI,EAAE,OAAO,uBAAuB,CAAC;IACrC,kBAAkB;IAClB,OAAO,EAAE,KAAK,CAAC;IACf,sBAAsB;IACtB,GAAG,EAAE,MAAM,CAAC;CACb"}
@@ -1,4 +1,4 @@
1
- import type { Message } from '@amadeus-it-group/microfrontends';
1
+ import type { VersionedMessage } from '@amadeus-it-group/microfrontends';
2
2
  import type { RESIZE_MESSAGE_TYPE } from './base';
3
3
  /**
4
4
  * The resize message object sent via the communication protocol
@@ -7,7 +7,7 @@ import type { RESIZE_MESSAGE_TYPE } from './base';
7
7
  * This message contain the height of the content of an iframe and is sent to the parent of the iframe, so the parent can adjust the height of the iframe.
8
8
  * This will avoid a scroll bar on the iframe. If there will be a scroll bar that will be only on the parent
9
9
  */
10
- export interface ResizeV1_0 extends Message {
10
+ export interface ResizeV1_0 extends VersionedMessage {
11
11
  /** The type of a resize message */
12
12
  type: typeof RESIZE_MESSAGE_TYPE;
13
13
  /** The version of this message */
@@ -1 +1 @@
1
- {"version":3,"file":"resize.versions.d.ts","sourceRoot":"","sources":["../../../../src/messages/resize/resize.versions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,OAAO,EACR,MAAM,kCAAkC,CAAC;AAC1C,OAAO,KAAK,EACV,mBAAmB,EACpB,MAAM,QAAQ,CAAC;AAEhB;;;;;;GAMG;AACH,MAAM,WAAW,UAAW,SAAQ,OAAO;IACzC,mCAAmC;IACnC,IAAI,EAAE,OAAO,mBAAmB,CAAC;IACjC,kCAAkC;IAClC,OAAO,EAAE,KAAK,CAAC;IACf,wDAAwD;IACxD,MAAM,EAAE,MAAM,CAAC;CAChB"}
1
+ {"version":3,"file":"resize.versions.d.ts","sourceRoot":"","sources":["../../../../src/messages/resize/resize.versions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,gBAAgB,EACjB,MAAM,kCAAkC,CAAC;AAC1C,OAAO,KAAK,EACV,mBAAmB,EACpB,MAAM,QAAQ,CAAC;AAEhB;;;;;;GAMG;AACH,MAAM,WAAW,UAAW,SAAQ,gBAAgB;IAClD,mCAAmC;IACnC,IAAI,EAAE,OAAO,mBAAmB,CAAC;IACjC,kCAAkC;IAClC,OAAO,EAAE,KAAK,CAAC;IACf,wDAAwD;IACxD,MAAM,EAAE,MAAM,CAAC;CAChB"}
@@ -1,10 +1,10 @@
1
- import type { Message } from '@amadeus-it-group/microfrontends';
1
+ import type { VersionedMessage } from '@amadeus-it-group/microfrontends';
2
2
  import type { THEME_MESSAGE_TYPE, ThemeStructure } from './base';
3
3
  /**
4
4
  * Theme message object sent via communication protocol.
5
5
  * It contains the theme name and the theme deffinition
6
6
  */
7
- export interface ThemeV1_0 extends Message, ThemeStructure {
7
+ export interface ThemeV1_0 extends VersionedMessage, ThemeStructure {
8
8
  /** The type of a theme message */
9
9
  type: typeof THEME_MESSAGE_TYPE;
10
10
  /** The version of this message */
@@ -1 +1 @@
1
- {"version":3,"file":"theme.versions.d.ts","sourceRoot":"","sources":["../../../../src/messages/theme/theme.versions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,OAAO,EACR,MAAM,kCAAkC,CAAC;AAC1C,OAAO,KAAK,EACV,kBAAkB,EAClB,cAAc,EACf,MAAM,QAAQ,CAAC;AAEhB;;;GAGG;AACH,MAAM,WAAW,SAAU,SAAQ,OAAO,EAAE,cAAc;IACxD,kCAAkC;IAClC,IAAI,EAAE,OAAO,kBAAkB,CAAC;IAChC,kCAAkC;IAClC,OAAO,EAAE,KAAK,CAAC;IACf,0DAA0D;IAC1D,GAAG,EAAE,WAAW,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC,CAAC;CACzC"}
1
+ {"version":3,"file":"theme.versions.d.ts","sourceRoot":"","sources":["../../../../src/messages/theme/theme.versions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,gBAAgB,EACjB,MAAM,kCAAkC,CAAC;AAC1C,OAAO,KAAK,EACV,kBAAkB,EAClB,cAAc,EACf,MAAM,QAAQ,CAAC;AAEhB;;;GAGG;AACH,MAAM,WAAW,SAAU,SAAQ,gBAAgB,EAAE,cAAc;IACjE,kCAAkC;IAClC,IAAI,EAAE,OAAO,kBAAkB,CAAC;IAChC,kCAAkC;IAClC,OAAO,EAAE,KAAK,CAAC;IACf,0DAA0D;IAC1D,GAAG,EAAE,WAAW,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC,CAAC;CACzC"}