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: intercom/intercom-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.4.0
Choose a base ref
...
head repository: intercom/intercom-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.0.0
Choose a head ref
  • 4 commits
  • 1,236 files changed
  • 3 contributors

Commits on Aug 12, 2025

  1. Bump form-data from 4.0.3 to 4.0.4 (#494)

    Automatic merge of Dependabot PR
    dependabot[bot] authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    38db2d6 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2025

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

    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 environment variable from publish job
    - 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
    - Preserved all existing jobs, steps, conditions, and INTERCOM_API_KEY environment variable
    fern-support authored Nov 6, 2025
    Configuration menu
    Copy the full SHA
    96d63a4 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2025

  1. Bump js-yaml from 3.14.1 to 3.14.2 (#504)

    Automatic merge of Dependabot PR
    dependabot[bot] authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    111b10c View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2025

  1. 🌿 Fern Regeneration -- December 5, 2025 (#505)

    * SDK regeneration
    
    * Update ci and custom tests
    
    ---------
    
    Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com>
    Co-authored-by: fern-support <126544928+fern-support@users.noreply.github.com>
    fern-api[bot] and fern-support authored Dec 6, 2025
    Configuration menu
    Copy the full SHA
    54865c0 View commit details
    Browse the repository at this point in the history
Loading