Skip to content

Commit 52d7bef

Browse files
committed
Release prep
1 parent 0343435 commit 52d7bef

File tree

2 files changed

+23
-8
lines changed

2 files changed

+23
-8
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Hyperjump - JSON Schema Formats
22

3-
TODO: Write a description
3+
A collection of validation functions for the JSON Schema `format` keyword.
44

55
## Install
66

@@ -25,10 +25,6 @@ but you need to change a couple settings in your `tsconfig.json` for it to work.
2525
"moduleResolution": "Node16", // or "NodeNext"
2626
```
2727

28-
## Usage
29-
30-
TODO: Basic usage examples
31-
3228
## API
3329

3430
<https://json-schema-formats.hyperjump.io/modules.html>

package.json

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,30 @@
11
{
22
"name": "@hyperjump/json-schema-formats",
3-
"version": "1.0.0",
4-
"description": "",
3+
"version": "0.1.0",
4+
"description": "A collection of validation functions for the JSON Schema `format` keyword.",
55
"keywords": [
66
"JSON Schema",
77
"format",
8-
"rfc3339"
8+
"rfc3339",
9+
"date",
10+
"date-time",
11+
"duration",
12+
"email",
13+
"hostname",
14+
"idn-hostname",
15+
"idn-email",
16+
"ipv4",
17+
"ipv6",
18+
"iri",
19+
"iri-reference",
20+
"json-pointer",
21+
"regex",
22+
"relative-json-pointer",
23+
"time",
24+
"uri",
25+
"uri-reference",
26+
"uri-template",
27+
"uuid"
928
],
1029
"author": "Jason Desrosiers <[email protected]>",
1130
"license": "MIT",

0 commit comments

Comments
 (0)