@appshell/react 1.0.0-alpha.48 → 1.0.0-alpha.49
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.
|
@@ -30,6 +30,15 @@ export declare const activate: (registry: string, application: string, packageId
|
|
|
30
30
|
export type OverlayRemotePatch = {
|
|
31
31
|
remoteEntryUrl: string;
|
|
32
32
|
manifestUrl?: string;
|
|
33
|
+
/**
|
|
34
|
+
* The remote's `metadata` as this build declares it.
|
|
35
|
+
*
|
|
36
|
+
* Sent because a developer iterating on `appshell.config.yaml` is editing metadata as
|
|
37
|
+
* much as code; without it an overlay serves their new bundle beside the published
|
|
38
|
+
* route, displayName and icon. The registry replaces rather than merges, so a key
|
|
39
|
+
* removed from the yaml disappears rather than standing.
|
|
40
|
+
*/
|
|
41
|
+
metadata?: Metadata;
|
|
33
42
|
};
|
|
34
43
|
export type OpenedOverlay = {
|
|
35
44
|
id: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@appshell/react",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.49",
|
|
4
4
|
"description": "React utilities for building micro-frontends with Appshell and Module Federation",
|
|
5
5
|
"main": "dist/main.js",
|
|
6
6
|
"types": "dist/types/react/src/index.d.ts",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"react": "^18.2.0",
|
|
34
34
|
"react-dom": "^18.2.0"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "efd0f9c0156d747c1104edc34044a415999ab3c6",
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@appshell/runtime": "^1.0.0-alpha.
|
|
38
|
+
"@appshell/runtime": "^1.0.0-alpha.49"
|
|
39
39
|
}
|
|
40
40
|
}
|