@forge/manifest 3.1.0-next.9 → 3.2.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.
- package/CHANGELOG.md +39 -0
- package/out/schema/manifest-schema.json +172 -172
- package/out/schema/manifest.d.ts +161 -161
- package/out/text/errors.d.ts +4 -0
- package/out/text/errors.d.ts.map +1 -1
- package/out/text/errors.js +4 -0
- package/out/validators/modules-validator.d.ts.map +1 -1
- package/out/validators/modules-validator.js +12 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,44 @@
|
|
|
1
1
|
# @forge/manifest
|
|
2
2
|
|
|
3
|
+
## 3.2.0-next.2
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 7f869f7: Added manifest validation for modules using Subpages
|
|
8
|
+
|
|
9
|
+
## 3.1.1-next.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 47744fc: Update manifest definitions
|
|
14
|
+
|
|
15
|
+
## 3.1.1-next.0
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- 2c635f9: Update manifest definitions
|
|
20
|
+
|
|
21
|
+
## 3.1.0
|
|
22
|
+
|
|
23
|
+
### Minor Changes
|
|
24
|
+
|
|
25
|
+
- 037c31a5: Upgrade webpack from 4 to 5 and other relavent packages to fix the issue for node17+ (openssl change)
|
|
26
|
+
- 813f8f3: Add remotes to external auth config
|
|
27
|
+
|
|
28
|
+
### Patch Changes
|
|
29
|
+
|
|
30
|
+
- debe251: Accept both deprecated scopes and granular scopes when verifying scopes required for product events.
|
|
31
|
+
- f6901fd: Fix invalid scope in product event linting.
|
|
32
|
+
- 8ee1c58: Update manifest definitions
|
|
33
|
+
- 67d2e17: Update manifest definitions
|
|
34
|
+
- 14102be: Update manifest definitions
|
|
35
|
+
- 7b2d17a: Update manifest definitions
|
|
36
|
+
- 8aaa65c: Update manifest definitions
|
|
37
|
+
- d3ccc04: Update manifest definitions
|
|
38
|
+
- 5152239: Update manifest definitions
|
|
39
|
+
- Updated dependencies [037c31a5]
|
|
40
|
+
- @forge/util@1.1.0
|
|
41
|
+
|
|
3
42
|
## 3.1.0-next.9
|
|
4
43
|
|
|
5
44
|
### Patch Changes
|