npm package diff

Package: @forge/manifest

Versions: 8.0.0-next.4 - 8.0.0-next.5

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
@@ -11248,18 +11248,18 @@
 }
 export interface ActionInput {
   title: string;
   /**
-   * A description of what this particular input is intended for.  Example: 'ID of the Issue that will be updated as a result of this action'
+   * A description of what this particular input is intended for. Example: 'ID of the Issue that will be updated as a result of this action'
    *
    */
   description: string;
   type: CoreActionIOType;
   [k: string]: unknown;
 }
 export interface ActionOutput {
   /**
-   * A description of what this particular output represents.  Example: 'ID of the Issue that was created as a result of this action'
+   * A description of what this particular output represents. Example: 'ID of the Issue that was created as a result of this action'
    *
    */
   description: string;
   /**