@forge/manifest 8.7.0-next.6 → 8.7.0-next.6-experimental-edac07a

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 8.7.0-next.6-experimental-edac07a
4
+
5
+ ### Minor Changes
6
+
7
+ - 48d2f56: add graph extension points
8
+ - dec434a: Don't produce extra error messages from conditional json schema snippets
9
+
10
+ ### Patch Changes
11
+
12
+ - 6b8b6e2: rename `primaryProduct` to `requiredProduct`
13
+ - ba58c3a: allow app developer to configure lambda architecture
14
+ - 2086b3d: Remove node-fetch as a dependency
15
+ - 55df193: Update manifest definitions
16
+ - ddc0256: Update manifest definitions
17
+ - 4b050d8: Update manifest definitions
18
+ - de16df9: Update manifest definitions
19
+
3
20
  ## 8.7.0-next.6
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "8.7.0-next.6",
3
+ "version": "8.7.0-next.6-experimental-edac07a",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {