Skip to content

feat: drop http-status-codes and uuid deps, bump to 1.80.1 - #176

Merged
justadev-afk merged 1 commit into
masterfrom
feat/drop-http-status-codes-uuid-1.80.1
Jun 10, 2026
Merged

feat: drop http-status-codes and uuid deps, bump to 1.80.1#176
justadev-afk merged 1 commit into
masterfrom
feat/drop-http-status-codes-uuid-1.80.1

Conversation

@justadev-afk

Copy link
Copy Markdown
Owner
  • Remove the http-status-codes dependency: replace it with a small internal module (src/constants/http-status.ts) exposing the handful of status codes the wrapper uses (FORBIDDEN, NOT_FOUND, TOO_MANY_REQUESTS, INTERNAL_SERVER_ERROR, NOT_IMPLEMENTED, SERVICE_UNAVAILABLE) plus a StatusCodes enum. No Node version bump required.
  • Remove the uuid dependency: it was unused (only puuid field/param names matched), so it is dropped outright.

promise-queue is now the only runtime dependency. Regenerate yarn.lock.

- Remove the `http-status-codes` dependency: replace it with a small internal
  module (src/constants/http-status.ts) exposing the handful of status codes
  the wrapper uses (FORBIDDEN, NOT_FOUND, TOO_MANY_REQUESTS,
  INTERNAL_SERVER_ERROR, NOT_IMPLEMENTED, SERVICE_UNAVAILABLE) plus a
  StatusCodes enum. No Node version bump required.
- Remove the `uuid` dependency: it was unused (only `puuid` field/param names
  matched), so it is dropped outright.

promise-queue is now the only runtime dependency. Regenerate yarn.lock.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@justadev-afk
justadev-afk merged commit f452954 into master Jun 10, 2026
6 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.

1 participant