@frontman-ai/nextjs 0.1.5 → 0.1.6

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/dist/index.js +3 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -5911,7 +5911,9 @@ async function handleResolveSourceLocation(server, req) {
5911
5911
  componentName,
5912
5912
  file,
5913
5913
  line: sourceLocation_line,
5914
- column: sourceLocation_column
5914
+ column: sourceLocation_column,
5915
+ componentProps: void 0,
5916
+ parent: void 0
5915
5917
  };
5916
5918
  let resolved = await Te(sourceLocation);
5917
5919
  let relativeFile = toRelativePath(server.config.sourceRoot, resolved.file);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frontman-ai/nextjs",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Next.js integration for Frontman - AI-powered development tools and observability",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -68,7 +68,7 @@
68
68
  "@rescript/runtime": "12.0.0-beta.14",
69
69
  "@rescript/webapi": "catalog:",
70
70
  "@vitest/ui": "catalog:",
71
- "dom-element-to-component-source": "0.4.2",
71
+ "dom-element-to-component-source": "0.5.0",
72
72
  "rescript": "catalog:",
73
73
  "rescript-vitest": "catalog:",
74
74
  "sentry-testkit": "^5.0.9",