@forge/manifest 12.1.0-next.0 → 12.1.0-next.1

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
+ ## 12.1.0-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - fa9b5aa: Update manifest definitions
8
+
3
9
  ## 12.1.0-next.0
4
10
 
5
11
  ### Minor Changes
@@ -29955,7 +29955,10 @@
29955
29955
  "ContainerResourcesSchema": {
29956
29956
  "type": "object",
29957
29957
  "additionalProperties": false,
29958
- "required": ["cpu", "memory"],
29958
+ "required": [
29959
+ "cpu",
29960
+ "memory"
29961
+ ],
29959
29962
  "properties": {
29960
29963
  "cpu": {
29961
29964
  "$ref": "#/definitions/ContainerCpuResourceSchema",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "12.1.0-next.0",
3
+ "version": "12.1.0-next.1",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {