npm package diff

Package: @forge/manifest

Versions: 8.9.0-next.2 - 8.9.0-next.3

File: package/out/schema/manifest.d.ts

Index: package/out/schema/manifest.d.ts
===================================================================
--- package/out/schema/manifest.d.ts
+++ package/out/schema/manifest.d.ts
@@ -25,9 +25,9 @@
  * Lambda architecture, its value can be either 'x86_64' or 'arm64'. Default value is 'x86_64'.
  */
 export type Architecture = 'x86_64' | 'arm64';
 /**
- * The required product for cross-product functionality. If not set, app is not a cross-product app.
+ * This property is deprecated.
  */
 export type RequiredProduct = 'confluence' | 'jira' | 'compass';
 /**
  * The required context for cross-context functionality. If not set, app is not a cross-context app.