@outlinerisk/auth0-tools
Advanced tools
Comparing version 0.1.15 to 0.1.16
@@ -222,2 +222,4 @@ import { logger } from '../../logger.js'; | ||
createBinding = (name, triggerId) => { | ||
// prepare action name | ||
name = this.prefixName(name); | ||
const newBinding = { | ||
@@ -250,2 +252,4 @@ display_name: name, | ||
deleteBinding = (name, triggerId) => { | ||
// prepare action name | ||
name = this.prefixName(name); | ||
this.bindings[triggerId] = this.bindings[triggerId].filter((binding) => { | ||
@@ -252,0 +256,0 @@ return binding.ref.value !== name; |
{ | ||
"name": "@outlinerisk/auth0-tools", | ||
"version": "0.1.15", | ||
"version": "0.1.16", | ||
"description": "Pathpoint's internal Auth0 tooling.", | ||
@@ -5,0 +5,0 @@ "author": "Pathpoint", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
61380
1254