npm package diff
Package: @forge/manifest
Versions: 7.10.0-next.6 - 7.10.0-next.7
File: package/out/schema/manifest-schema.json
Index: package/out/schema/manifest-schema.json
===================================================================
--- package/out/schema/manifest-schema.json
+++ package/out/schema/manifest-schema.json
@@ -8744,8 +8744,14 @@
},
"refreshable": {
"type": "boolean"
},
+ "connectKeys": {
+ "type": "array",
+ "items": {
+ "type": "string"
+ }
+ },
"displayConditions": {
"type": "object",
"properties": {}
},
@@ -8924,8 +8930,14 @@
},
"refreshable": {
"type": "boolean"
},
+ "connectKeys": {
+ "type": "array",
+ "items": {
+ "type": "string"
+ }
+ },
"displayConditions": {
"type": "object",
"properties": {}
},