@forge/manifest 3.10.1-next.0 → 3.11.0-next.1

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,11 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 3.11.0-next.1
4
+
5
+ ### Minor Changes
6
+
7
+ - acf78b58: BCAT-1386 Add scopes mapping for bitbucket repo created event
8
+
3
9
  ## 3.10.1-next.0
4
10
 
5
11
  ### Patch Changes
@@ -524,6 +524,14 @@
524
524
  "read:component:compass"
525
525
  ]
526
526
  }
527
+ },
528
+ {
529
+ "productEvent": "avi:bitbucket:created:repository",
530
+ "oAuthScopes": {
531
+ "current": [
532
+ "read:repository:bitbucket"
533
+ ]
534
+ }
527
535
  }
528
536
  ]
529
537
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "3.10.1-next.0",
3
+ "version": "3.11.0-next.1",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {