Skip to content

Commit

Permalink
feat: Add semver and regex operations in jsonlogic
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushjain17 committed May 24, 2024
1 parent 3666bd8 commit 627c264
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 12 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 = "0d39f850e450a22ffbc90c39048ea2197ff861a5" }
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 627c264

Please sign in to comment.