Skip to content

Commit

Permalink
Exposing Item and ManagedItem
Browse files Browse the repository at this point in the history
  • Loading branch information
ofriw committed Jan 22, 2025
1 parent 58cdf96 commit 7359f94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"singleQuote": true
},
"name": "@goatdb/goatdb",
"version": "0.0.48",
"version": "0.0.49",
"license": "AGPL/ELV2",
"exports": {
".": "./mod.ts",
Expand Down
4 changes: 4 additions & 0 deletions mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,19 @@ import {
itemPathNormalize,
} from './db/path.ts';
import { Repository } from './repo/repo.ts';
import { ManagedItem } from './db/managed-item.ts';
import { Item } from './cfds/base/item.ts';

export type { AppConfig, Schema };
export {
GoatDB,
Item,
itemPath,
itemPathGetPart,
itemPathGetRepoId,
itemPathJoin,
itemPathNormalize,
ManagedItem,
Query,
Repository,
SchemaManager,
Expand Down

0 comments on commit 7359f94

Please sign in to comment.