npm package diff

Package: @forge/cli

Versions: 11.3.0-next.23 - 11.3.0-next.27

File: package/out/deploy/deployer/deployer.js

Index: package/out/deploy/deployer/deployer.js
===================================================================
--- package/out/deploy/deployer/deployer.js
+++ package/out/deploy/deployer/deployer.js
@@ -206,8 +206,9 @@
                 case 'HOSTED_RESOURCES_LAMBDA_TIMEOUT': {
                     throw new HostedResourceDeploymentFailedError(false, requestId, cli_shared_1.Text.hostedResources.error(cli_shared_1.Text.hostedResources.lambdaTimeout));
                 }
                 case 'ENTITY_VALIDATION_ERROR':
+                case 'MANIFEST_PERMISSIONS_VALIDATION_FAILED':
                 case 'MANIFEST_VALIDATION_FAILED': {
                     if (errorDetails.fields) {
                         throw new ManifestValidationFailedError(requestId, cli_shared_1.Text.config.manifest.error(message, JSON.stringify(errorDetails.fields, null, 2)));
                     }