@ama-mfe/messages 13.4.0-prerelease.8 → 13.5.0-prerelease.0
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/cjs/messages/history/index.js +1 -1
- package/cjs/messages/navigation/index.js +1 -1
- package/cjs/messages/resize/index.js +1 -1
- package/cjs/messages/theme/index.js +1 -1
- package/package.json +9 -10
- package/src/messages/history/{history.versions.d.ts → history-versions.d.ts} +1 -1
- package/src/messages/history/{history.versions.d.ts.map → history-versions.d.ts.map} +1 -1
- package/src/messages/history/history-versions.js +2 -0
- package/src/messages/history/history-versions.js.map +1 -0
- package/src/messages/history/index.d.ts +2 -2
- package/src/messages/history/index.js +1 -1
- package/src/messages/navigation/index.d.ts +2 -2
- package/src/messages/navigation/index.js +1 -1
- package/src/messages/navigation/{navigation.versions.d.ts → navigation-versions.d.ts} +1 -1
- package/src/messages/navigation/{navigation.versions.d.ts.map → navigation-versions.d.ts.map} +1 -1
- package/src/messages/navigation/navigation-versions.js +2 -0
- package/src/messages/navigation/navigation-versions.js.map +1 -0
- package/src/messages/resize/index.d.ts +2 -2
- package/src/messages/resize/index.js +1 -1
- package/src/messages/resize/{resize.versions.d.ts → resize-versions.d.ts} +1 -1
- package/src/messages/resize/{resize.versions.d.ts.map → resize-versions.d.ts.map} +1 -1
- package/src/messages/resize/resize-versions.js +2 -0
- package/src/messages/resize/resize-versions.js.map +1 -0
- package/src/messages/theme/index.d.ts +2 -2
- package/src/messages/theme/index.js +1 -1
- package/src/messages/theme/{theme.versions.d.ts → theme-versions.d.ts} +1 -1
- package/src/messages/theme/{theme.versions.d.ts.map → theme-versions.d.ts.map} +1 -1
- package/src/messages/theme/theme-versions.js +2 -0
- package/src/messages/theme/theme-versions.js.map +1 -0
- package/src/messages/history/history.versions.js +0 -2
- package/src/messages/history/history.versions.js.map +0 -1
- package/src/messages/navigation/navigation.versions.js +0 -2
- package/src/messages/navigation/navigation.versions.js.map +0 -1
- package/src/messages/resize/resize.versions.js +0 -2
- package/src/messages/resize/resize.versions.js.map +0 -1
- package/src/messages/theme/theme.versions.js +0 -2
- package/src/messages/theme/theme.versions.js.map +0 -1
- /package/cjs/messages/history/{history.versions.js → history-versions.js} +0 -0
- /package/cjs/messages/navigation/{navigation.versions.js → navigation-versions.js} +0 -0
- /package/cjs/messages/resize/{resize.versions.js → resize-versions.js} +0 -0
- /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
|
|
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
|
|
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
|
|
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
|
|
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.
|
|
3
|
+
"version": "13.5.0-prerelease.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -45,23 +45,23 @@
|
|
|
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.
|
|
49
|
-
"@o3r/eslint-plugin": "13.
|
|
50
|
-
"@o3r/test-helpers": "13.
|
|
48
|
+
"@o3r/build-helpers": "~13.5.0-prerelease.0",
|
|
49
|
+
"@o3r/eslint-plugin": "~13.5.0-prerelease.0",
|
|
50
|
+
"@o3r/test-helpers": "~13.5.0-prerelease.0",
|
|
51
51
|
"@schematics/angular": "~20.3.0",
|
|
52
|
-
"@stylistic/eslint-plugin": "~5.
|
|
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.
|
|
57
|
+
"@typescript-eslint/parser": "~8.47.0",
|
|
58
58
|
"cpy-cli": "^6.0.0",
|
|
59
|
-
"eslint": "~9.
|
|
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.
|
|
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.
|
|
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
|
|
15
|
+
//# sourceMappingURL=history-versions.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"history
|
|
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 @@
|
|
|
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
|
|
2
|
-
export * from './history
|
|
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,5 +1,5 @@
|
|
|
1
|
-
import type { NavigationV1_0 } from './navigation
|
|
2
|
-
export * from './navigation
|
|
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;
|
package/src/messages/navigation/{navigation.versions.d.ts.map → navigation-versions.d.ts.map}
RENAMED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"navigation
|
|
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 @@
|
|
|
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
|
|
2
|
-
export * from './resize
|
|
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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resize
|
|
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 @@
|
|
|
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
|
|
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
|
|
4
|
+
export * from './theme-versions';
|
|
5
5
|
export { THEME_MESSAGE_TYPE, ThemeStructure } from './base';
|
|
6
6
|
//# sourceMappingURL=index.d.ts.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
|
|
15
|
+
//# sourceMappingURL=theme-versions.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme
|
|
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 @@
|
|
|
1
|
+
{"version":3,"file":"theme-versions.js","sourceRoot":"","sources":["../../../../src/messages/theme/theme-versions.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"history.versions.js","sourceRoot":"","sources":["../../../../src/messages/history/history.versions.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"navigation.versions.js","sourceRoot":"","sources":["../../../../src/messages/navigation/navigation.versions.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"resize.versions.js","sourceRoot":"","sources":["../../../../src/messages/resize/resize.versions.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"theme.versions.js","sourceRoot":"","sources":["../../../../src/messages/theme/theme.versions.ts"],"names":[],"mappings":""}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|