ciam-commons
Advanced tools
Comparing version 1.23.1 to 1.23.2
@@ -91,3 +91,3 @@ export interface DiscordUser { | ||
toString(): string; | ||
toJson(): string; | ||
toJSON(): string; | ||
} | ||
@@ -94,0 +94,0 @@ export declare class StrictFlag extends String { |
@@ -83,3 +83,3 @@ export const isPermissionHolder = (value) => { | ||
} | ||
toJson() { | ||
toJSON() { | ||
return this.value; | ||
@@ -86,0 +86,0 @@ } |
{ | ||
"name": "ciam-commons", | ||
"version": "1.23.1", | ||
"version": "1.23.2", | ||
"description": "Common types and functions for CIAM", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |