Skip to content

Commit

Permalink
v3.1.0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
DZakh committed Nov 29, 2023
1 parent f5287c7 commit 807a40e
Show file tree
Hide file tree
Showing 7 changed files with 180 additions and 181 deletions.
3 changes: 2 additions & 1 deletion bsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"dir": "__tests__",
"type": "dev"
}
]
],
"uncurried": false
}
26 changes: 14 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rescript-json-schema",
"version": "3.0.0",
"version": "3.1.0",
"description": "Typesafe JSON Schema for ReScript",
"keywords": [
"rescript",
Expand Down Expand Up @@ -43,11 +43,11 @@
"@dzakh/rescript-ava": "2.1.0",
"ava": "5.1.0",
"c8": "7.13.0",
"rescript": "10.1.4",
"rescript": "11.0.0-rc.6",
"rescript-struct": "4.1.0"
},
"peerDependencies": {
"rescript": "10.1.x",
"rescript-struct": "4.1.x"
"rescript": "11.x || ~11.0.0-rc",
"rescript-struct": "4.x"
}
}
Loading

0 comments on commit 807a40e

Please sign in to comment.