@forge/manifest 3.3.0-next.2 → 3.3.0-next.5
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 +34 -0
- package/out/schema/manifest-schema.json +1434 -343
- package/out/schema/manifest.d.ts +936 -374
- package/out/types/egress-types.d.ts +1 -1
- package/out/types/egress-types.d.ts.map +1 -1
- package/out/types/egress-types.js +3 -1
- package/out/types/module-types.d.ts +8 -0
- package/out/types/module-types.d.ts.map +1 -1
- package/out/types/module-types.js +8 -0
- package/out/validators/permissions-validator.d.ts +6 -0
- package/out/validators/permissions-validator.d.ts.map +1 -1
- package/out/validators/permissions-validator.js +76 -73
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,39 @@
|
|
|
1
1
|
# @forge/manifest
|
|
2
2
|
|
|
3
|
+
## 3.3.0-next.5
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- e95919f: Added blob csp support for script content permissions with manifest validation
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- f894871: Update manifest definitions
|
|
12
|
+
|
|
13
|
+
## 3.3.0-next.4
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- ae111cd: Update manifest definitions
|
|
18
|
+
|
|
19
|
+
## 3.3.0-next.3
|
|
20
|
+
|
|
21
|
+
### Minor Changes
|
|
22
|
+
|
|
23
|
+
- 6c44d2b: Add following Jira Service Management modules:
|
|
24
|
+
- jiraServiceManagement:organizationPanel module
|
|
25
|
+
- jiraServiceManagement:portalHeader module
|
|
26
|
+
- jiraServiceManagement:portalSubheader module
|
|
27
|
+
- jiraServiceManagement:portalFooter module
|
|
28
|
+
- jiraServiceManagement:portalRequestDetail module
|
|
29
|
+
- jiraServiceManagement:portalRequestDetailPanel module
|
|
30
|
+
- jiraServiceManagement:queuePage module
|
|
31
|
+
- jiraServiceManagement:portalProfilePanel module
|
|
32
|
+
|
|
33
|
+
### Patch Changes
|
|
34
|
+
|
|
35
|
+
- 051ed1f: Update manifest definitions
|
|
36
|
+
|
|
3
37
|
## 3.3.0-next.2
|
|
4
38
|
|
|
5
39
|
### Patch Changes
|