Skip to content

Commit 1b0f0fe

Browse files
committed
🚀 1.4.0
1 parent 74b798d commit 1b0f0fe

File tree

4 files changed

+35
-42
lines changed

4 files changed

+35
-42
lines changed

package-lock.json

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

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rescript-envsafe",
3-
"version": "1.3.0",
3+
"version": "1.4.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": [
@@ -41,10 +41,10 @@
4141
"@dzakh/rescript-ava": "2.1.0",
4242
"ava": "5.1.0",
4343
"rescript": "10.1.4",
44-
"rescript-struct": "4.0.0"
44+
"rescript-struct": "4.1.0"
4545
},
4646
"peerDependencies": {
4747
"rescript": "10.1.x",
48-
"rescript-struct": "4.0.x"
48+
"rescript-struct": "4.1.x"
4949
}
5050
}

src/EnvSafe.bs.js

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

src/EnvSafe.res

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ let prepareStruct = (~struct, ~allowEmpty) => {
169169
}
170170
},
171171
)
172-
| _ => Sync(unknown => unknown->Obj.magic)
172+
| _ => Noop
173173
}
174174
}, ())
175175
}

0 commit comments

Comments
 (0)