Skip to content

Commit

Permalink
Merge pull request #1823 from Soluto/acl-editor-allow-digits
Browse files Browse the repository at this point in the history
feat: allow digits in acl editor schema
  • Loading branch information
yoavkarako committed Apr 18, 2022
2 parents 0b74080 + 2ddddae commit 08ac0e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion services/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tweek-editor",
"version": "1.0.0-rc25",
"version": "1.0.0-rc26",
"main": "dist/index.js",
"repository": "Soluto/tweek",
"author": "Soluto",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"user": { "type": "string" },
"object": {
"type": "string",
"pattern": "^((\\*|repo|repo/policies|repo/apps|repo/schemas|repo/tags|repo/hooks)|(values/[*a-z_/]+|repo/keys/[*a-z_/]+|context/[*a-z_/]+))$"
"pattern": "^((\\*|repo|repo/policies|repo/apps|repo/schemas|repo/tags|repo/hooks)|(values/[*a-z0-9_/]+|repo/keys/[*a-z0-9_/]+|context/[*a-z0-9_/]+))$"
},
"action": {
"type": "string",
Expand Down

0 comments on commit 08ac0e1

Please sign in to comment.