cryptography icon indicating copy to clipboard operation
cryptography copied to clipboard

chore: update js to 0.7.1 (was 0.6.7)

Open techouse opened this issue 1 year ago • 6 comments

This PR updates the js dependency to v0.7.1 until the project gets ported to dart:js_interop.

  • [x] all package tests passed locally

techouse avatar Apr 24 '24 09:04 techouse

It would be great to see this PR land ASAP.

sunderee avatar May 14 '24 09:05 sunderee

Is there a way to refer to this commit in the pubspec.yaml ?

LeoRc01 avatar May 31 '24 12:05 LeoRc01

Is there a way to refer to this commit in the pubspec.yaml ?

Of course,

dependency_overrides:
  cryptography:
    git:
      url: https://github.com/techouse/cryptography
      ref: chore/update-js
      path: cryptography

alternatively, you could just override js directly, i.e.

dependency_overrides:
  js: ^0.7.1

techouse avatar May 31 '24 16:05 techouse

Any reason not to merge this?

levelupatlas-mat avatar Oct 11 '24 02:10 levelupatlas-mat

At this point, I think instead of bumping the js version, perhaps migration to js_interop would be a better idea. This would allow for WASM compilation.

sunderee avatar Oct 11 '24 10:10 sunderee

This package seems abandoned. This PR was created 6 months ago (still not merged and it's just a dependency update) and the last merged PR was in September 2023..

ziadsarour avatar Oct 17 '24 14:10 ziadsarour

Hi! Thank you for the PR. 👍 The package has migrated to WASM-compatible js_interop.

terrier989 avatar Nov 19 '25 18:11 terrier989