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 is a clean patch release bumping the Web SDK from version 24.1.0 to 24.1.1. The sole functional fix is the addition of a files field to package.json to restrict npm publishes to only the built artifacts (dist and types), preventing source files from inadvertently being shipped to consumers.
Version updated consistently across package.json, package-lock.json, src/client.ts (x-sdk-version header), and README.md CDN snippet.
The files array ([\"dist\", \"types\"]) correctly covers every referenced entry point: main, module, exports, types, jsdelivr, and unpkg.
npm always includes package.json, README.md, LICENSE, and CHANGELOG.md automatically, so those are unaffected by the new files restriction.
No logic changes — no issues found.
Confidence Score: 5/5
This PR is safe to merge — all changes are a straightforward, consistent version bump plus a non-breaking files field addition.
All five changed files contain only mechanical version bumps and the files field fix. Version is consistent across every file, the files array covers all declared entry points, and there are no logic or API changes. No P1 or P0 findings.
No files require special attention.
Important Files Changed
Filename
Overview
package.json
Version bumped to 24.1.1 and files field added to restrict npm publish to dist and types — correctly covers all entry points (main, module, exports, types, jsdelivr, unpkg).
src/client.ts
x-sdk-version header updated from 24.1.0 to 24.1.1, consistent with the version bump.
package-lock.json
Lock file version bumped from 24.1.0 to 24.1.1 in both root and packages entries — consistent with package.json.
README.md
CDN snippet updated from appwrite@24.1.0 to appwrite@24.1.1.
CHANGELOG.md
New 24.1.1 section added, correctly 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 Web SDK for version 24.1.1.