@1sat/actions 0.0.36 → 0.0.37

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.
@@ -236,7 +236,7 @@ export const unlockBsv = {
236
236
  inputs: maturedLocks.map((l) => ({
237
237
  outpoint: l.output.outpoint,
238
238
  inputDescription: 'Locked BSV',
239
- unlockingScriptLength: 1202,
239
+ unlockingScriptLength: 1205,
240
240
  sequenceNumber: 0,
241
241
  })),
242
242
  outputs: [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1sat/actions",
3
- "version": "0.0.36",
3
+ "version": "0.0.37",
4
4
  "description": "Action definitions for the 1Sat SDK",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",