@forge/manifest 5.0.0-next.5 → 5.0.1-next.0

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,39 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 5.0.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 6a30243: Update manifest definitions
8
+
9
+ ## 5.0.0
10
+
11
+ ### Major Changes
12
+
13
+ - b33441d: Include modules remote validation
14
+
15
+ ### Patch Changes
16
+
17
+ - a3d620b: Bumping dependencies via Renovate:
18
+
19
+ - @types/jest
20
+
21
+ - c4b3c64: Bumping dependencies via Renovate:
22
+
23
+ - @types/node-fetch
24
+
25
+ - 821b018: Bumping dependencies via Renovate:
26
+
27
+ - @types/js-yaml
28
+
29
+ - 22dd4316: Update manifest definitions
30
+ - 1d53ee6: Bumping dependencies via Renovate:
31
+
32
+ - typescript-json-schema
33
+
34
+ - Updated dependencies [b5342a9]
35
+ - @forge/util@1.3.3
36
+
3
37
  ## 5.0.0-next.5
4
38
 
5
39
  ### Major Changes
@@ -140,6 +140,8 @@
140
140
  "read:custom-content:confluence",
141
141
  "read:custom-field-contextual-configuration:jira",
142
142
  "read:customer:jira-service-management",
143
+ "read:customer.detail-field:jira-service-management",
144
+ "read:customer.detail:jira-service-management",
143
145
  "read:dashboard:jira",
144
146
  "read:dashboard.property:jira",
145
147
  "read:deployment-info:jira",
@@ -204,6 +206,8 @@
204
206
  "read:metric:compass",
205
207
  "read:notification-scheme:jira",
206
208
  "read:organization:jira-service-management",
209
+ "read:organization.detail-field:jira-service-management",
210
+ "read:organization.detail:jira-service-management",
207
211
  "read:organization.property:jira-service-management",
208
212
  "read:organization.user:jira-service-management",
209
213
  "read:page:confluence",
@@ -322,6 +326,8 @@
322
326
  "write:custom-content:confluence",
323
327
  "write:custom-field-contextual-configuration:jira",
324
328
  "write:customer:jira-service-management",
329
+ "write:customer.detail-field:jira-service-management",
330
+ "write:customer.detail:jira-service-management",
325
331
  "write:dashboard:jira",
326
332
  "write:dashboard.property:jira",
327
333
  "write:deployment-info:jira",
@@ -366,6 +372,8 @@
366
372
  "write:membership:teams",
367
373
  "write:metric:compass",
368
374
  "write:organization:jira-service-management",
375
+ "write:organization.detail-field:jira-service-management",
376
+ "write:organization.detail:jira-service-management",
369
377
  "write:organization.property:jira-service-management",
370
378
  "write:organization.user:jira-service-management",
371
379
  "write:page:confluence",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "5.0.0-next.5",
3
+ "version": "5.0.1-next.0",
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.3.3-next.0",
26
+ "@forge/util": "1.3.3",
27
27
  "ajv": "^8.12.0",
28
28
  "cheerio": "^0.22.0",
29
29
  "js-yaml": "^4.1.0",