@forge/manifest 6.2.0 → 6.2.1-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,11 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 6.2.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 9bf0ff6: Update manifest definitions
8
+
3
9
  ## 6.2.0
4
10
 
5
11
  ### Minor Changes
@@ -18042,6 +18042,7 @@
18042
18042
  },
18043
18043
  "ExternalAuthFunctionProvider": {
18044
18044
  "type": "object",
18045
+ "additionalProperties": false,
18045
18046
  "properties": {
18046
18047
  "provider": {
18047
18048
  "type": "string",
@@ -7674,7 +7674,6 @@ export interface ExternalAuthFunctionProvider {
7674
7674
  * An optional list of scopes the function requires.
7675
7675
  */
7676
7676
  requiredScopes?: string[];
7677
- [k: string]: unknown;
7678
7677
  }
7679
7678
  /**
7680
7679
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "6.2.0",
3
+ "version": "6.2.1-next.0",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {