Also there were issues with the package.json of the core package as a lot of recently added dependencies were removed again. I think a merge conflict or something, so I added those dependencies back in.
When running yarn annelein in the demo project I got:
Fixes the typescript setup for the demo project to nicely work with the rest of the AFJ repo. Also adds the demo project to the eslint setup.
The problem was that the demo used typescript version
4.5.4
, while the rest of AFJ is still using typescript version4.30
. We first need to update AFJ to support the latest typescript version: https://github.com/hyperledger/aries-framework-javascript/issues/594Also there were issues with the package.json of the core package as a lot of recently added dependencies were removed again. I think a merge conflict or something, so I added those dependencies back in.
When running
yarn annelein
in the demo project I got: