Skip to content

Conversation

@bhollis
Copy link
Contributor

@bhollis bhollis commented Sep 20, 2025

No description provided.

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 addresses duplicate item hash tags in the import functionality by implementing deduplication logic and updating repository metadata.

  • Adds deduplication of item hash tags using uniqBy to prevent duplicate entries during import
  • Updates repository URLs to use the proper git+https:// format in package.json files
  • Modifies the export type definition to support both individual and platform-specific item hash tags

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
package.json Updates repository field to proper object format with git URL
dim-api-types/package.json Adds git+ prefix to repository URL
api/shapes/export.ts Extends ItemHashTag type to support platform-specific wrapping
api/routes/import.ts Implements deduplication logic for item hash tags using uniqBy
.github/workflows/publish.yml Updates npm to latest version before publishing

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

@bhollis bhollis merged commit 11cb22a into master Sep 20, 2025
1 check passed
@bhollis bhollis deleted the uniq branch September 20, 2025 05: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