@forge/manifest
12.6.0-next.212.6.0-next.3
out/text/errors.js~
out/text/errors.jsModified+1
Index: package/out/text/errors.js
===================================================================
--- package/out/text/errors.js
+++ package/out/text/errors.js
@@ -213,8 +213,9 @@
missingAppConnectRemote: () => `missing app.connect.remote. app.connect.remote is required if connectModules are present.`,
missingRemoteForConnect: (key) => `no remote found with key '${key}' matching app.connect.remote value.`,
missingConnectModules: () => 'Missing connectModules. When app.connect.authentication is present, connectModules is required.',
noConfigurableConnectRemote: () => 'Connect remotes cannot be configurable',
+ missingConnectRemoteWithRemotesWarning: () => `Warning: Previous connect region will not be persisted on connect to forge upgrades if connect.remote is not defined.`,
features: {
deprecatedAutoUserConsent: () => 'The autoUserConsent feature flag is no longer required to use automatic user consent and should be removed from the manifest.'
},
remotes: {