@meshsdk/core-csl 1.6.3 → 1.6.5

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
@@ -587,7 +587,7 @@ var scriptSourceToObj = (scriptSource) => {
587
587
  txHash: scriptSource.txHash,
588
588
  txIndex: scriptSource.txIndex
589
589
  },
590
- spendingScriptHash: scriptSource.scriptHash ?? "",
590
+ scriptHash: scriptSource.scriptHash ?? "",
591
591
  languageVersion: scriptSource.version.toLocaleLowerCase(),
592
592
  scriptSize: BigInt(scriptSource.scriptSize ?? "0")
593
593
  }
package/dist/index.js CHANGED
@@ -469,7 +469,7 @@ var scriptSourceToObj = (scriptSource) => {
469
469
  txHash: scriptSource.txHash,
470
470
  txIndex: scriptSource.txIndex
471
471
  },
472
- spendingScriptHash: scriptSource.scriptHash ?? "",
472
+ scriptHash: scriptSource.scriptHash ?? "",
473
473
  languageVersion: scriptSource.version.toLocaleLowerCase(),
474
474
  scriptSize: BigInt(scriptSource.scriptSize ?? "0")
475
475
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meshsdk/core-csl",
3
- "version": "1.6.3",
3
+ "version": "1.6.5",
4
4
  "description": "",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",