Skip to content

Commit

Permalink
feat: Add Juspay version and regex operations in jsonlogic
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushjain17 committed May 27, 2024
1 parent 3666bd8 commit 416da02
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 13 deletions.
7 changes: 4 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ chrono = { version = "0.4.26", features = ["serde"] }
uuid = {version = "1.3.4", features = ["v4", "serde"]}
reqwest = { version = "0.11.18", features = ["json"]}
jsonschema = "~0.17"
jsonlogic = "0.5.1"
jsonlogic = { git = "https://github.com/juspay/jsonlogic_rs.git", rev = "a60bded9ddbfd21e8c21e1ea114bacf43afd0c06" }
rs-snowflake = "0.6.0"
rusoto_kms = "0.48.0"
rusoto_signature = "0.48.0"
Expand Down
2 changes: 1 addition & 1 deletion clients/js/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 416da02

Please sign in to comment.