Skip to content

Commit aeac501

Browse files
committed
v4.2.0 🚀
1 parent a189ed0 commit aeac501

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

package-lock.json

+17-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rescript-envsafe",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"description": "🔒 Makes sure you don't accidentally deploy apps with missing or invalid environment variables",
55
"homepage": "https://github.com/DZakh/rescript-envsafe#readme",
66
"keywords": [
@@ -40,11 +40,11 @@
4040
"devDependencies": {
4141
"@dzakh/rescript-ava": "3.0.0",
4242
"ava": "5.2.0",
43-
"rescript": "11.1.1",
44-
"rescript-schema": "7.0.0"
43+
"rescript": "11.1.2",
44+
"rescript-schema": "8.0.0"
4545
},
4646
"peerDependencies": {
4747
"rescript": "11.x",
48-
"rescript-schema": "6.x || 7.x"
48+
"rescript-schema": "6.x || 7.x || 8.x"
4949
}
5050
}

0 commit comments

Comments
 (0)