Skip to content

Commit

Permalink
feat: update package version to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian-Bright committed Nov 25, 2024
1 parent 4f409d2 commit b193fac
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion examples/email_mask/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "email_mask"
type = "bin"
authors = ["Mach 34"]
compiler_version = ">=0.35.0"
compiler_version = ">=0.36.0"

[dependencies]
zkemail = { path = "../../lib"}
2 changes: 1 addition & 1 deletion examples/extract_addresses/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "extract_addresses"
type = "bin"
authors = ["Mach 34"]
compiler_version = ">=0.35.0"
compiler_version = ">=0.36.0"

[dependencies]
zkemail = { path = "../../lib"}
2 changes: 1 addition & 1 deletion examples/partial_hash/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "partial_hash"
type = "bin"
authors = ["Mach 34"]
compiler_version = ">=0.35.0"
compiler_version = ">=0.36.0"

[dependencies]
zkemail = { path = "../../lib"}
2 changes: 1 addition & 1 deletion examples/remove_soft_line_breaks/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "remove_soft_line_breaks"
type = "bin"
authors = ["Mach 34"]
compiler_version = ">=0.35.0"
compiler_version = ">=0.36.0"

[dependencies]
zkemail = { path = "../../lib"}
2 changes: 1 addition & 1 deletion examples/verify_email_1024_bit_dkim/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "verify_email_1024_bit_dkim"
type = "bin"
authors = ["Mach 34"]
compiler_version = ">=0.35.0"
compiler_version = ">=0.36.0"

[dependencies]
zkemail = { path = "../../lib"}
2 changes: 1 addition & 1 deletion examples/verify_email_2048_bit_dkim/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "verify_email_2048_bit_dkim"
type = "bin"
authors = ["Mach 34"]
compiler_version = ">=0.35.0"
compiler_version = ">=0.36.0"

[dependencies]
zkemail = { path = "../../lib"}
4 changes: 2 additions & 2 deletions js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zk-email/zkemail-nr",
"version": "1.2.2",
"version": "1.2.3",
"main": "dist",
"types": "dist",
"license": "MIT",
Expand Down Expand Up @@ -53,7 +53,7 @@
"/dist/",
"/node_modules/"
],
"testTimeout": 100000
"testTimeout": 10000000
},
"babel": {
"presets": [
Expand Down
5 changes: 2 additions & 3 deletions lib/Nargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
name = "zkemail.nr"
type = "lib"
authors = ["Mach 34"]
compiler_version = ">=0.35.0"
compiler_version = ">=0.36.0"

[dependencies]
bignum = { tag = "v0.4.1", git = "https://github.com/noir-lang/noir-bignum" }
rsa = { tag = "v0.4.0", git = "https://github.com/noir-lang/noir_rsa", directory = "lib" }
base64 = { tag = "v0.3.0", git = "https://github.com/noir-lang/noir_base64" }
nodash = { tag = "v0.36.0", git = "https://github.com/olehmisar/nodash" }
# string_search = { tag = "v0.1", git = "https://github.com/noir-lang/noir_string_search" }
nodash = { tag = "v0.36.0", git = "https://github.com/olehmisar/nodash" }

0 comments on commit b193fac

Please sign in to comment.