@meshsdk/core 1.7.19 → 1.7.20

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
@@ -10,7 +10,7 @@ export * from '@meshsdk/wallet';
10
10
  import * as coreCsl from '@meshsdk/core-csl';
11
11
  export { coreCsl as core };
12
12
 
13
- declare const applyParamsToScript: (rawScript: string, params: object[] | _meshsdk_common.Data[], type?: "Mesh" | "JSON" | "CBOR") => string;
13
+ declare const applyParamsToScript: (rawScript: string, params: object[] | _meshsdk_common.Data[], type?: _meshsdk_common.PlutusDataType) => string;
14
14
  declare const applyCborEncoding: (rawScript: string) => string;
15
15
 
16
16
  /**
package/dist/index.d.ts CHANGED
@@ -10,7 +10,7 @@ export * from '@meshsdk/wallet';
10
10
  import * as coreCsl from '@meshsdk/core-csl';
11
11
  export { coreCsl as core };
12
12
 
13
- declare const applyParamsToScript: (rawScript: string, params: object[] | _meshsdk_common.Data[], type?: "Mesh" | "JSON" | "CBOR") => string;
13
+ declare const applyParamsToScript: (rawScript: string, params: object[] | _meshsdk_common.Data[], type?: _meshsdk_common.PlutusDataType) => string;
14
14
  declare const applyCborEncoding: (rawScript: string) => string;
15
15
 
16
16
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@meshsdk/core",
3
- "version": "1.7.19",
4
- "description": "",
3
+ "version": "1.7.20",
4
+ "description": "Mesh SDK Core - https://meshjs.dev/",
5
5
  "main": "./dist/index.cjs",
6
6
  "browser": "./dist/index.js",
7
7
  "module": "./dist/index.js",
@@ -33,13 +33,13 @@
33
33
  "typescript": "^5.3.3"
34
34
  },
35
35
  "dependencies": {
36
- "@meshsdk/common": "1.7.19",
37
- "@meshsdk/core-csl": "1.7.19",
38
- "@meshsdk/core-cst": "1.7.19",
39
- "@meshsdk/provider": "1.7.19",
40
- "@meshsdk/react": "1.7.19",
41
- "@meshsdk/transaction": "1.7.19",
42
- "@meshsdk/wallet": "1.7.19"
36
+ "@meshsdk/common": "1.7.20",
37
+ "@meshsdk/core-csl": "1.7.20",
38
+ "@meshsdk/core-cst": "1.7.20",
39
+ "@meshsdk/provider": "1.7.20",
40
+ "@meshsdk/react": "1.7.20",
41
+ "@meshsdk/transaction": "1.7.20",
42
+ "@meshsdk/wallet": "1.7.20"
43
43
  },
44
44
  "prettier": "@meshsdk/configs/prettier",
45
45
  "publishConfig": {