@dynamic-labs/sdk-api-core 0.0.493 → 0.0.495

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/sdk-api-core",
3
- "version": "0.0.493",
3
+ "version": "0.0.495",
4
4
  "author": "Dynamic Labs",
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {
@@ -77,7 +77,7 @@ export interface UserFields {
77
77
  */
78
78
  country?: string | null;
79
79
  /**
80
- * Alphanumeric username
80
+ * Alphanumeric with slugs and underscores username
81
81
  * @type {string}
82
82
  * @memberof UserFields
83
83
  */