npm package diff
Package: @forge/manifest
Versions: 8.7.1-next.0 - 8.7.1-next.1
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
@@ -11462,8 +11462,12 @@
"jira-administrators"
]
}
},
+ "migratedFromConnect": {
+ "default": false,
+ "type": "boolean"
+ },
"key": {
"$ref": "#/definitions/ModuleKeySchema"
}
},
@@ -11558,8 +11562,12 @@
"voters_and_watchers"
],
"type": "string"
},
+ "migratedFromConnect": {
+ "default": false,
+ "type": "boolean"
+ },
"key": {
"$ref": "#/definitions/ModuleKeySchema"
}
},