@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
@@ -1,5 +1,11 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 5.1.1-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 3efdf355: Update manifest definitions
8
+
3
9
  ## 5.1.1-next.1
4
10
 
5
11
  ### Patch Changes
@@ -639,7 +639,6 @@
639
639
  }
640
640
  },
641
641
  "required": [
642
- "route",
643
642
  "remote",
644
643
  "key"
645
644
  ],
@@ -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
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "5.1.1-next.1",
3
+ "version": "5.1.1-next.2",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {