@forge/manifest 3.2.0 → 3.3.0-next.2

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.
@@ -214,6 +214,7 @@
214
214
  "read:user:confluence",
215
215
  "read:user:jira",
216
216
  "read:user.columns:jira",
217
+ "read:user.property:confluence",
217
218
  "read:user.property:jira",
218
219
  "read:watcher:confluence",
219
220
  "read:webhook:jira",
@@ -326,6 +327,7 @@
326
327
  "write:sprint:jira-software",
327
328
  "write:template:confluence",
328
329
  "write:user-configuration:jira",
330
+ "write:user.property:confluence",
329
331
  "write:user.property:jira",
330
332
  "write:watcher:confluence",
331
333
  "write:webhook:jira",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "3.2.0",
3
+ "version": "3.3.0-next.2",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {
@@ -23,7 +23,7 @@
23
23
  "author": "Atlassian",
24
24
  "license": "UNLICENSED",
25
25
  "dependencies": {
26
- "@forge/util": "1.1.0",
26
+ "@forge/util": "1.2.0-next.0",
27
27
  "ajv": "^6.12.5",
28
28
  "cheerio": "^0.22.0",
29
29
  "js-yaml": "^3.13.1",