Skip to content

Conversation

@kikuomax
Copy link
Member

Proposed changes

Includes the scope @codemonger-io in the package name: mapping-template-compose@codemonger-io/mapping-template-compose.

Although the functionalities are the same, bumps the version to 0.2.0.

Includes some other improvements.

Related issues:

kikuomax added 6 commits May 17, 2025 16:36
Installs `npm-run-all2` and replaces `npm run` in `package.json` with
`run-s`.
The `build` script removes the `dist` folder before building the
package. Uses `rimraf` to support multiple platforms.
Replaces the package name → `@codemonger-io/mapping-template-compose`.
Also bumps the version to 0.2.0.
Topics:
- Includes the scope `@codemonger-io` in the import statements in the
  code snippets
- Bumps the version tag → v0.2.0
- Replaces `npm` with `pnpm`
Because the package name was changed.
@kikuomax kikuomax requested a review from Copilot May 18, 2025 01:02
Copy link
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 the package to include the scope "@codemonger-io" and bumps the version from 0.1.1 to 0.2.0, while also updating documentation and installation instructions accordingly.

  • Adds "@codemonger-io" to package identifiers in API documentation and README files
  • Updates installation and build commands in README files to use pnpm instead of npm
  • Converts markdown table formatting to HTML tables in various API doc files

Reviewed Changes

Copilot reviewed 22 out of 22 changed files in this pull request and generated no comments.

File Description
api-docs/markdown/mapping-template-compose.orcommaconditions.md Updated breadcrumb links and converted markdown table to an HTML table
api-docs/markdown/mapping-template-compose.md Updated breadcrumb links and table formatting for function listings
Other API doc markdown files Consistent updates to breadcrumb links and table formatting reflecting the new package scope
README.md, README.ja.md Updated installation commands, package import statements, and build/test commands to reflect version bump and scope changes
Comments suppressed due to low confidence (3)

api-docs/markdown/mapping-template-compose.orcommaconditions.md:20

  • [nitpick] Verify that the new HTML table syntax for parameter listings is consistent with the project’s overall documentation style guidelines.
<table><thead><tr><th>

README.md:166

  • Ensure that the switch from npm commands to pnpm commands is reflected consistently across all build and CI/CD configurations.
pnpm install --frozen-lockfile

api-docs/mapping-template-compose.api.md:1

  • Confirm that the updated package scope in the API report title aligns with the changes made to all other documentation files.
## API Report File for "@codemonger-io/mapping-template-compose"

@kikuomax kikuomax changed the title Issue/1 3 4 5 scoped package Include the scope @codemonger-io in the package name May 18, 2025
@kikuomax kikuomax merged commit 34d15e2 into main May 18, 2025
@kikuomax kikuomax deleted the issue/1-3-4-5-scoped-package branch May 18, 2025 01:12
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.

Clean the dist folder before build Bump dependencies Make scripts in package.json package-manager-agnostic Include the scope in the package name

2 participants