@lousy-agents/cli 2.3.1 → 2.3.2
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/cli/copilot-with-citty/biome.template.json +48 -0
- package/cli/copilot-with-citty/gitignore.template +4 -0
- package/cli/copilot-with-citty/package.json +1 -1
- package/cli/copilot-with-citty/src/index.test.ts +7 -0
- package/cli/copilot-with-citty/src/index.ts +10 -0
- package/dist/255.js +1 -1
- package/dist/255.js.map +1 -1
- package/dist/index.js +39 -5
- package/dist/index.js.map +1 -1
- package/dist/mcp-server.js +1 -1
- package/dist/mcp-server.js.map +1 -1
- package/package.json +1 -1
- package/cli/copilot-with-citty/biome.json +0 -31
package/dist/mcp-server.js
CHANGED
|
@@ -43657,7 +43657,7 @@ const nativeImport = (id) => __webpack_require__(5439)(id);
|
|
|
43657
43657
|
let jiti_transform;
|
|
43658
43658
|
function lazyTransform(...args) {
|
|
43659
43659
|
if (!jiti_transform) {
|
|
43660
|
-
jiti_transform = (0,external_node_module_.createRequire)(
|
|
43660
|
+
jiti_transform = (0,external_node_module_.createRequire)(import.meta.url)("../dist/babel.cjs");
|
|
43661
43661
|
}
|
|
43662
43662
|
return jiti_transform(...args);
|
|
43663
43663
|
}
|