@ama-mfe/messages 13.4.0-prerelease.8 → 13.4.0-rc.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.
Files changed (41) hide show
  1. package/cjs/messages/history/index.js +1 -1
  2. package/cjs/messages/navigation/index.js +1 -1
  3. package/cjs/messages/resize/index.js +1 -1
  4. package/cjs/messages/theme/index.js +1 -1
  5. package/package.json +11 -12
  6. package/src/messages/history/{history.versions.d.ts → history-versions.d.ts} +1 -1
  7. package/src/messages/history/{history.versions.d.ts.map → history-versions.d.ts.map} +1 -1
  8. package/src/messages/history/history-versions.js +2 -0
  9. package/src/messages/history/history-versions.js.map +1 -0
  10. package/src/messages/history/index.d.ts +2 -2
  11. package/src/messages/history/index.js +1 -1
  12. package/src/messages/navigation/index.d.ts +2 -2
  13. package/src/messages/navigation/index.js +1 -1
  14. package/src/messages/navigation/{navigation.versions.d.ts → navigation-versions.d.ts} +1 -1
  15. package/src/messages/navigation/{navigation.versions.d.ts.map → navigation-versions.d.ts.map} +1 -1
  16. package/src/messages/navigation/navigation-versions.js +2 -0
  17. package/src/messages/navigation/navigation-versions.js.map +1 -0
  18. package/src/messages/resize/index.d.ts +2 -2
  19. package/src/messages/resize/index.js +1 -1
  20. package/src/messages/resize/{resize.versions.d.ts → resize-versions.d.ts} +1 -1
  21. package/src/messages/resize/{resize.versions.d.ts.map → resize-versions.d.ts.map} +1 -1
  22. package/src/messages/resize/resize-versions.js +2 -0
  23. package/src/messages/resize/resize-versions.js.map +1 -0
  24. package/src/messages/theme/index.d.ts +2 -2
  25. package/src/messages/theme/index.js +1 -1
  26. package/src/messages/theme/{theme.versions.d.ts → theme-versions.d.ts} +1 -1
  27. package/src/messages/theme/{theme.versions.d.ts.map → theme-versions.d.ts.map} +1 -1
  28. package/src/messages/theme/theme-versions.js +2 -0
  29. package/src/messages/theme/theme-versions.js.map +1 -0
  30. package/src/messages/history/history.versions.js +0 -2
  31. package/src/messages/history/history.versions.js.map +0 -1
  32. package/src/messages/navigation/navigation.versions.js +0 -2
  33. package/src/messages/navigation/navigation.versions.js.map +0 -1
  34. package/src/messages/resize/resize.versions.js +0 -2
  35. package/src/messages/resize/resize.versions.js.map +0 -1
  36. package/src/messages/theme/theme.versions.js +0 -2
  37. package/src/messages/theme/theme.versions.js.map +0 -1
  38. /package/cjs/messages/history/{history.versions.js → history-versions.js} +0 -0
  39. /package/cjs/messages/navigation/{navigation.versions.js → navigation-versions.js} +0 -0
  40. /package/cjs/messages/resize/{resize.versions.js → resize-versions.js} +0 -0
  41. /package/cjs/messages/theme/{theme.versions.js → theme-versions.js} +0 -0
@@ -8,7 +8,7 @@ Object.defineProperty(exports, "HISTORY_MESSAGE_TYPE", {
8
8
  return _base.HISTORY_MESSAGE_TYPE;
9
9
  }
10
10
  });
11
- _export_star(require("./history.versions"), exports);
11
+ _export_star(require("./history-versions"), exports);
12
12
  var _base = require("./base");
