npm package diff
Package: @forge/cli-shared
Versions: 6.6.2-next.5 - 6.6.2-next.6
File: package/out/ui/text.js
Index: package/out/ui/text.js
===================================================================
--- package/out/ui/text.js
+++ package/out/ui/text.js
@@ -160,8 +160,11 @@
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.',