@meshsdk/common 1.0.0-alpha.8 → 1.0.0-alpha.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.
@@ -43,7 +43,7 @@ export type Dict<K, V> = {
43
43
  };
44
44
  export type Tuple<K, V> = ConStr0<[K, V]>;
45
45
  export type Value = AssocMap<CurrencySymbol, AssocMap<TokenName, Integer>>;
46
- export type PlutusData = BuiltinByteString | Integer | MaybeStakingHash | PubKeyAddress | ScriptAddress | AssetClass | PaymentPubKeyHash | PubKeyHash | POSIXTime | TxOutRef;
46
+ export type PlutusData = BuiltinByteString | Integer | MaybeStakingHash | PubKeyAddress | ScriptAddress | AssetClass | PaymentPubKeyHash | PubKeyHash | POSIXTime | TxOutRef | AssocMap<any, any> | Dict<any, any> | Tuple<any, any> | Value;
47
47
  export declare const conStr: <N, T>(constructor: N, fields: T) => ConStr<N, T>;
48
48
  export declare const conStr0: <T>(fields: T) => ConStr0<T>;
49
49
  export declare const conStr1: <T>(fields: T) => ConStr1<T>;
@@ -43,7 +43,7 @@ export type Dict<K, V> = {
43
43
  };
44
44
  export type Tuple<K, V> = ConStr0<[K, V]>;
45
45
  export type Value = AssocMap<CurrencySymbol, AssocMap<TokenName, Integer>>;
46
- export type PlutusData = BuiltinByteString | Integer | MaybeStakingHash | PubKeyAddress | ScriptAddress | AssetClass | PaymentPubKeyHash | PubKeyHash | POSIXTime | TxOutRef;
46
+ export type PlutusData = BuiltinByteString | Integer | MaybeStakingHash | PubKeyAddress | ScriptAddress | AssetClass | PaymentPubKeyHash | PubKeyHash | POSIXTime | TxOutRef | AssocMap<any, any> | Dict<any, any> | Tuple<any, any> | Value;
47
47
  export declare const conStr: <N, T>(constructor: N, fields: T) => ConStr<N, T>;
48
48
  export declare const conStr0: <T>(fields: T) => ConStr0<T>;
49
49
  export declare const conStr1: <T>(fields: T) => ConStr1<T>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@meshsdk/common",
3
3
  "description": "Cardano common utils & constants for Mesh SDK",
4
- "version": "1.0.0-alpha.8",
4
+ "version": "1.0.0-alpha.9",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/mjs/index.js",