@forge/manifest 6.0.1-next.0 → 6.1.0-next.1-experimental-5e2eb7f

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 6.1.0-next.1-experimental-5e2eb7f
4
+
5
+ ### Minor Changes
6
+
7
+ - f2caa81: Re-enable scope check for bitbucket:mergeCheck module
8
+
9
+ ### Patch Changes
10
+
11
+ - 756e1c4: Update manifest definitions
12
+
13
+ ## 6.1.0-next.1
14
+
15
+ ### Minor Changes
16
+
17
+ - f2caa81: Re-enable scope check for bitbucket:mergeCheck module
18
+
3
19
  ## 6.0.1-next.0
4
20
 
5
21
  ### Patch Changes
@@ -3,5 +3,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.MODULE_TO_SCOPES_MAPPING = void 0;
4
4
  const types_1 = require("../types");
5
5
  exports.MODULE_TO_SCOPES_MAPPING = new Map([
6
- [types_1.AllModuleTypes.BitbucketMergeCheck, []]
6
+ [types_1.AllModuleTypes.BitbucketMergeCheck, ['read:pullrequest:bitbucket']]
7
7
  ]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "6.0.1-next.0",
3
+ "version": "6.1.0-next.1-experimental-5e2eb7f",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {