Comparing version 2.1.1 to 2.1.2
{ | ||
"name": "@uxf/core", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "UXF Core", | ||
@@ -5,0 +5,0 @@ "author": "Petr Vejvoda <vejvoda@uxf.cz>", |
interface FileResponse { | ||
uuid: string; | ||
namespace?: string; | ||
namespace?: string | null; | ||
extension: string; | ||
@@ -5,0 +5,0 @@ } |
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
144128