npm package diff
Package: @forge/manifest
Versions: 8.2.0 - 8.2.1-next.0
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
@@ -1368,8 +1368,12 @@
"mysql"
],
"description": "The SQL engine to be used for storage"
},
+ "dareCompliant": {
+ "type": "boolean",
+ "description": "Whether the SQL storage is compliant data residency requirements. This will be set to false while sql is in preview and true when sql goes GA"
+ },
"key": {
"$ref": "#/definitions/ModuleKeySchema"
}
},