@forge/manifest 10.8.0-next.4 → 10.8.0-next.4-experimental-44e92a2

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 CHANGED
@@ -1,5 +1,19 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 10.8.0-next.4-experimental-44e92a2
4
+
5
+ ### Minor Changes
6
+
7
+ - b3792e4: Updated linting for full page apps
8
+ - 0ea6722: Adds validators for forge object store module
9
+ - 4718346: Updated title linting for full page apps
10
+
11
+ ### Patch Changes
12
+
13
+ - 94243f1: Split development and contribution guidelines
14
+ - 0ef937d: Update manifest definitions
15
+ - dcd46a4: Update manifest definitions
16
+
3
17
  ## 10.8.0-next.4
4
18
 
5
19
  ### Patch Changes
@@ -1 +1 @@
1
- {"version":3,"file":"validateFullPageApp.d.ts","sourceRoot":"","sources":["../../../../src/validators/modules-validators/confluence/validateFullPageApp.ts"],"names":[],"mappings":"AAAA,OAAO,EAAkB,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAGjE,OAAO,EAAE,OAAO,EAAE,MAAM,0BAA0B,CAAC;AAsBnD,eAAO,MAAM,mBAAmB,YAAa,OAAO,sBAAsB,MAAM,EAAE,KAAG,eAAe,EAkBnG,CAAC"}
1
+ {"version":3,"file":"validateFullPageApp.d.ts","sourceRoot":"","sources":["../../../../src/validators/modules-validators/confluence/validateFullPageApp.ts"],"names":[],"mappings":"AAAA,OAAO,EAAkB,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAGjE,OAAO,EAAE,OAAO,EAAE,MAAM,0BAA0B,CAAC;AAoBnD,eAAO,MAAM,mBAAmB,YAAa,OAAO,sBAAsB,MAAM,EAAE,KAAG,eAAe,EAkBnG,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "10.8.0-next.4",
3
+ "version": "10.8.0-next.4-experimental-44e92a2",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {