From f7f4ce99ed92e0d95f8dae2db9bf6dc264ecc04a Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 28 Nov 2023 13:36:28 +0100 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- ts/index.ts | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) 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