File tree Expand file tree Collapse file tree 4 files changed +6
-11
lines changed Expand file tree Collapse file tree 4 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @cca-io/re-logger" ,
3
3
"sources" : [" src" ],
4
- "reason" : {
5
- "react-jsx" : 2
6
- },
7
- "refmt" : 3 ,
8
- "bsc-flags" : [" -bs-super-errors" ],
9
4
"package-specs" : {
10
5
"module" : " commonjs" ,
11
6
"in-source" : true
Original file line number Diff line number Diff line change 16
16
"bs-platform" : " >=5.0.4"
17
17
},
18
18
"devDependencies" : {
19
- "bs-platform" : " ^5 .0.4 "
19
+ "bs-platform" : " ^8 .0.0 "
20
20
},
21
21
"files" : [
22
22
" src" ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ module type LoggerImpl = {
11
11
12
12
module DefaultImpl : LoggerImpl = {
13
13
[@ bs . val ] [@ bs . scope "process.env" ] external nodeEnv : string = "NODE_ENV" ;
14
- [@ bs . send ] external padStart : (string , int , string ) => string = "" ;
14
+ [@ bs . send ] external padStart : (string , int , string ) => string = "padStart " ;
15
15
16
16
let prependDate = message => {
17
17
let now = Js . Date . make() ;
Original file line number Diff line number Diff line change 2
2
# yarn lockfile v1
3
3
4
4
5
- bs-platform@^5 .0.4 :
6
- version "5 .0.4 "
7
- resolved "https://registry.yarnpkg.com/bs-platform/-/bs-platform-5 .0.4 .tgz#d406ef43c12d1b19d8546884d8b5b4e0fb709372 "
8
- integrity sha512-rXM+ztN8wYXQ4ojfFGylvPOf8GRLOvM94QJsMMV9VpsLChKCjesWMNybTZvpoyNsESu2nC5q+C9soG+BPhuUFQ ==
5
+ bs-platform@^8 .0.0 :
6
+ version "8 .0.0 "
7
+ resolved "https://registry.yarnpkg.com/bs-platform/-/bs-platform-8 .0.0 .tgz#022c56e0a5fc87bdf028bb4c6033c9d2ae1803f6 "
8
+ integrity sha512-lwysi+2SVFf84gzoG5GPGKNXZIjvygOY9NHXFeTMHVB+Zbk3wn5iLEN0XHMMnHV6QQtPtv2+Zq7SV7sKswNEwA ==
You can’t perform that action at this time.
0 commit comments