Skip to content

Commit

Permalink
Include EmptyIndex in exported types from Juniper
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobLey committed Jun 1, 2022
1 parent 28b40fb commit 0bf6a33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/juniper/package.json
@@ -1,6 +1,6 @@
{
"name": "juniper",
"version": "1.1.4",
"version": "1.1.5",
"description": "ESM JSON Schema builder for static Typescript inference.",
"engines": {
"node": ">=14"
Expand Down
2 changes: 1 addition & 1 deletion apps/juniper/src/index.ts
Expand Up @@ -11,7 +11,7 @@ import { StringSchema } from './schemas/string.js';
import { TupleSchema } from './schemas/tuple.js';

export type { EmptyObject, PatternProperties } from './schemas/object.js';
export type { JsonSchema, Schema, SchemaType } from './lib/types.js';
export type { EmptyIndex, JsonSchema, Schema, SchemaType } from './lib/types.js';

export {
ArraySchema,
Expand Down

0 comments on commit 0bf6a33

Please sign in to comment.