@meshsdk/core-cst 1.8.3 → 1.8.4
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.cjs +3 -3
- package/package.json +2 -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
|
|
897
|
-
__export(
|
|
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(
|
|
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
|
+
"version": "1.8.4",
|
|
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,7 @@
|
|
|
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.
|
|
45
|
+
"@meshsdk/common": "1.8.4",
|
|
46
46
|
"@stricahq/bip32ed25519": "^1.1.0",
|
|
47
47
|
"@stricahq/cbors": "^1.0.3",
|
|
48
48
|
"pbkdf2": "^3.1.2"
|