genlayer-js 0.27.5 → 0.27.6

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
@@ -1310,7 +1310,7 @@ var transactionActions = (client, publicClient) => ({
1310
1310
  })
1311
1311
  ]);
1312
1312
  const txData = txDataRaw;
1313
- const [txAllData, roundsData] = allDataRaw;
1313
+ const [txAllData, _roundsData] = allDataRaw;
1314
1314
  const transaction = {
1315
1315
  ...txData,
1316
1316
  txExecutionResult: Number(txAllData.txExecutionResult)
package/dist/index.js CHANGED
@@ -1310,7 +1310,7 @@ var transactionActions = (client, publicClient) => ({
1310
1310
  })
1311
1311
  ]);
1312
1312
  const txData = txDataRaw;
1313
- const [txAllData, roundsData] = allDataRaw;
1313
+ const [txAllData, _roundsData] = allDataRaw;
1314
1314
  const transaction = {
1315
1315
  ...txData,
1316
1316
  txExecutionResult: Number(txAllData.txExecutionResult)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "genlayer-js",
3
3
  "type": "module",
4
- "version": "0.27.5",
4
+ "version": "0.27.6",
5
5
  "description": "GenLayer JavaScript SDK",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",