Skip to content

chore: export client#5

Merged
BlackHole1 merged 1 commit intomainfrom
export-client
Nov 3, 2025
Merged

chore: export client#5
BlackHole1 merged 1 commit intomainfrom
export-client

Conversation

@BlackHole1
Copy link
Member

No description provided.

Signed-off-by: Kevin Cui <bh@bugs.cc>
Copilot AI review requested due to automatic review settings November 3, 2025 02:47
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 3, 2025

Caution

Review failed

The pull request is closed.

Summary by CodeRabbit

  • New Features
    • New client module export is now available for import, expanding the library's public API.

Walkthrough

This pull request adds a new public export path to the package.json exports map. The new ./client export entry maps to the TypeScript declaration file dist/client.d.mts for types and the ECMAScript module dist/client.mjs for import functionality. The existing ./pb/* export path and all other package configurations remain unchanged. This change introduces a single new module export without modifying or removing any existing exports.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

This is a straightforward configuration change limited to a single file with a minimal, well-defined modification. No logic changes or complex structural alterations are present.


📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between b0b9ac6 and 1cd8345.

📒 Files selected for processing (1)
  • package.json (1 hunks)

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@BlackHole1 BlackHole1 merged commit 363758d into main Nov 3, 2025
5 of 6 checks passed
@BlackHole1 BlackHole1 deleted the export-client branch November 3, 2025 02:48
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a new package export entry point for the ./client module, allowing users to import the Client class directly from alicloud-tablestore/client instead of only from the main package entry point.

  • Adds a new export entry for ./client in package.json with TypeScript types and ESM module paths

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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