Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

fix: cjs & esm support for http-proxy #24

Merged
merged 1 commit into from
May 1, 2023
Merged

Conversation

fubhy
Copy link
Collaborator

@fubhy fubhy commented May 1, 2023

PR-Codex overview

This PR fixes an import issue with http-proxy in the @viem/anvil package.

Detailed summary

  • Fixes http-proxy import for both cjs and esm in @viem/anvil package.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@changeset-bot
Copy link

changeset-bot bot commented May 1, 2023

🦋 Changeset detected

Latest commit: 0ff8b3a

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@viem/anvil Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@commit-lint
Copy link

commit-lint bot commented May 1, 2023

Bug Fixes

  • cjs & esm support for http-proxy (0ff8b3a)

Contributors

fubhy

Commit-Lint commands

You can trigger Commit-Lint actions by commenting on this PR:

  • @Commit-Lint merge patch will merge dependabot PR on "patch" versions (X.X.Y - Y change)
  • @Commit-Lint merge minor will merge dependabot PR on "minor" versions (X.Y.Y - Y change)
  • @Commit-Lint merge major will merge dependabot PR on "major" versions (Y.Y.Y - Y change)
  • @Commit-Lint merge disable will desactivate merge dependabot PR
  • @Commit-Lint review will approve dependabot PR
  • @Commit-Lint stop review will stop approve dependabot PR

@github-actions
Copy link
Contributor

github-actions bot commented May 1, 2023

Size Change: +239 B (+2%)

Total Size: 13.8 kB

Filename Size Change
packages/anvil.js/dist/cjs/proxy/createProxy.js 1.42 kB +113 B (+9%) 🔍
packages/anvil.js/dist/cjs/proxy/startProxy.js 719 B +1 B (0%)
packages/anvil.js/dist/esm/proxy/createProxy.js 1.37 kB +124 B (+10%) ⚠️
packages/anvil.js/dist/esm/proxy/startProxy.js 638 B +1 B (0%)
ℹ️ View Unchanged
Filename Size
packages/anvil.js/dist/cjs/anvil/createAnvil.js 1.61 kB
packages/anvil.js/dist/cjs/anvil/getVersion.js 324 B
packages/anvil.js/dist/cjs/anvil/stripColors.js 327 B
packages/anvil.js/dist/cjs/anvil/toArgs.js 405 B
packages/anvil.js/dist/cjs/anvil/toFlagCase.js 282 B
packages/anvil.js/dist/cjs/index.js 355 B
packages/anvil.js/dist/cjs/pool/createPool.js 907 B
packages/anvil.js/dist/cjs/proxy/fetchLogs.js 408 B
packages/anvil.js/dist/cjs/proxy/parseRequest.js 495 B
packages/anvil.js/dist/cjs/types.js 124 B
packages/anvil.js/dist/esm/anvil/createAnvil.js 1.52 kB
packages/anvil.js/dist/esm/anvil/getVersion.js 257 B
packages/anvil.js/dist/esm/anvil/stripColors.js 260 B
packages/anvil.js/dist/esm/anvil/toArgs.js 334 B
packages/anvil.js/dist/esm/anvil/toFlagCase.js 216 B
packages/anvil.js/dist/esm/index.js 165 B
packages/anvil.js/dist/esm/pool/createPool.js 816 B
packages/anvil.js/dist/esm/proxy/fetchLogs.js 338 B
packages/anvil.js/dist/esm/proxy/parseRequest.js 436 B
packages/anvil.js/dist/esm/types.js 64 B

compressed-size-action

@fubhy fubhy merged commit c6d71a3 into main May 1, 2023
@fubhy fubhy deleted the fix/cjs-esm-http-proxy branch May 1, 2023 21:49
@github-actions github-actions bot mentioned this pull request May 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant