refactor: export organizers as a group

refactor: change how indexers are exported
docs: update with some more examples
chore: bump version
This commit is contained in:
Andy Burke 2025-06-22 22:07:53 -07:00
parent d9dd449927
commit f2edf6f292
4 changed files with 99 additions and 3 deletions

View file

@ -1,11 +1,12 @@
{
"name": "@andyburke/fsdb",
"version": "0.1.0",
"version": "0.2.0",
"license": "MIT",
"exports": {
".": "./fsdb.ts",
"./cli": "./cli.ts",
"./indexers": "./indexers.ts"
"./indexers": "./indexers.ts",
"./organizers": "./organizers.ts"
},
"tasks": {