Skip to content

Commit

Permalink
Fix some selector bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraSuegami committed Dec 22, 2024
1 parent 537b6b4 commit b4b7145
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 1,754 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"wasm:postbuild": "node build.js",
"build": "npm run wasm:build && npm run wasm:postbuild"
},
"version": "0.4.59",
"version": "0.4.60",
"devDependencies": {
"@types/bun": "latest",
"prettier": "^3.3.3"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}
}
8 changes: 4 additions & 4 deletions regexes/command.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"parts": [
{
"is_public": false,
"regex_def": "<div id=3D\"[^\"]*zkemail[^\"]*\"[^>]*>"
"regex_def": "\\[zkemail-begin\\]"
},
{
"is_public": true,
"regex_def": "[^<>/]+"
"regex_def": "[^<>/\\[\\]]+"
},
{
"is_public": false,
"regex_def": "</div>"
"regex_def": "\\[zkemail-end\\]"
}
]
}
}
Loading

0 comments on commit b4b7145

Please sign in to comment.