fix(ts_interfaces): Resolved missing exports in plugins.ts
This commit is contained in:
parent
5d275dd9d5
commit
7bb1b22ea6
@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2024-12-18 - 1.0.9 - fix(ts_interfaces)
|
||||||
|
Resolved missing exports in plugins.ts
|
||||||
|
|
||||||
|
- Added export statements in ts_interfaces/plugins.ts to resolve module issues.
|
||||||
|
|
||||||
## 2024-12-18 - 1.0.8 - fix(core)
|
## 2024-12-18 - 1.0.8 - fix(core)
|
||||||
Fixed export paths in package configuration
|
Fixed export paths in package configuration
|
||||||
|
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@signature.digital/tools',
|
name: '@signature.digital/tools',
|
||||||
version: '1.0.8',
|
version: '1.0.9',
|
||||||
description: 'A TypeScript package providing utility interfaces and classes for digital contract management and integration, leveraging modular design and business context integration.'
|
description: 'A TypeScript package providing utility interfaces and classes for digital contract management and integration, leveraging modular design and business context integration.'
|
||||||
}
|
}
|
||||||
|
5
ts_interfaces/plugins.ts
Normal file
5
ts_interfaces/plugins.ts
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
import * as tsclass from '@tsclass/tsclass';
|
||||||
|
|
||||||
|
export {
|
||||||
|
tsclass
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user