@meshsdk/core-cst 1.8.3 → 1.8.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.
Files changed (2) hide show
  1. package/dist/index.cjs +3 -3
  2. package/package.json +5 -2
package/dist/index.cjs CHANGED
@@ -893,8 +893,8 @@ var require_blakejs = __commonJS({
893
893
  });
894
894
 
895
895
  // src/index.ts
896
- var src_exports = {};
897
- __export(src_exports, {
896
+ var index_exports = {};
897
+ __export(index_exports, {
898
898
  Address: () => Address,
899
899
  AddressType: () => AddressType,
900
900
  AssetFingerprint: () => AssetFingerprint,
@@ -1046,7 +1046,7 @@ __export(src_exports, {
1046
1046
  toTxUnspentOutput: () => toTxUnspentOutput,
1047
1047
  toValue: () => toValue
1048
1048
  });
1049
- module.exports = __toCommonJS(src_exports);
1049
+ module.exports = __toCommonJS(index_exports);
1050
1050
  var import_core7 = require("@cardano-sdk/core");
1051
1051
 
1052
1052
  // src/types/cardano-sdk.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meshsdk/core-cst",
3
- "version": "1.8.3",
3
+ "version": "1.8.5",
4
4
  "description": "Types and utilities functions between Mesh and cardano-js-sdk",
5
5
  "main": "./dist/index.cjs",
6
6
  "browser": "./dist/index.js",
@@ -42,7 +42,10 @@
42
42
  "@harmoniclabs/cbor": "1.3.0",
43
43
  "@harmoniclabs/plutus-data": "1.2.4",
44
44
  "@harmoniclabs/uplc": "1.2.4",
45
- "@meshsdk/common": "1.8.3",
45
+ "@harmoniclabs/crypto": "0.2.4",
46
+ "@harmoniclabs/pair": "1.0.0",
47
+ "@harmoniclabs/bytestring": "1.0.0",
48
+ "@meshsdk/common": "1.8.5",
46
49
  "@stricahq/bip32ed25519": "^1.1.0",
47
50
  "@stricahq/cbors": "^1.0.3",
48
51
  "pbkdf2": "^3.1.2"