domagic-turbopack-plugin 1.1.35 → 1.1.37
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.
- package/dist/server.js +1 -1
- package/package.json +2 -2
package/dist/server.js
CHANGED
|
@@ -11,7 +11,7 @@ export function createDomagicTurbopackMiddleware(agentOptions, projectRoot) {
|
|
|
11
11
|
},
|
|
12
12
|
},
|
|
13
13
|
};
|
|
14
|
-
installStyleEditMiddlewareWithOptions(serverLike, agentOptions, projectRoot);
|
|
14
|
+
installStyleEditMiddlewareWithOptions(serverLike, agentOptions, projectRoot, undefined, new URL('../package.json', import.meta.url));
|
|
15
15
|
return withCors(serverLike.middlewares.handlers[0]);
|
|
16
16
|
}
|
|
17
17
|
export function startDomagicTurbopackServer(options = {}) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "domagic-turbopack-plugin",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.37",
|
|
4
4
|
"description": "A development-only Turbopack adapter for DOM source mapping and AI-assisted style edits.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"test": "vitest run --config vitest.config.ts"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"domagic-vite-plugin": "1.1.
|
|
52
|
+
"domagic-vite-plugin": "1.1.37",
|
|
53
53
|
"typescript": "^5.9.3"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|