feat(build): modernize the build configuration and add project documentation

This commit is contained in:
2026-03-28 09:20:32 +00:00
parent cc743a562f
commit 83425072bd
8 changed files with 588 additions and 963 deletions

View File

@@ -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.'
}

View File

@@ -1,3 +1,4 @@
import * as smartlog from '@push.rocks/smartlog';
import * as smartrequest from '@push.rocks/smartrequest';
export { smartrequest };
export { smartlog, smartrequest };