decentralized-identity / did-jwt

Create and verify DID verifiable JWT's in Javascript
Apache License 2.0
326 stars 71 forks source link

Please update @scure/base package #309

Closed Kolezhniuk closed 2 weeks ago

Kolezhniuk commented 3 months ago

Prerequisites

Please answer the following questions for yourself before submitting an issue.

Hi! Could you please update @scure/base package dependency to remove next warning when I'm trying to build did-jwt package with rollup. Please see https://github.com/paulmillr/scure-base/issues/31


"/* @__PURE__ */"

in "node_modules/@scure/base/lib/esm/index.js" contains an annotation that Rollup cannot interpret due to the position of the comment. The comment will be removed to avoid issues.
https://rollupjs.org/https://rollupjs.org/configuration-options/#pure

Thanks

mirceanis commented 3 months ago

There doesn't seem to be a release of @scure/base with that fix yet. We'll update when it gets released.

Kolezhniuk commented 3 months ago

There doesn't seem to be a release of @scure/base with that fix yet. We'll update when it gets released.

Hm, strange, issue shows as closed :) But anyway, thanks in advance

stale[bot] commented 4 weeks ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.