@forge/manifest 10.0.0-next.7 → 10.0.0-next.8

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.0.0-next.8
4
+
5
+ ### Patch Changes
6
+
7
+ - 37eba69: Update manifest definitions
8
+
3
9
  ## 10.0.0-next.7
4
10
 
5
11
  ### Major Changes
@@ -967,7 +967,7 @@
967
967
  "title": "memoryMB",
968
968
  "description": "The amount of memory available to this function at runtime. Increasing the function memory also increases its CPU allocation. You can configure memory between 128 MB and 1024 MB in 1-MB increments. The default value is 512 MB.",
969
969
  "minimum": 128,
970
- "maximum": 1769
970
+ "maximum": 4096
971
971
  }
972
972
  }
973
973
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/manifest",
3
- "version": "10.0.0-next.7",
3
+ "version": "10.0.0-next.8",
4
4
  "description": "Definitions and validations of the Forge manifest",
5
5
  "main": "out/index.js",
6
6
  "scripts": {