13
13
  function _export_star(from, to) {
14
14
  Object.keys(from).forEach(function(k) {
@@ -8,7 +8,7 @@ Object.defineProperty(exports, "NAVIGATION_MESSAGE_TYPE", {
8
8
  return _base.NAVIGATION_MESSAGE_TYPE;
9
9
  }
10
10
  });
11
- _export_star(require("./navigation.versions"), exports);
11
+ _export_star(require("./navigation-versions"), exports);
12
12
  var _base = require("./base");
13
13
  function _export_star(from, to) {
14
14
  Object.keys(from).forEach(function(k) {
@@ -8,7 +8,7 @@ Object.defineProperty(exports, "RESIZE_MESSAGE_TYPE", {
8
8
  return _base.RESIZE_MESSAGE_TYPE;
9
9
  }
10
10
  });
11
- _export_star(require("./resize.versions"), exports);
11
+ _export_star(require("./resize-versions"), exports);
12
12
  var _base = require("./base");
13
13
  function _export_star(from, to) {
14
14
  Object.keys(from).forEach(function(k) {
@@ -16,7 +16,7 @@ _export(exports, {
16
16
  return _base.ThemeStructure;
17
17
  }
18
18
  });
19
- _export_star(require("./theme.versions"), exports);
19
+ _export_star(require("./theme-versions"), exports);
20
20
  var _base = require("./base");
21
21
  function _export_star(from, to) {
22
22
  Object.keys(from).forEach(function(k) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ama-mfe/messages",
3
- "version": "13.4.0-prerelease.8",
3
+ "version": "13.4.0-rc.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -41,27 +41,27 @@
41
41
  },
42
42
  "devDependencies": {
43
43
  "@amadeus-it-group/microfrontends": "0.0.9",
44
- "@compodoc/compodoc": "^1.1.19",
44
+ "@compodoc/compodoc": "^1.1.32",
45
45
  "@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
46
46
  "@nx/eslint-plugin": "~21.6.0",
47
47
  "@nx/jest": "~21.6.0",
48
- "@o3r/build-helpers": "13.4.0-prerelease.8",
49
- "@o3r/eslint-plugin": "13.4.0-prerelease.8",
50
- "@o3r/test-helpers": "13.4.0-prerelease.8",
51
- "@schematics/angular": "~20.3.0",
52
- "@stylistic/eslint-plugin": "~5.5.0",
48
+ "@o3r/build-helpers": "~13.4.0-rc.2",
49
+ "@o3r/eslint-plugin": "~13.4.0-rc.2",
50
+ "@o3r/test-helpers": "~13.4.0-rc.2",
51
+ "@schematics/angular": "~20.3.11",
52
+ "@stylistic/eslint-plugin": "~5.6.0",
53
53
  "@swc/cli": "~0.7.7",
54
54
  "@swc/core": "~1.13.0",
55
55
  "@types/jest": "~29.5.2",
56
56
  "@types/node": "~22.18.0",
57
- "@typescript-eslint/parser": "~8.46.0",
57
+ "@typescript-eslint/parser": "~8.47.0",
58
58
  "cpy-cli": "^6.0.0",
59
- "eslint": "~9.38.0",
59
+ "eslint": "~9.39.0",
60
60
  "eslint-import-resolver-node": "~0.3.9",
61
61
  "eslint-import-resolver-typescript": "~4.4.0",
62
62
  "eslint-plugin-import": "~2.32.0",
63
63
  "eslint-plugin-import-newlines": "~1.4.0",
64
- "eslint-plugin-jest": "~29.0.0",
64
+ "eslint-plugin-jest": "~29.1.0",
65
65
  "eslint-plugin-jsdoc": "~54.7.0",
66
66
  "eslint-plugin-prefer-arrow": "~1.2.3",
67
67
  "eslint-plugin-unicorn": "~60.0.0",
@@ -71,7 +71,6 @@
71
71
  "jest-util": "~29.7.0",
72
72
  "jsonc-eslint-parser": "~2.4.0",
73
73
  "minimist": "^1.2.6",
74
- "pid-from-port": "^1.1.3",
75
74
  "rimraf": "^6.0.1",
76
75
  "rxjs": "^7.8.1",
77
76
  "semver": "^7.5.2",
@@ -79,7 +78,7 @@
79
78
  "ts-node": "~10.9.2",
80
79
  "type-fest": "^4.30.1",
81
80
  "typescript": "~5.9.2",
82
- "typescript-eslint": "~8.46.0"
81
+ "typescript-eslint": "~8.47.0"
83
82
  },
84
83
  "engines": {
85
84
  "node": "^20.19.0 || ^22.17.0 || ^24.0.0"
@@ -12,4 +12,4 @@ export interface HistoryV1_0 extends VersionedMessage {
12
12
  /** The delta of history states to navigate (negative is backward, 0 is reload, positive is forward) */
13
13
  delta: number;
14
14
  }
15
- //# sourceMappingURL=history.versions.d.ts.map
15
+ //# sourceMappingURL=history-versions.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"history.versions.d.ts","sourceRoot":"","sources":["../../../../src/messages/history/history.versions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,gBAAgB,EACjB,MAAM,kCAAkC,CAAC;AAC1C,OAAO,KAAK,EACV,oBAAoB,EACrB,MAAM,QAAQ,CAAC;AAEhB;;;GAGG;AACH,MAAM,WAAW,WAAY,SAAQ,gBAAgB;IACnD,kBAAkB;IAClB,IAAI,EAAE,OAAO,oBAAoB,CAAC;IAClC,kBAAkB;IAClB,OAAO,EAAE,KAAK,CAAC;IACf,uGAAuG;IACvG,KAAK,EAAE,MAAM,CAAC;CACf"}
1
+ {"version":3,"file":"history-versions.d.ts","sourceRoot":"","sources":["../../../../src/messages/history/history-versions.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,gBAAgB,EACjB,MAAM,kCAAkC,CAAC;AAC1C,OAAO,KAAK,EACV,oBAAoB,EACrB,MAAM,QAAQ,CAAC;AAEhB;;;GAGG;AACH,MAAM,WAAW,WAAY,SAAQ,gBAAgB;IACnD,kBAAkB;IAClB,IAAI,EAAE,OAAO,oBAAoB,CAAC;IAClC,kBAAkB;IAClB,OAAO,EAAE,KAAK,CAAC;IACf,uGAAuG;IACvG,KAAK,EAAE,MAAM,CAAC;CACf"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=history-versions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"history-versions.js","sourceRoot":"","sources":["../../../../src/messages/history/history-versions.ts"],"names":[],"mappings":""}
@@ -1,5 +1,5 @@
1
- import type { HistoryV1_0 } from './history.versions';
2
- export * from './history.versions';
1
+ import type { HistoryV1_0 } from './history-versions';
2
+ export * from './history-versions';
3
3
  export { HISTORY_MESSAGE_TYPE } from './base';
4
4
  /** The versions of history messages */
5
5
  export type HistoryMessage = HistoryV1_0;
@@ -1,3 +1,3 @@
1
- export * from './history.versions';
1
+ export * from './history-versions';
2
2
  export { HISTORY_MESSAGE_TYPE } from './base';
3
3
  //# sourceMappingURL=index.js.map
@@ -1,5 +1,5 @@
1
- import type { NavigationV1_0 } from './navigation.versions';
2
- export * from './navigation.versions';
1
+ import type { NavigationV1_0 } from './navigation-versions';
2
+ export * from './navigation-versions';
3
3
  export { NAVIGATION_MESSAGE_TYPE } from './base';
4
4
  /** The versions of navigation messages */
5
5
  export type NavigationMessage = NavigationV1_0;
@@ -1,3 +1,3 @@
1
- export * from './navigation.versions';
1
+ export * from './navigation-versions';
2
2
  export { NAVIGATION_MESSAGE_TYPE } from './base';
3
3
  //# sourceMappingURL=index.js.map
@@ -13,4 +13,4 @@ export interface NavigationV1_0 extends VersionedMessage {
13
13
  /** The url updated */
14
14
  url: string;
15
15
  }
16
- //# sourceMappingURL=navigation.versions.d.ts.map
16
+ //# sourceMappingURL=navigation-versions.d.ts.map
@@ -1 +1 @@
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
+ {"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"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=navigation-versions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"navigation-versions.js","sourceRoot":"","sources":["../../../../src/messages/navigation/navigation-versions.ts"],"names":[],"mappings":""}
@@ -1,5 +1,5 @@
1
- import type { ResizeV1_0 } from './resize.versions';
2
- export * from './resize.versions';
1
+ import type { ResizeV1_0 } from './resize-versions';
2
+ export * from './resize-versions';
3
3
  export { RESIZE_MESSAGE_TYPE } from './base';
4
4
  /** The versions of resize messages */
5
5
  export type ResizeMessage = ResizeV1_0;
@@ -1,3 +1,3 @@
1
- export * from './resize.versions';
1
+ export * from './resize-versions';
2
2
  export { RESIZE_MESSAGE_TYPE } from './base';
3
3
  //# sourceMappingURL=index.js.map
@@ -15,4 +15,4 @@ export interface ResizeV1_0 extends VersionedMessage {
15
15
  /** The height in pixels of the content of the iframe */
16
16
  height: number;
17
17
  }
18
- //# sourceMappingURL=resize.versions.d.ts.map
18
+ //# sourceMappingURL=resize-versions.d.ts.map
@@ -1 +1 @@
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
+ {"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"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=resize-versions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resize-versions.js","sourceRoot":"","sources":["../../../../src/messages/resize/resize-versions.ts"],"names":[],"mappings":""}
@@ -1,6 +1,6 @@
1
- import type { ThemeV1_0 } from './theme.versions';
1
+ import type { ThemeV1_0 } from './theme-versions';
2
2
  /** The versions of theme messages */
3
3
  export type ThemeMessage = ThemeV1_0;
4
- export * from './theme.versions';
4
+ export * from './theme-versions';
5
5
  export { THEME_MESSAGE_TYPE, ThemeStructure } from './base';
6
6
  //# sourceMappingURL=index.d.ts.map
@@ -1,3 +1,3 @@
1
- export * from './theme.versions';
1
+ export * from './theme-versions';
2
2
  export { THEME_MESSAGE_TYPE } from './base';
3
3
  //# sourceMappingURL=index.js.map
@@ -12,4 +12,4 @@ export interface ThemeV1_0 extends VersionedMessage, ThemeStructure {
12
12
  /** Theme definition: css variables plus specific style */
13
13
  css: NonNullable<ThemeStructure['css']>;
14
14
  }
15
- //# sourceMappingURL=theme.versions.d.ts.map
15
+ //# sourceMappingURL=theme-versions.d.ts.map
@@ -1 +1 @@
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"}
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"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=theme-versions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"theme-versions.js","sourceRoot":"","sources":["../../../../src/messages/theme/theme-versions.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=history.versions.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"history.versions.js","sourceRoot":"","sources":["../../../../src/messages/history/history.versions.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=navigation.versions.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"navigation.versions.js","sourceRoot":"","sources":["../../../../src/messages/navigation/navigation.versions.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=resize.versions.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"resize.versions.js","sourceRoot":"","sources":["../../../../src/messages/resize/resize.versions.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=theme.versions.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"theme.versions.js","sourceRoot":"","sources":["../../../../src/messages/theme/theme.versions.ts"],"names":[],"mappings":""}