Pwiz

Results 2 issues of Pwiz

I have below test code, executed in nodejs 7.4.0 with --harmony-async-await argument. ```javascript function newP(id){ Promise.resolve().then((data)=>{ ns.run(function(){ ns.set('cid',id) afn() }) }) } async function afn(){ var a1 = await log(1)...

Thank you for your hard work and continuous updates! We noticed that the latest release tag [0.21.3](https://github.com/onsip/SIP.js/releases/tag/0.21.3) has been published. Could you please publish version 0.21.3 to the npm official...