Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
e68524bc19 | |||
daad17354d |
@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 2024-12-18 - 1.0.10 - fix(test)
|
||||
Add initial test for portablecontract
|
||||
|
||||
|
||||
## 2024-12-18 - 1.0.9 - fix(ts_interfaces)
|
||||
Resolved missing exports in plugins.ts
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@signature.digital/tools",
|
||||
"version": "1.0.9",
|
||||
"version": "1.0.10",
|
||||
"private": false,
|
||||
"description": "A TypeScript package providing utility interfaces and classes for digital contract management and integration, leveraging modular design and business context integration.",
|
||||
"exports": {
|
||||
|
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@signature.digital/tools',
|
||||
version: '1.0.9',
|
||||
version: '1.0.10',
|
||||
description: 'A TypeScript package providing utility interfaces and classes for digital contract management and integration, leveraging modular design and business context integration.'
|
||||
}
|
||||
|
Reference in New Issue
Block a user