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: Unleash/unleash-proxy-client-js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e204714
Choose a base ref
...
head repository: Unleash/unleash-proxy-client-js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bf26e94
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Jan 16, 2025

  1. chore(1-3230): use homebrew version of uuid generation (#240)

    The one from the uuid library relies on an underlying crypto library
    which doesn't exist at least in certain GitHub runners and may also
    cause issues for react native applications.
    
    This impl sidesteps that issue.
    
    
    The same uuid generation method that we're cutting out here is also being used in src/events-handler.ts. However, because we haven't received any complaints about that, I'll leave it in.
    thomasheartman authored Jan 16, 2025
    Configuration menu
    Copy the full SHA
    40daee5 View commit details
    Browse the repository at this point in the history
  2. v3.7.2

    GitHub Actions Bot committed Jan 16, 2025
    Configuration menu
    Copy the full SHA
    bf26e94 View commit details
    Browse the repository at this point in the history
Loading