npm package diff

Package: @forge/manifest

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

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
@@ -877,9 +877,9 @@
                                         "maxLength": 255,
                                         "type": "string"
                                     },
                                     "actionType": {
-                                        "description": "The action-type defines the action inputs and how actions can be categorised and discovered. \neg an action-type atlassian:issue:create:comment defines the inputs issueId and comment. \nDifferent implementations of actions with action-type of atlassian:issue:create:comment can be\nswapped depending on what integrations a tenant might have.",
+                                        "description": "The action-type defines the action inputs and how actions can be categorised and discovered.\neg an action-type atlassian:issue:create:comment defines the inputs issueId and comment.\nDifferent implementations of actions with action-type of atlassian:issue:create:comment can be\nswapped depending on what integrations a tenant might have.",
                                         "type": "string",
                                         "minLength": 1,
                                         "maxLength": 255,
                                         "pattern": "^[a-zA-Z0-9\\-_:]+$"
@@ -1314,9 +1314,9 @@
                                         "maxLength": 255,
                                         "type": "string"
                                     },
                                     "actionType": {
-                                        "description": "The action-type defines the action inputs and how actions can be categorised and discovered. \neg an action-type atlassian:issue:create:comment defines the inputs issueId and comment. \nDifferent implementations of actions with action-type of atlassian:issue:create:comment can be\nswapped depending on what integrations a tenant might have.",
+                                        "description": "The action-type defines the action inputs and how actions can be categorised and discovered.\neg an action-type atlassian:issue:create:comment defines the inputs issueId and comment.\nDifferent implementations of actions with action-type of atlassian:issue:create:comment can be\nswapped depending on what integrations a tenant might have.",
                                         "type": "string",
                                         "minLength": 1,
                                         "maxLength": 255,
                                         "pattern": "^[a-zA-Z0-9\\-_:]+$"
@@ -25773,9 +25773,9 @@
                     "type": "string"
                 },
                 "description": {
                     "type": "string",
-                    "description": "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'\n"
+                    "description": "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'\n"
                 },
                 "type": {
                     "$ref": "#/definitions/CoreActionIOType"
                 }
@@ -25790,9 +25790,9 @@
             ],
             "properties": {
                 "description": {
                     "type": "string",
-                    "description": "A description of what this particular output represents.  Example: 'ID of the Issue that was created as a result of this action'\n"
+                    "description": "A description of what this particular output represents. Example: 'ID of the Issue that was created as a result of this action'\n"
                 },
                 "nullable": {
                     "type": "boolean",
                     "description": "A flag to indicate whether the output can have a value of null."