@meshsdk/core-cst 1.7.7 → 1.7.9
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 +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +5 -5
package/dist/index.d.cts
CHANGED
|
@@ -2,11 +2,11 @@ import * as _cardano_sdk_core from '@cardano-sdk/core';
|
|
|
2
2
|
import { Cardano, Serialization } from '@cardano-sdk/core';
|
|
3
3
|
export { _cardano_sdk_core as CardanoSDK };
|
|
4
4
|
export { Cardano, Serialization } from '@cardano-sdk/core';
|
|
5
|
+
import * as Crypto from '@cardano-sdk/crypto';
|
|
6
|
+
export { Crypto };
|
|
5
7
|
import * as _cardano_sdk_util from '@cardano-sdk/util';
|
|
6
8
|
import { OpaqueString } from '@cardano-sdk/util';
|
|
7
9
|
export { _cardano_sdk_util as CardanoSDKUtil };
|
|
8
|
-
import * as Crypto from '@cardano-sdk/crypto';
|
|
9
|
-
export { Crypto };
|
|
10
10
|
import * as cjsBip32ed25519 from '@stricahq/bip32ed25519';
|
|
11
11
|
import { DataSignature, Data, NativeScript as NativeScript$1, PlutusScript, IMeshTxSerializer, DeserializedAddress, BuilderData, IDeserializer, IResolver, MeshTxBuilderBody, Protocol, UTxO, Asset, LanguageVersion } from '@meshsdk/common';
|
|
12
12
|
import { Buffer as Buffer$1 } from 'buffer';
|
package/dist/index.d.ts
CHANGED
|
@@ -2,11 +2,11 @@ import * as _cardano_sdk_core from '@cardano-sdk/core';
|
|
|
2
2
|
import { Cardano, Serialization } from '@cardano-sdk/core';
|
|
3
3
|
export { _cardano_sdk_core as CardanoSDK };
|
|
4
4
|
export { Cardano, Serialization } from '@cardano-sdk/core';
|
|
5
|
+
import * as Crypto from '@cardano-sdk/crypto';
|
|
6
|
+
export { Crypto };
|
|
5
7
|
import * as _cardano_sdk_util from '@cardano-sdk/util';
|
|
6
8
|
import { OpaqueString } from '@cardano-sdk/util';
|
|
7
9
|
export { _cardano_sdk_util as CardanoSDKUtil };
|
|
8
|
-
import * as Crypto from '@cardano-sdk/crypto';
|
|
9
|
-
export { Crypto };
|
|
10
10
|
import * as cjsBip32ed25519 from '@stricahq/bip32ed25519';
|
|
11
11
|
import { DataSignature, Data, NativeScript as NativeScript$1, PlutusScript, IMeshTxSerializer, DeserializedAddress, BuilderData, IDeserializer, IResolver, MeshTxBuilderBody, Protocol, UTxO, Asset, LanguageVersion } from '@meshsdk/common';
|
|
12
12
|
import { Buffer as Buffer$1 } from 'buffer';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meshsdk/core-cst",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.9",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./dist/index.cjs",
|
|
6
6
|
"browser": "./dist/index.js",
|
|
@@ -36,13 +36,13 @@
|
|
|
36
36
|
"typescript": "^5.3.3"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@cardano-sdk/core": "
|
|
40
|
-
"@cardano-sdk/crypto": "
|
|
41
|
-
"@cardano-sdk/util": "
|
|
39
|
+
"@cardano-sdk/core": "0.35.4",
|
|
40
|
+
"@cardano-sdk/crypto": "0.1.28",
|
|
41
|
+
"@cardano-sdk/util": "0.15.4",
|
|
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.7.
|
|
45
|
+
"@meshsdk/common": "1.7.9",
|
|
46
46
|
"@stricahq/bip32ed25519": "^1.1.0",
|
|
47
47
|
"@stricahq/cbors": "^1.0.0",
|
|
48
48
|
"pbkdf2": "^3.1.2"
|