@forge/manifest 3.0.0 → 3.1.0-next.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/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 3.1.0-next.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 813f8f3: Add remotes to external auth config
8
+
9
+ ### Patch Changes
10
+
11
+ - 5152239: Update manifest definitions
12
+
3
13
  ## 3.0.0
4
14
 
5
15
  ### Major Changes
@@ -8735,8 +8735,8 @@
8735
8735
  "required": [
8736
8736
  "key",
8737
8737
  "name",
8738
- "bearerMethod",
8739
8738
  "integration",
8739
+ "bearerMethod",
8740
8740
  "clientId",
8741
8741
  "remotes"
8742
8742
  ],
@@ -8789,10 +8789,9 @@
8789
8789
  "key",
8790
8790
  "type",
8791
8791
  "name",
8792
- "clientId",
8793
- "actions",
8794
8792
  "bearerMethod",
8795
- "remotes"
8793
+ "clientId",
8794
+ "actions"
8796
8795
  ],
8797
8796
  "properties": {
8798
8797
  "key": {
@@ -51810,7 +51810,7 @@ export interface AuthProviderCustom {
51810
51810
  bearerMethod: BearerMethodSchema;
51811
51811
  clientId: string;
51812
51812
  scopes?: string[];
51813
- remotes: ModuleKeySchema[];
51813
+ remotes?: ModuleKeySchema[];
51814
51814
  actions: {
51815
51815
  authorization: AuthorizeActionDefinition;
51816
51816
  exchange: ExchangeActionDefinition;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "3.0.0",
3
+ "version": "3.1.0-next.0",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {