ciam-commons
Advanced tools
Comparing version 1.20.0 to 1.20.1
@@ -44,2 +44,3 @@ export interface DiscordUser { | ||
export interface CheckResult { | ||
flag: Flag; | ||
passed: boolean; | ||
@@ -46,0 +47,0 @@ onCooldown: boolean | undefined; |
{ | ||
"name": "ciam-commons", | ||
"version": "1.20.0", | ||
"version": "1.20.1", | ||
"description": "Common types and functions for CIAM", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
8987
247