Skip to content

Commit c9371a3

Browse files
authored
Merge pull request #4 from zkemail/feat/e2e-integration
feat: Finish e2e Integration
2 parents aefb00f + 7abe8d8 commit c9371a3

File tree

10 files changed

+1192
-472
lines changed

10 files changed

+1192
-472
lines changed

Cargo.lock

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "relayer-utils"
3-
version = "0.3.2"
3+
version = "0.3.7"
44
authors = ["Sora Suegami", "Aditya Bisht"]
55
license = "MIT"
66
edition = "2018"
@@ -43,6 +43,7 @@ slog-term = "2.9.0"
4343
slog-json = "2.6.1"
4444
lazy_static = "1.4"
4545
file-rotate = "0.7.5"
46+
regex = "1.10.6"
4647

4748
[dependencies.neon]
4849
version = "0.10"

bin/binary-arm64.node

40.9 KB
Binary file not shown.

bin/binary-x64.node

42.8 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zk-email/relayer-utils",
3-
"version": "0.3.2",
3+
"version": "0.3.7",
44
"description": "",
55
"main": "index.js",
66
"contributors": [

regexes/command.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"parts": [
3-
{
4-
"is_public": false,
5-
"regex_def": "<div id=3D\"zkemail\">"
6-
},
7-
{
8-
"is_public": true,
9-
"regex_def": "[^<>/]+"
10-
},
11-
{
12-
"is_public": false,
13-
"regex_def": "</div>"
14-
}
15-
]
2+
"parts": [
3+
{
4+
"is_public": false,
5+
"regex_def": "<div id=3D\"[^\"]*zkemail[^\"]*\"[^>]*>"
6+
},
7+
{
8+
"is_public": true,
9+
"regex_def": "[^<>/]+"
10+
},
11+
{
12+
"is_public": false,
13+
"regex_def": "</div>"
14+
}
15+
]
1616
}

0 commit comments

Comments
 (0)