PeculiarVentures / webcrypto-core

A input validation layer for WebCrypto polyfills.
MIT License
28 stars 13 forks source link

Fixing a dependency #48

Closed miguel-a-calles-mba closed 2 years ago

miguel-a-calles-mba commented 2 years ago

The remapping causes issues when using monorepo tools such as rush.

See issue https://github.com/microsoft/rushstack/issues/3260

miguel-a-calles-mba commented 2 years ago

The unit tests passed.

$ npm run test
  198 passing (41ms)
amirhmoradi commented 2 years ago

I get Error: @typescript/lib-dom@npm:@types/web isn't supported by any available resolver when using yarn 3.1+ from your latest release. I believe this PR would fix my error too. Thanks in advance.

miguel-a-calles-mba commented 2 years ago

@microshine, I updated the PR. Thanks.

microshine commented 2 years ago

I've published the new version webcrypto-core@1.7.1. Please try it

miguel-a-calles-mba commented 2 years ago

@microshine , it's working for me in the two npm packages that lever this repo.

Any luck with your issue, @amirhmoradi?