@forge/manifest 12.0.0-next.3 → 12.0.0-next.3-experimental-3c69930

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
+ ## 12.0.0-next.3-experimental-3c69930
4
+
5
+ ### Major Changes
6
+
7
+ - 6b7a4ef: Added GraphConnector module Auth Provider reference validation
8
+ - dfa2aa6: Added GraphConnector module Auth Provider reference validation
9
+
10
+ ### Minor Changes
11
+
12
+ - e21f32f: Remove remote oauth scopes lint check as scopes are no longer required in manifest
13
+
14
+ ### Patch Changes
15
+
16
+ - 545ecc1: Update manifest definitions
17
+ - eadb4a6: Update manifest definitions
18
+ - 8db2311: Update manifest definitions
19
+
3
20
  ## 12.0.0-next.3
4
21
 
5
22
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "12.0.0-next.3",
3
+ "version": "12.0.0-next.3-experimental-3c69930",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {