fix(core): update

This commit is contained in:
Philipp Kunz 2023-11-28 13:36:28 +01:00
parent dcfa53e40c
commit f7f4ce99ed
2 changed files with 2 additions and 4 deletions

View File

@ -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.'
}

View File

@ -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';