@seed-ship/mcp-ui-solid 1.0.26 → 1.0.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/validation.ts +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seed-ship/mcp-ui-solid",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "description": "SolidJS components for rendering MCP-generated UI resources",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
package/validation.ts CHANGED
@@ -21,7 +21,7 @@ export {
21
21
  validateIframeDomain,
22
22
  sanitizeString,
23
23
  DEFAULT_RESOURCE_LIMITS,
24
- } from './src/services/validation'
24
+ } from './dist/services/validation.js'
25
25
 
26
26
  // Re-export types only (no runtime code)
27
27
  export type {
@@ -35,4 +35,4 @@ export type {
35
35
  TextComponentParams,
36
36
  ValidationResult,
37
37
  ResourceLimits,
38
- } from './src/types'
38
+ } from './dist/types/index.js'