@forge/manifest 12.8.0-next.5 → 12.8.0-next.6
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 +6 -0
- package/out/schema/manifest-schema.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -33002,7 +33002,7 @@
|
|
|
33002
33002
|
"min": {
|
|
33003
33003
|
"type": "number",
|
|
33004
33004
|
"description": "The minimum number of instances to run",
|
|
33005
|
-
"minimum":
|
|
33005
|
+
"minimum": 0
|
|
33006
33006
|
},
|
|
33007
33007
|
"max": {
|
|
33008
33008
|
"type": "number",
|