feat(tools): add demodata feature, update package metadata, tsconfig paths, CI/workflows, and bump deps
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@signature.digital/tools',
|
||||
version: '1.1.0',
|
||||
version: '1.2.0',
|
||||
description: 'A TypeScript package providing utilities for managing digital contracts with modular interfaces and business context integration.'
|
||||
}
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
// project scope
|
||||
import * as interfaces from '@signature.digital/interfaces';
|
||||
|
||||
// @tsclass scope
|
||||
import * as tsclass from '@tsclass/tsclass';
|
||||
|
||||
export {
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
{
|
||||
"order": 2
|
||||
"name": "@signature.digital/tools",
|
||||
"order": 2,
|
||||
"registries": ["useBase"]
|
||||
}
|
||||
Reference in New Issue
Block a user