WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 807a40e

Browse files
committed
v3.1.0 πŸš€
1 parent f5287c7 commit 807a40e

File tree

7 files changed

+180
-181
lines changed

7 files changed

+180
-181
lines changed

β€Žbsconfig.jsonβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@
1717
"dir": "__tests__",
1818
"type": "dev"
1919
}
20-
]
20+
],
21+
"uncurried": false
2122
}

β€Žpackage-lock.jsonβ€Ž

Lines changed: 14 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.jsonβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rescript-json-schema",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "Typesafe JSON Schema for ReScript",
55
"keywords": [
66
"rescript",
@@ -43,11 +43,11 @@
4343
"@dzakh/rescript-ava": "2.1.0",
4444
"ava": "5.1.0",
4545
"c8": "7.13.0",
46-
"rescript": "10.1.4",
46+
"rescript": "11.0.0-rc.6",
4747
"rescript-struct": "4.1.0"
4848
},
4949
"peerDependencies": {
50-
"rescript": "10.1.x",
51-
"rescript-struct": "4.1.x"
50+
"rescript": "11.x || ~11.0.0-rc",
51+
"rescript-struct": "4.x"
5252
}
5353
}

0 commit comments

Comments
Β (0)