Skip to content

Commit

Permalink
0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
patkub committed Aug 3, 2024
1 parent 46ef743 commit 680ba6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Pass in custom methods for conversion process.
```javascript
await RuleToAction.convert(event, api, rule, {
// Rule callback() method
callback: RuleToAction.defaultRuleCallback
callback: RuleToAction.defaultRuleCallback,
// Maps Post-Login action Event variables to Rules Context variables
mapEventToContext: RuleToAction.mapEventToContext
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth0-rule-as-action",
"version": "0.3.0",
"version": "0.3.1",
"description": "Run an Auth0 Rule as an Action",
"author": "Patrick Kubiak <[email protected]>",
"main": "dist/RuleToAction.js",
Expand Down

0 comments on commit 680ba6f

Please sign in to comment.