Skip to content

Fixes#133

Merged
mikhin merged 18 commits intomainfrom
fixes
Nov 14, 2025
Merged

Fixes#133
mikhin merged 18 commits intomainfrom
fixes

Conversation

@mikhin
Copy link
Copy Markdown
Collaborator

@mikhin mikhin commented Nov 13, 2025

No description provided.

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 implements build infrastructure changes to support proper npm package publishing for the agent-prism-types and agent-prism-data packages, along with documentation updates and import path corrections.

  • Adds TypeScript build configuration and compilation to dist for publishable packages
  • Updates all internal imports to use .js extensions for ESM compatibility
  • Adds missing react-resizable-panels dependency and simplifies documentation

Reviewed Changes

Copilot reviewed 17 out of 18 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
readme.md Adds react-resizable-panels to dependencies and condenses documentation for theming section
packages/ui/src/components/TraceViewer/TraceViewerSearchAndControls.tsx Removes .tsx extension from import statement
packages/types/tsconfig.build.json New build configuration for TypeScript compilation to dist
packages/types/src/index.ts Adds .js extensions to export statements for ESM compatibility
packages/types/package.json Updates to version 0.0.9, changes exports from source to dist, adds build scripts
packages/data/tsconfig.build.json New build configuration for TypeScript compilation to dist
packages/data/src/open-telemetry/utils/open-telemetry-category-mappers.ts Adds .js extension to import
packages/data/src/open-telemetry/utils/get-open-telemetry-span-standard.ts Adds .js extension to import
packages/data/src/open-telemetry/utils/generate-open-telemetry-span-title.ts Adds .js extension to import
packages/data/src/open-telemetry/utils/categorize-standard-open-telemetry.ts Adds .js extension to import
packages/data/src/open-telemetry/utils/categorize-open-telemetry-gen-ai.ts Adds .js extension to import
packages/data/src/open-telemetry/utils/categorize-open-inference.ts Adds .js extension to import
packages/data/src/open-telemetry/adapter.ts Adds .js extensions to multiple imports
packages/data/src/langfuse/adapter.ts Adds .js extension to import
packages/data/src/index.ts Adds .js extensions to all export statements
packages/data/src/common/get-timeline-data.ts Adds .js extension to import
packages/data/package.json Updates to version 0.0.9, changes exports from source to dist, adds build scripts, modifies dependency protocol

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

Comment thread readme.md Outdated
Comment thread readme.md Outdated
Comment thread packages/data/package.json Outdated
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

Copilot reviewed 25 out of 26 changed files in this pull request and generated 1 comment.


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

Comment thread eslint.config.mjs
mikhin and others added 3 commits November 14, 2025 09:34
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@mikhin mikhin merged commit 04a4465 into main Nov 14, 2025
1 check passed
@mikhin mikhin deleted the fixes branch February 21, 2026 13:34
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