Skip to content

Commit

Permalink
Merge branch 'main' into release/0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
nandi95 committed Jul 28, 2023
2 parents 08765df + 8991426 commit afe01be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ import type {
AttributeKeys,
SimpleAttributes,
SimpleAttributeKeys,
RawAttributes
RawAttributes,
Getters
} from './Calliope/Concerns/HasAttributes';
import type FactoryHooks from './Contracts/FactoryHooks';
import type { CastType } from './Calliope/Concerns/CastsAttributes';
Expand Down Expand Up @@ -65,7 +66,8 @@ export type {
RawAttributes,
ResolvableAttributes,
Order,
RequestMiddleware
RequestMiddleware,
Getters
};

export * from './Support/type';
Expand Down
1 change: 1 addition & 0 deletions typedoc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://typedoc.org/schema.json",
"entryPoints": [
"src/index.ts"
],
Expand Down

0 comments on commit afe01be

Please sign in to comment.