File tree Expand file tree Collapse file tree 4 files changed +502
-417
lines changed Expand file tree Collapse file tree 4 files changed +502
-417
lines changed Original file line number Diff line number Diff line change 1+ ## 0.5.2
2+
3+ + Depend on official release of Neon 0.3.
4+
15## 0.5.1
26
37### Breaking Changes
Original file line number Diff line number Diff line change @@ -9,14 +9,10 @@ crate-type = ["dylib"]
99
1010[dependencies ]
1111recrypt = " ~0.8"
12- neon = " ~0.2.0"
13-
14- [patch .crates-io ]
15- neon = { git = ' https://github.com/kjvalencik/neon' , rev = ' 5d877ac0' }
16- neon-runtime = { git = ' https://github.com/kjvalencik/neon' , rev = ' 5d877ac0' }
12+ neon = " ~0.3"
1713
1814[build-dependencies ]
19- neon-build = " 0.2.0 "
15+ neon-build = " ~0.3 "
2016
2117[profile .release ]
2218lto = true
Original file line number Diff line number Diff line change 11{
22 "name" : " @ironcorelabs/recrypt-node-binding" ,
3- "version" : " 0.5.1 " ,
3+ "version" : " 0.5.2 " ,
44 "description" : " Bindings to allow the recrypt-rs library to work via NodeJS." ,
55 "repository" : {
66 "type" : " git" ,
3131 "node-pre-gyp" : " ^0.13.0"
3232 },
3333 "devDependencies" : {
34- "@types/node" : " ^12.7.1 " ,
34+ "@types/node" : " ^12.7.2 " ,
3535 "benchmark" : " ^2.1.4" ,
36- "jest" : " ^24.8 .0" ,
36+ "jest" : " ^24.9 .0" ,
3737 "jest-extended" : " ^0.11.2" ,
38- "neon-cli" : " ^0.2.0 " ,
38+ "neon-cli" : " ^0.3.1 " ,
3939 "shelljs" : " ^0.8.3"
4040 },
4141 "prettier" : {
You can’t perform that action at this time.
0 commit comments