Skip to content

Latest commit

 

History

History
51 lines (26 loc) · 860 Bytes

File metadata and controls

51 lines (26 loc) · 860 Bytes

proxy

4.0.0

Major Changes

  • 7d12b51: Set minimum Node.js version to 20

Patch Changes

  • 7ca27d0: Simplify package.json exports to remove unnecessary imports restriction

3.0.0

Major Changes

  • 9c92c09: Convert to ESM. All packages now use "type": "module" and compile to ESM output instead of CommonJS.

2.2.0

Minor Changes

  • 28104d2: Add bin for CLI

2.1.1

Patch Changes

  • 25e0c93: Ensure that socket.remoteAddress is a string

2.1.0

Minor Changes

  • 0f31047: Add localAddress option to specify which networking interface the proxy should use to create outgoing connections

2.0.1

Patch Changes

  • 7674748: Update @types/node to v14.18.45

2.0.0

Major Changes

  • d99a7c8: Major version bump for all packages

Patch Changes

  • c169ced: Convert mocha tests to jest for all packages