@meshsdk/common 1.7.4 → 1.7.5

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/dist/index.d.cts CHANGED
@@ -405,13 +405,11 @@ type CertificateType = {
405
405
  anchor: Anchor;
406
406
  };
407
407
  type DRep = {
408
- keyHash: string;
409
- } | {
410
- scriptHash: string;
408
+ dRepId: string;
411
409
  } | {
412
- alwaysAbstain: {};
410
+ alwaysAbstain: null;
413
411
  } | {
414
- alwaysNoConfidence: {};
412
+ alwaysNoConfidence: null;
415
413
  };
416
414
  type Anchor = {
417
415
  anchorUrl: string;
package/dist/index.d.ts CHANGED
@@ -405,13 +405,11 @@ type CertificateType = {
405
405
  anchor: Anchor;
406
406
  };
407
407
  type DRep = {
408
- keyHash: string;
409
- } | {
410
- scriptHash: string;
408
+ dRepId: string;
411
409
  } | {
412
- alwaysAbstain: {};
410
+ alwaysAbstain: null;
413
411
  } | {
414
- alwaysNoConfidence: {};
412
+ alwaysNoConfidence: null;
415
413
  };
416
414
  type Anchor = {
417
415
  anchorUrl: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meshsdk/common",
3
- "version": "1.7.4",
3
+ "version": "1.7.5",
4
4
  "description": "",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",