2 Commits

Author SHA1 Message Date
aa7b37f797 1.0.4
Some checks failed
Default (tags) / security (push) Failing after 15s
Default (tags) / test (push) Failing after 14s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
2023-11-28 13:36:28 +01:00
f7f4ce99ed fix(core): update 2023-11-28 13:36:28 +01:00
3 changed files with 3 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@signature.digital/portablecontract",
"version": "1.0.3",
"version": "1.0.4",
"private": false,
"description": "a package that defines standard tools for working with contracts.",
"main": "dist_ts/index.js",

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