Skip to content

Commit 4165f34

Browse files
committed
address windows bug in dependency
1 parent 6ee7690 commit 4165f34

File tree

4 files changed

+14
-15
lines changed

4 files changed

+14
-15
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# mycoder
22

3+
## 0.0.23
4+
5+
### Patch Changes
6+
7+
- upgrade dependency to fix windows bug
8+
39
## 0.0.22
410

511
### Patch Changes

bin/cli.js

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,2 @@
11
#!/usr/bin/env node
2-
import { fileURLToPath } from "url";
3-
import { dirname } from "path";
4-
import { join } from "path";
5-
6-
const cliUrl = import.meta.url;
7-
const distIndex = cliUrl.replace("bin/cli.js", "dist/index.js");
8-
9-
await import(distIndex);
2+
import "../dist/index.js";

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mycoder",
33
"description": "A command line tool using agent that can do arbitrary tasks, including coding tasks",
4-
"version": "0.0.22",
4+
"version": "0.0.23",
55
"type": "module",
66
"bin": "./bin/cli.js",
77
"main": "./dist/index.js",
@@ -56,7 +56,7 @@
5656
"source-map-support": "^0.5",
5757
"uuid": "^11",
5858
"yargs": "^17",
59-
"yargs-file-commands": "^0.0.17",
59+
"yargs-file-commands": "^0.0.19",
6060
"zod": "^3",
6161
"zod-to-json-schema": "^3"
6262
},

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)