Skip to content

Conversation

@amotarao
Copy link
Member

@amotarao amotarao commented Jan 7, 2026

Summary

  • packages/microcms-api-schema-schema/package.jsonrepository フィールドを追加
  • npm パッケージページでリポジトリへのリンクが表示されるようになります

🤖 Generated with Claude Code

amotarao and others added 2 commits January 8, 2026 02:36
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@coderabbitai
Copy link

coderabbitai bot commented Jan 7, 2026

📝 Walkthrough

Walkthrough

packages/microcms-api-schema-schema パッケージの package.json を更新しています。バージョンを 0.0.1 から 0.0.2 に引き上げ、Git リポジトリのメタデータを追加し、files 配列に src ディレクトリを含めました。

Changes

Cohort / File(s) Change Summary
Package Configuration
packages/microcms-api-schema-schema/package.json
Version bumped from 0.0.1 to 0.0.2; repository object added with Git metadata (type, URL, directory); files array extended to include "src" directory

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Poem

🐰✨ Version bump, so proud and bright,
Repository metadata shining in sight,
The src directory now takes its place,
From 0.0.1 to 0.0.2 with grace!
A little update, but oh what delight! 🌟

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed PRタイトルは、package.jsonにrepositoryフィールドを追加するというチェンジセットの主要な変更を明確に説明しています。
Description check ✅ Passed PR説明は、repository フィールドの追加とnpmパッケージページでのリポジトリリンク表示に関連しており、チェンジセットと一致しています。
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


📜 Recent review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between cf268a3 and 575c73a.

📒 Files selected for processing (1)
  • packages/microcms-api-schema-schema/package.json
🔇 Additional comments (3)
packages/microcms-api-schema-schema/package.json (3)

3-3: バージョンの更新が適切です。

メタデータの追加に対するパッチバージョンの増分は適切です。


6-10: リポジトリフィールドの実装が正しいです。

npm パッケージページにリポジトリへのリンクを表示するための repository フィールドが正しく実装されています。Git URL の形式とモノレポパッケージ用の directory フィールドの指定が適切です。


14-14: files 配列への src の追加を確認してください。

src ディレクトリが公開ファイルに含まれるようになりましたが、この変更は PR の説明に記載されていません。ソースマップやデバッグ目的で意図的に含めている場合は問題ありませんが、意図しない追加の場合はパッケージサイズが増加する可能性があります。

通常、npm パッケージには dist(ビルド済みファイル)のみを含めることが一般的です。TypeScript のソースファイルを含める必要性を確認してください。


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

@amotarao amotarao merged commit 5964610 into main Jan 7, 2026
2 checks passed
@amotarao amotarao deleted the repository branch January 7, 2026 17:43
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