Skip to content

Commit 8ac51b9

Browse files
wa0x6eChaituVR
andauthored
feat: increase app max length (#1077)
* feat: increase app max length * Update package.json --------- Co-authored-by: Chaitanya <[email protected]>
1 parent 66f5c33 commit 8ac51b9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@snapshot-labs/snapshot.js",
3-
"version": "0.12.26",
3+
"version": "0.12.27",
44
"repository": "snapshot-labs/snapshot.js",
55
"license": "MIT",
66
"main": "dist/snapshot.cjs.js",

src/schemas/proposal.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"app": {
8484
"type": "string",
8585
"title": "app",
86-
"maxLength": 24
86+
"maxLength": 128
8787
}
8888
},
8989
"required": ["name", "body", "choices", "snapshot", "start", "end"],

src/schemas/vote.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"app": {
3333
"type": "string",
3434
"title": "app",
35-
"maxLength": 24
35+
"maxLength": 128
3636
}
3737
},
3838
"required": [

0 commit comments

Comments
 (0)