Skip to content

Commit

Permalink
feat(core): Update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbrg committed Nov 15, 2024
1 parent 3e508ba commit 19dfdef
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -683,6 +683,13 @@ process.env.DEBUG = "true";
**Note:** Introspection requires a [Granular](#granular-example) rule to be passed to it, otherwise `RulePilot` will
throw an `RuleTypeError`.

**Note** Introspection does not yet work with these constraint operators:
- `contains`
- `not contains`
- `contains any`
- `not contains any`
- `matches`
- `not matches`

## Fluent Rule Builder

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,6 @@
"transformIgnorePatterns": [
"node_modules/(?!variables/.*)"
]
}
},
"packageManager": "[email protected]+sha1.c85a4305534f76d461407b59277b954bac97b5c4"
}

0 comments on commit 19dfdef

Please sign in to comment.