@forge/manifest 3.1.0-next.6 → 3.1.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 +44 -0
- package/out/mapping/product-event-to-scope-mapping.json +0 -11
- package/out/schema/manifest-schema.json +251 -251
- package/out/schema/manifest.d.ts +246 -246
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,49 @@
|
|
|
1
1
|
# @forge/manifest
|
|
2
2
|
|
|
3
|
+
## 3.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 037c31a5: Upgrade webpack from 4 to 5 and other relavent packages to fix the issue for node17+ (openssl change)
|
|
8
|
+
- 813f8f3: Add remotes to external auth config
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- debe251: Accept both deprecated scopes and granular scopes when verifying scopes required for product events.
|
|
13
|
+
- f6901fd: Fix invalid scope in product event linting.
|
|
14
|
+
- 8ee1c58: Update manifest definitions
|
|
15
|
+
- 67d2e17: Update manifest definitions
|
|
16
|
+
- 14102be: Update manifest definitions
|
|
17
|
+
- 7b2d17a: Update manifest definitions
|
|
18
|
+
- 8aaa65c: Update manifest definitions
|
|
19
|
+
- d3ccc04: Update manifest definitions
|
|
20
|
+
- 5152239: Update manifest definitions
|
|
21
|
+
- Updated dependencies [037c31a5]
|
|
22
|
+
- @forge/util@1.1.0
|
|
23
|
+
|
|
24
|
+
## 3.1.0-next.9
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- 8aaa65c: Update manifest definitions
|
|
29
|
+
|
|
30
|
+
## 3.1.0-next.8
|
|
31
|
+
|
|
32
|
+
### Patch Changes
|
|
33
|
+
|
|
34
|
+
- 67d2e17c: Update manifest definitions
|
|
35
|
+
|
|
36
|
+
## 3.1.0-next.7
|
|
37
|
+
|
|
38
|
+
### Minor Changes
|
|
39
|
+
|
|
40
|
+
- 037c31a: Upgrade webpack from 4 to 5 and other relavent packages to fix the issue for node17+ (openssl change)
|
|
41
|
+
|
|
42
|
+
### Patch Changes
|
|
43
|
+
|
|
44
|
+
- Updated dependencies [037c31a]
|
|
45
|
+
- @forge/util@1.1.0-next.0
|
|
46
|
+
|
|
3
47
|
## 3.1.0-next.6
|
|
4
48
|
|
|
5
49
|
### Patch Changes
|
|
@@ -410,17 +410,6 @@
|
|
|
410
410
|
]
|
|
411
411
|
}
|
|
412
412
|
},
|
|
413
|
-
{
|
|
414
|
-
"productEvent": "avi:confluence:deleted:space:V2",
|
|
415
|
-
"oAuthScopes": {
|
|
416
|
-
"current": [
|
|
417
|
-
"read:space:confluence"
|
|
418
|
-
],
|
|
419
|
-
"deprecated": [
|
|
420
|
-
"read:confluence-space.summary"
|
|
421
|
-
]
|
|
422
|
-
}
|
|
423
|
-
},
|
|
424
413
|
{
|
|
425
414
|
"productEvent": "avi:compass:created:component_link",
|
|
426
415
|
"oAuthScopes": {
|