@gaia-project/site-lib
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -14,3 +14,3 @@ { | ||
}, | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Shared typedefs & schemas", | ||
@@ -17,0 +17,0 @@ "main": "index.ts", |
@@ -39,3 +39,5 @@ export interface IAbstractUser { | ||
issued: Date | ||
} | ||
}, | ||
// Slug of the username, to guarantee unicity | ||
slug: string | ||
}; | ||
@@ -42,0 +44,0 @@ meta: { |
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
21956
702