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: v3.7.0
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: v3.7.1
Choose a head ref
  • 3 commits
  • 9 files changed
  • 3 contributors

Commits on Jan 15, 2025

  1. meta: pin workflow version again (#236)

    This commit re-pins the workflow version for the release template
    reference. It uses an assumed 2.0 which is what we'd need to bump it
    to for changing the parameters.
    thomasheartman authored Jan 15, 2025
    Configuration menu
    Copy the full SHA
    df7b6f0 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2025

  1. fix: embed version at compile time (#237)

    Removes requiring version at runtime with require: 3615f15#diff-258035e5968f6bf645400d417f310218d7d9a9a10606a3c34e7f55db193f58f3R3
    
    Instead we're using the rollup replace plugin to read the version at build time and replace __VERSION__ placeholder with the actual version number.
    
    As a result other packages depending on this one don't need to understand require calls and also we're not exposing the whole package.json file at runtime.
    
    To verify my claim above you can build the package and check the build directory after this change vs before this change.
    kwasniew authored Jan 16, 2025
    Configuration menu
    Copy the full SHA
    b2e385d View commit details
    Browse the repository at this point in the history
  2. v3.7.1

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