Skip to content

feat: building a deployment environment#10

Merged
klmhyeonwoo merged 4 commits into
mainfrom
feature/util-workspace
Aug 28, 2025
Merged

feat: building a deployment environment#10
klmhyeonwoo merged 4 commits into
mainfrom
feature/util-workspace

Conversation

@klmhyeonwoo
Copy link
Copy Markdown
Member

라이브러리 환경을 구축하고, 배포를 진행합니다.

@klmhyeonwoo klmhyeonwoo requested review from Copilot and prgmr99 August 28, 2025 13:03
@klmhyeonwoo
Copy link
Copy Markdown
Member Author

klmhyeonwoo commented Aug 28, 2025

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 45.5% 76 / 167
🔵 Statements 45.5% 76 / 167
🔵 Functions 55% 11 / 20
🔵 Branches 80.39% 41 / 51
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
vite.config.ts 0% 0% 0% 0% 1-20
Generated in workflow #26 for commit 235cefa by the Vitest Coverage Report Action

Copy link
Copy Markdown
Contributor

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 renames and reconfigures the package from "@dori/utils" to "corekit" as part of building a deployment environment. The changes include updating package metadata, build configuration, and documentation to reflect the new package name.

  • Package renamed from "@dori/utils" to "corekit" with updated build outputs
  • Enhanced package.json with description, keywords, repository information, and dependency cleanup
  • Updated documentation to reflect the new package name and added commonUtil examples

Reviewed Changes

Copilot reviewed 3 out of 5 changed files in this pull request and generated 1 comment.

File Description
vite.config.ts Updates build configuration to output "corekit" instead of "dori-utils"
package.json Renames package, adds metadata, reorganizes structure, and cleans up dependencies
README.md Updates package name throughout documentation and adds commonUtil usage examples
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment thread package.json
"dependencies": {
"@dori/utils": "file:dori-utils-0.0.1.tgz",
"@vitest/coverage-v8": "^3.2.4"
}
Copy link

Copilot AI Aug 28, 2025

Choose a reason for hiding this comment

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

The dependencies section was completely removed, but the devDependencies section still references packages that might be needed as runtime dependencies. Verify that all required dependencies are properly categorized.

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Member

@prgmr99 prgmr99 left a comment

Choose a reason for hiding this comment

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

레츠고~

Comment thread vite.config.ts Outdated
@klmhyeonwoo klmhyeonwoo merged commit 19ca5d5 into main Aug 28, 2025
1 check 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.

3 participants