Closed dignifiedquire closed 7 years ago
It's strange. I added new algs to core for node-webcrypto-ossl. My local update was without errors and travis-ci has no errors https://travis-ci.org/PeculiarVentures/webcrypto-core
try to update your typescript. I use v2.1.4
@dignifiedquire I published the newest version v0.1.5. Could you try it?
Thanks will try, my typescript is at 2.1.4
already and failing with 0.1.4
(0.1.3
installs fine)
Another note, is there any chance of changing the setup, such that typescript does not have to be pulled in on every install, but rather the building happens before publishing? I have a lot of people installing this as a dependency who don't use typescript, so it increases the install time for them quite considerably.
Fixed in 0.1.5
👍
Thank you for issue.
I'll discuss this question with my team. Some developers want to use different versions of JS script (ES5, ES2015), some want to use GIT link. That's why I publish core with source code.
Thank you, in modules where I had to transpile/compile I used to simply publish the source in src
and compiled in another folder. Then point main
in package.json to the compiled version, for those wanting the source they could run require('package/src')
.
I was just reinstalling my node_modules with a dependency on
webcrypto-ossl
, which in turn pulls inwebcrypto-core
. But this fails now with the following output: