@vibexdotnew/inspector 0.0.12 → 0.0.13

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.
@@ -356,10 +356,9 @@ function flexElementTagger(source, sourceMap) {
356
356
 
357
357
  // Generate output
358
358
  const output = magicStr.toString();
359
- const outputMap = magicStr.generateMap({ hires: true });
360
359
 
361
- // Turbopack expects sourcemap as JSON string
362
- callback(null, output, JSON.stringify(outputMap));
360
+ // Return without sourcemap - Turbopack handles it better
361
+ callback(null, output);
363
362
 
364
363
  } catch (error) {
365
364
  // On ANY error, return original source unchanged
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibexdotnew/inspector",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "description": "Visual inspection and element tagging for Next.js and Expo applications",
5
5
  "author": "Vibex",
6
6
  "license": "MIT",