npm package diff

Package: @forge/manifest

Versions: 10.8.0 - 11.0.0-next.0

File: package/out/text/errors.js

Index: package/out/text/errors.js
===================================================================
--- package/out/text/errors.js
+++ package/out/text/errors.js
@@ -87,10 +87,10 @@
             autoConvert: {
                 invalidMatcherPatternRegex: (pattern, keyName, index) => `The pattern '${pattern}' at index '${index}' for key '${keyName}' needs to be in a valid URL format between 1-1024 characters long and cannot use wildcard (*) for protocol. Please provide a valid URL within the character limitations and with a valid protocol.`,
                 emptyMatcherArray: (keyName) => `Macro autoConvert matchers array for key '${keyName}' must not be empty array.`
             },
-            fullPageApp: {
-                invalidRouteRegex: (pattern, keyName) => `The route '${pattern}' for key '${keyName}' needs to be in a valid URL route between 1-255 characters and contain only URL safe characters.`
+            fullPage: {
+                invalidRouteRegex: (pattern, keyName, index) => `The routePrefix '${pattern}' at index '${index}' for key '${keyName}' needs to be in a valid URL route between 1-255 characters and contain only URL safe characters such as: a-z, 0-9 and '\' and '-'.`
             }
         },
         jiraWorkflowValidator: {
             missingProperty: (key) => `${types_1.AllModuleTypes.JiraWorkflowValidator} module '${key}' must have either a function or expression.`,