feat(build): modernize the build configuration and add project documentation
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@apiclient.xyz/bookstack',
|
||||
version: '1.0.1',
|
||||
version: '1.1.0',
|
||||
description: 'A TypeScript API client for BookStack, providing easy access to books, chapters, pages, shelves, and more.'
|
||||
}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
import * as smartlog from '@push.rocks/smartlog';
|
||||
import * as smartrequest from '@push.rocks/smartrequest';
|
||||
|
||||
export { smartrequest };
|
||||
export { smartlog, smartrequest };
|
||||
|
||||
Reference in New Issue
Block a user