@dynamic-labs/sdk-api 0.0.350 → 0.0.351

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.350",
3
+ "version": "0.0.351",
4
4
  "author": "Dynamic Labs",
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {
@@ -22,7 +22,7 @@ export interface Key {
22
22
  */
23
23
  id?: string;
24
24
  /**
25
- *
25
+ * Base64-encoded public key of the corresponding private key used to encode a Dynamic JWT
26
26
  * @type {string}
27
27
  * @memberof Key
28
28
  */