Skip to content

Commit

Permalink
Release 0.0.1-next.4
Browse files Browse the repository at this point in the history
  • Loading branch information
accuser committed Nov 9, 2024
1 parent 45deaaa commit 6f0ec60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ interface StringField {
readonly pattern?: string;
readonly enum?: readonly string[];
readonly default?: string;
readonly __stringField: unique symbol;
}

interface SchemaFieldMap {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typematter/schema",
"version": "0.0.1-next.3",
"version": "0.0.1-next.4",
"description": "Simple schema.",
"private": false,
"type": "module",
Expand Down

0 comments on commit 6f0ec60

Please sign in to comment.