npm package diff

Package: @forge/manifest

Versions: 8.7.0-next.1 - 8.7.0-next.2

Modified: package/out/schema/manifest-schema.json

Large diffs are not rendered by default.

Modified: package/package.json

Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,7 +1,7 @@
 {
   "name": "@forge/manifest",
-  "version": "8.7.0-next.1",
+  "version": "8.7.0-next.2",
   "description": "Definitions and validations of the Forge manifest",
   "main": "out/index.js",
   "scripts": {
     "build": "yarn run compile",

Modified: package/out/scopes/shipyard-scopes.json

Index: package/out/scopes/shipyard-scopes.json
===================================================================
--- package/out/scopes/shipyard-scopes.json
+++ package/out/scopes/shipyard-scopes.json
@@ -341,8 +341,9 @@
     "read:workflow:jira",
     "read:workflow.property:jira",
     "read:workspace:bitbucket",
     "readonly:content.attachment:confluence",
+    "redact:issue:jira",
     "report:personal-data",
     "search:confluence",
     "send:notification:jira",
     "space-admin:connect-confluence",

Modified: package/CHANGELOG.md

Index: package/CHANGELOG.md
===================================================================
--- package/CHANGELOG.md
+++ package/CHANGELOG.md
@@ -1,6 +1,12 @@
 # @forge/manifest
 
+## 8.7.0-next.2
+
+### Patch Changes
+
+- de16df9: Update manifest definitions
+
 ## 8.7.0-next.1
 
 ### Minor Changes

Modified: package/out/schema/manifest.d.ts

Large diffs are not rendered by default.