ciam-commons
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -34,4 +34,4 @@ declare namespace Check { | ||
path: string; | ||
fullPath: string; | ||
flag: string; | ||
} | ||
} |
{ | ||
"name": "ciam-commons", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Common types and functions for CIAM", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -53,5 +53,5 @@ namespace Check { | ||
path: string; | ||
fullPath: string; | ||
flag: string; | ||
} | ||
} |
4884