@dynamic-labs/sdk-api 0.0.212 → 0.0.213

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",
3
- "version": "0.0.212",
3
+ "version": "0.0.213",
4
4
  "author": "Dynamic Labs",
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {
@@ -76,7 +76,7 @@ export interface UserFields {
76
76
  */
77
77
  country?: string | null;
78
78
  /**
79
- * Alphanumeric usrname
79
+ * Alphanumeric username
80
80
  * @type {string}
81
81
  * @memberof UserFields
82
82
  */