Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/336 upgrade to veramo #108

Merged
merged 28 commits into from
Aug 19, 2024
Merged

Conversation

theblockstalk
Copy link
Contributor

@theblockstalk theblockstalk commented Jul 5, 2024

  1. updated all packages to latest version
  2. Changed from Commonjs to ESM output executable
    • NOTE: nestjs does not officially support ESM Support importing from pure ESM packages nestjs/nest#7021
    • upgrade node to v22.x as suggested here https://stackoverflow.com/a/78699781 to use node --experimental-require-module
    • update tsconfig.json and package.json to output ESM
    • cross-env installed to send node command options
    • changed config.....json to .js file format instead. as this caused ESM bundling issues
    • installed nodemon to be used with yarn run start command to add additional yarn run build:post step before running the server on hot load (this is done with start-dev.js), which need to convert all local imports in the built ./dist directory to have a .js file format using add-js-extension.js
  3. upgraded to yarn 4.3.1
  4. installed debug for debug logging
  5. fixed jest tests
  6. CI fix

@theblockstalk theblockstalk merged commit a3d0ccd into development Aug 19, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants