Skip to content

feat: Web SDK update for version 24.1.1#166

Merged
abnegate merged 1 commit into
mainfrom
dev
Apr 1, 2026
Merged

feat: Web SDK update for version 24.1.1#166
abnegate merged 1 commit into
mainfrom
dev

Conversation

@ChiragAgg5k
Copy link
Copy Markdown
Member

This PR contains updates to the Web SDK for version 24.1.1.

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented Apr 1, 2026

Greptile Summary

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.

Reviews (1): Last reviewed commit: "chore: update Web SDK to 24.1.1" | Re-trigger Greptile

@abnegate abnegate merged commit 3f790e3 into main Apr 1, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants