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: square/square-nodejs-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 43.2.1
Choose a base ref
...
head repository: square/square-nodejs-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 44.0.0
Choose a head ref
  • 4 commits
  • 203 files changed
  • 2 contributors

Commits on Dec 17, 2025

  1. chore: update npm publishing to use OIDC authentication (#213)

    This updates the CI workflow to use OIDC authentication for npm publishing instead of static tokens. This is more secure and follows GitHub's recommended practices.
    
    Changes:
    - Added 'permissions: id-token: write' to publish job
    - Removed NPM_TOKEN from environment variables
    - Removed npm config set command that configured static token authentication
    - Updated npm publish commands to use npx -y npm@latest publish wrapped in a publish() function
    - Removed the env block containing NPM_TOKEN secret
    fern-support authored Dec 17, 2025
    Configuration menu
    Copy the full SHA
    8705f23 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2026

  1. Remove README.md from .fernignore (#223)

    Removed README.md from the Fern ignore list.
    fern-support authored Jan 9, 2026
    Configuration menu
    Copy the full SHA
    ff12511 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2026

  1. SDK regeneration (#229)

    Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com>
    fern-api[bot] authored Jan 22, 2026
    Configuration menu
    Copy the full SHA
    bfc2e2f View commit details
    Browse the repository at this point in the history
  2. SDK regeneration (#230)

    Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com>
    fern-api[bot] authored Jan 22, 2026
    Configuration menu
    Copy the full SHA
    abafeac View commit details
    Browse the repository at this point in the history
Loading