You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR is a patch release bumping the Console SDK from version 8.1.0 to 8.1.1. The primary fix is adding the files field to package.json to ensure only the built artifacts (dist/ and types/) are published to npm, preventing unnecessary source files from being included in the package.
package.json: Version bumped to 8.1.1; files field added with ["dist", "types"] to scope the npm publish to built output only.
src/client.ts: x-sdk-version header updated to 8.1.1 to keep the SDK self-reported version in sync.
package-lock.json: Lock file version updated in sync with package.json.
README.md: CDN script tag URL updated to point to 8.1.1.
CHANGELOG.md: New entry added documenting the files field fix.
Confidence Score: 5/5
This PR is safe to merge — all changes are a consistent, minimal patch version bump with no logic changes.
All five files contain only version string updates and the additive files field in package.json. No logic, API surface, or behaviour has changed. Every reference to the version number is consistently updated across package.json, package-lock.json, src/client.ts, README.md, and CHANGELOG.md. The files field is correct given the declared entry points (dist/cjs, dist/esm, dist/iife, and types/).
No files require special attention.
Important Files Changed
Filename
Overview
package.json
Version bumped to 8.1.1 and files field added to restrict npm publish to dist and types directories only.
src/client.ts
SDK version header updated from 8.1.0 to 8.1.1 to match the new package version.
package-lock.json
Lock file version bumped to 8.1.1 in sync with package.json.
README.md
CDN install URL updated to reference version 8.1.1.
CHANGELOG.md
New 8.1.1 changelog entry added documenting the files field fix.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains updates to the Console SDK for version 8.1.1.