@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
|
@@ -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",
|
package/out/schema/manifest.d.ts
CHANGED