@triveria/wallet 0.0.302 → 0.0.303

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 -1
  2. package/package.json +1 -1
package/api.d.ts CHANGED
@@ -611,7 +611,7 @@ export interface IdtlConfiguration {
611
611
  */
612
612
  'etsiTslUrl'?: string;
613
613
  /**
614
- * Base64 encoded certificates with which the TL validity is checked
614
+ * Base64 encoded certificates with which the TL validity is checked. Optional: left out, the trusted list is used as it is published, its signature checked cryptographically but pinned to no certificate, so whoever controls the list decides which services it names.
615
615
  */
616
616
  'trustedTslCertificates'?: Array<string>;
617
617
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@triveria/wallet",
3
3
  "private": false,
4
- "version": "0.0.302",
4
+ "version": "0.0.303",
5
5
  "description": "",
6
6
  "main": "index.js",
7
7
  "scripts": {