@forge/manifest 5.1.1-next.1 → 5.1.1-next.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.
package/CHANGELOG.md
CHANGED
package/out/schema/manifest.d.ts
CHANGED
|
@@ -525,7 +525,7 @@ export interface Modules {
|
|
|
525
525
|
* key for the remotes definition
|
|
526
526
|
*/
|
|
527
527
|
remote: string;
|
|
528
|
-
route
|
|
528
|
+
route?: {
|
|
529
529
|
/**
|
|
530
530
|
* Path of the remote endpoint to invoke
|
|
531
531
|
*/
|
|
@@ -557,7 +557,7 @@ export interface Modules {
|
|
|
557
557
|
* key for the remotes definition
|
|
558
558
|
*/
|
|
559
559
|
remote: string;
|
|
560
|
-
route
|
|
560
|
+
route?: {
|
|
561
561
|
/**
|
|
562
562
|
* Path of the remote endpoint to invoke
|
|
563
563
|
*/
|