@forge/manifest 3.1.0-next.3 → 3.1.0-next.7
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 +29 -0
- package/out/mapping/product-event-to-scope-mapping.json +2 -2
- package/out/schema/manifest-schema.json +280 -196
- package/out/schema/manifest.d.ts +284 -158
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
# @forge/manifest
|
|
2
2
|
|
|
3
|
+
## 3.1.0-next.7
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 037c31a: Upgrade webpack from 4 to 5 and other relavent packages to fix the issue for node17+ (openssl change)
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [037c31a]
|
|
12
|
+
- @forge/util@1.1.0-next.0
|
|
13
|
+
|
|
14
|
+
## 3.1.0-next.6
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- 7b2d17a: Update manifest definitions
|
|
19
|
+
|
|
20
|
+
## 3.1.0-next.5
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- f6901fd: Fix invalid scope in product event linting.
|
|
25
|
+
|
|
26
|
+
## 3.1.0-next.4
|
|
27
|
+
|
|
28
|
+
### Patch Changes
|
|
29
|
+
|
|
30
|
+
- d3ccc04: Update manifest definitions
|
|
31
|
+
|
|
3
32
|
## 3.1.0-next.3
|
|
4
33
|
|
|
5
34
|
### Patch Changes
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"read:user:jira",
|
|
24
24
|
"read:project:jira",
|
|
25
25
|
"read:status:jira",
|
|
26
|
-
"read:
|
|
26
|
+
"read:comment:jira"
|
|
27
27
|
],
|
|
28
28
|
"deprecated": [
|
|
29
29
|
"read:jira-work"
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"read:user:jira",
|
|
55
55
|
"read:project:jira",
|
|
56
56
|
"read:status:jira",
|
|
57
|
-
"read:
|
|
57
|
+
"read:comment:jira"
|
|
58
58
|
],
|
|
59
59
|
"deprecated": [
|
|
60
60
|
"read:jira-work"
|