Skip to content

chore: remove unused backend dependencies - #227

Open
telemarkdigital-publisher wants to merge 1 commit into
VeriNode-Labs:mainfrom
telemarkdigital-publisher:cleanup/issue-220-unused-deps
Open

chore: remove unused backend dependencies#227
telemarkdigital-publisher wants to merge 1 commit into
VeriNode-Labs:mainfrom
telemarkdigital-publisher:cleanup/issue-220-unused-deps

Conversation

@telemarkdigital-publisher

@telemarkdigital-publisher telemarkdigital-publisher commented Aug 20, 2026

Copy link
Copy Markdown

Summary

  • remove unused direct dependencies: @noble/ed25519, @opentelemetry/sdk-trace-node, cors, and dotenv
  • remove unused direct devDependency @opentelemetry/core while keeping transitive OpenTelemetry lock entries required by SDK packages
  • update npm and pnpm lockfiles plus README dependency notes

Closes #220.

Validation

  • git diff --check
  • package.json/package-lock.json JSON parse check
  • code search found no source/test imports for the removed direct dependencies

Local limitation

  • npm run build could not complete in this local workspace because the current node_modules install is incomplete/missing declared packages and npm install is blocked by the pre-existing redis@^4.9.0 resolution error.

@telemarkdigital-publisher
telemarkdigital-publisher force-pushed the cleanup/issue-220-unused-deps branch from 1b93ef7 to f92eae6 Compare August 20, 2026 21:01
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.

Remove Unused Backend Dependencies

1 participant