@forge/manifest 10.6.0 → 10.6.1-next.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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @forge/manifest
2
2
 
3
+ ## 10.6.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 5b079e0: Update manifest definitions
8
+
3
9
  ## 10.6.0
4
10
 
5
11
  ### Minor Changes
@@ -1970,12 +1970,7 @@
1970
1970
  "title",
1971
1971
  "function",
1972
1972
  "key"
1973
- ],
1974
- "not": {
1975
- "required": [
1976
- "unlicensedAccess"
1977
- ]
1978
- }
1973
+ ]
1979
1974
  },
1980
1975
  {
1981
1976
  "type": "object",
@@ -2287,12 +2282,7 @@
2287
2282
  "title",
2288
2283
  "resource",
2289
2284
  "key"
2290
- ],
2291
- "not": {
2292
- "required": [
2293
- "unlicensedAccess"
2294
- ]
2295
- }
2285
+ ]
2296
2286
  }
2297
2287
  ]
2298
2288
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "10.6.0",
3
+ "version": "10.6.1-next.0",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {