genlayer-js 0.20.1 → 0.20.2

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 CHANGED
@@ -553,7 +553,7 @@ var contractActions = (client, publicClient) => {
553
553
  functionName,
554
554
  args: callArgs,
555
555
  kwargs,
556
- jsonSafeReturn = false,
556
+ jsonSafeReturn = true,
557
557
  leaderOnly = false,
558
558
  transactionHashVariant = "latest-nonfinal" /* LATEST_NONFINAL */
559
559
  } = args;
package/dist/index.js CHANGED
@@ -553,7 +553,7 @@ var contractActions = (client, publicClient) => {
553
553
  functionName,
554
554
  args: callArgs,
555
555
  kwargs,
556
- jsonSafeReturn = false,
556
+ jsonSafeReturn = true,
557
557
  leaderOnly = false,
558
558
  transactionHashVariant = "latest-nonfinal" /* LATEST_NONFINAL */
559
559
  } = args;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "genlayer-js",
3
3
  "type": "module",
4
- "version": "0.20.1",
4
+ "version": "0.20.2",
5
5
  "description": "GenLayer JavaScript SDK",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",