@bsv/sdk 1.3.15 → 1.3.16

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.
@@ -3,5 +3,6 @@ export { default as Script } from './Script.js'
3
3
  export { default as LockingScript } from './LockingScript.js'
4
4
  export { default as UnlockingScript } from './UnlockingScript.js'
5
5
  export { default as Spend } from './Spend.js'
6
+ export type { default as ScriptTemplateUnlock } from './ScriptTemplateUnlock.js'
6
7
  export type { default as ScriptTemplate } from './ScriptTemplate.js'
7
8
  export * from './templates/index.js'