@forge/manifest 12.2.0-next.2 → 12.2.0-next.3

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
+ ## 12.2.0-next.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 3a792a2: Update manifest definitions
8
+
3
9
  ## 12.2.0-next.2
4
10
 
5
11
  ### Minor Changes
@@ -1473,6 +1473,30 @@
1473
1473
  ]
1474
1474
  }
1475
1475
  },
1476
+ {
1477
+ "productEvent": "avi:bitbucket:pending:deployment",
1478
+ "oAuthScopes": {
1479
+ "current": [
1480
+ "read:pipeline:bitbucket"
1481
+ ]
1482
+ }
1483
+ },
1484
+ {
1485
+ "productEvent": "avi:bitbucket:started:deployment",
1486
+ "oAuthScopes": {
1487
+ "current": [
1488
+ "read:pipeline:bitbucket"
1489
+ ]
1490
+ }
1491
+ },
1492
+ {
1493
+ "productEvent": "avi:bitbucket:completed:deployment",
1494
+ "oAuthScopes": {
1495
+ "current": [
1496
+ "read:pipeline:bitbucket"
1497
+ ]
1498
+ }
1499
+ },
1476
1500
  {
1477
1501
  "productEvent": "avi:jira-software:created:sprint",
1478
1502
  "oAuthScopes": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "12.2.0-next.2",
3
+ "version": "12.2.0-next.3",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {