@idunion/tl-sdk 0.0.58 → 0.0.59

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.
Files changed (2) hide show
  1. package/api.d.ts +1 -0
  2. package/package.json +1 -1
package/api.d.ts CHANGED
@@ -232,6 +232,7 @@ export interface TlPublicInfo {
232
232
  * Trust List human-readable name
233
233
  */
234
234
  'name': string;
235
+ 'type'?: TlType;
235
236
  /**
236
237
  * Trust List description
237
238
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@idunion/tl-sdk",
3
3
  "private": false,
4
- "version": "0.0.58",
4
+ "version": "0.0.59",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "scripts": {