Open loneil opened 7 months ago
Not sure the ramifications for updating the Akrida code base and dependencies, but note that most of the @aries-framework/
libraries have 0.5.x continuations in @credo-ts/
but @aries-framework/indy-sdk
is used in Akrida and is deprecated after 0.4.x.
https://github.com/openwallet-foundation/credo-ts?tab=readme-ov-file#packages
We should move to Credo.
Instructions, git command to pull the repo, documentation, comments etc all refer to Aries-Framework-Javascript. This has been replaced by the move to Credo-TS so Akrida should(?) reference that instead.
As well imports in the
package.json
like@aries-framework/core
,@aries-framework/node
on 0.4.0 versions do not continue to be updated and the 0.5.x updates look to be released and updated under@credo-ts/node
etc on npm.