npm package diff

Package: @forge/cli-shared

Versions: 6.7.0-next.10 - 6.7.0-next.11

File: package/out/ui/text.js

Index: package/out/ui/text.js
===================================================================
--- package/out/ui/text.js
+++ package/out/ui/text.js
@@ -162,11 +162,8 @@
         finished: 'Bundling succeeded.',
         warnings: (warnings) => `Bundling warnings: ${warnings.join(', ')}`
     },
     config: {
-        appId: {
-            invalid: (appId) => `Invalid app ID found in manifest: '${appId}'`
-        },
         missing: `Your app details are missing from the manifest.yml file. Register your app by running ${forge('register')}.`,
         invalid: `Invalid app details in the manifest.yml file. Register your app by running ${forge('register')}.`,
         manifest: {
             invalid: 'Command failed due to validation error.',