diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 7a1f86e..b89877d 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@signature.digital/portablecontract', - version: '1.0.3', + version: '1.0.4', description: 'a package that defines standard tools for working with contracts.' } diff --git a/ts/index.ts b/ts/index.ts index 78d02b6..8739a35 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -1,3 +1 @@ -import * as plugins from './portablecontract.plugins.js'; - -export let demoExport = 'Hi there! :) This is an exported string'; +export * from './interfaces/index.js'; \ No newline at end of file