Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: socketio/engine.io-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.1.0
Choose a base ref
...
head repository: socketio/engine.io-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.1.1
Choose a head ref
  • 5 commits
  • 9 files changed
  • 3 contributors

Commits on Nov 13, 2021

  1. chore: make postcompile.sh script work on macOS (#681)

    On macOS the script was interpreted as the value of the `-i` option. It
    will now use an empty extension for the `-i` option and the `-e` option
    to specify the script.
    lpinca authored Nov 13, 2021
    Configuration menu
    Copy the full SHA
    2793628 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2021

  1. chore: add bundle files as exportable asset (#682)

    This restores the possibility to import the bundle directly, without
    getting the following error:
        
    > [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './dist/engine.io.min.js' is not defined by "exports"
    exsilium authored Nov 14, 2021
    Configuration menu
    Copy the full SHA
    8de51c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c557707 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e798fb View commit details
    Browse the repository at this point in the history
  4. chore(release): 6.1.1

    darrachequesne committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    3c40aa9 View commit details
    Browse the repository at this point in the history
Loading