Skip to content

Commit

Permalink
feat(schema): export more types
Browse files Browse the repository at this point in the history
  • Loading branch information
Plopix committed Jul 31, 2024
1 parent 8f5f823 commit 5346b7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@crystallize/schema",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",
"type": "module",
"exports": {
Expand Down
1 change: 1 addition & 0 deletions components/schema/src/item/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { DateTimeSchema, Id, IdSchema } from '../shared/index.js';
import { Topic, TopicSchema } from '../topic/index.js';
import { ComponentInputSchema } from './components/index.js';
import { ItemType, ItemTypeEnum } from './enums.js';
export * from './components/index.js';

export type Item = {
id: Id;
Expand Down

0 comments on commit 5346b7e

Please sign in to comment.