@forge/manifest 2.6.0-next.6 → 2.6.0-next.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -23,7 +23,7 @@ exports.errors = {
23
23
  permissions: {
24
24
  invalidPermission: (element, value) => `Invalid '${element}' permission in the manifest.yml file - '${value}'. Learn more about permissions at: https://go.atlassian.com/forge-permissions.`,
25
25
  missingPermissionFromScope: (scope, event) => `Trigger event: '${event}' requires '${scope}' scope`,
26
- deprecatedPermission: (element, value) => `Deprecated '${element}' permissions in the manifest.yml file - '${value.join(', ')}'. You need to update this app to use our new scopes, as all of our old scopes have been deprecated. You must do this before the deprecation period for our old scopes ends. Learn more about our new scopes at: https://go.atlassian.com/forge-permissions.`
26
+ deprecatedPermission: (element, value) => `There are deprecated scopes '${element}' in the manifest.yml file: '${value.join(', ')}'. You need to update this app to use new scopes and remove the deprecated scopes. Learn more at: https://go.atlassian.com/forge-permissions.`
27
27
  },
28
28
  connectModules: {
29
29
  invalidConnectModule: (module) => `invalid value '${module}' in connectModules`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "2.6.0-next.6",
3
+ "version": "2.6.0-next.7",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {