jobscout 1.5.2 → 1.5.3
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/bin/cli.mjs +1 -1
- package/package.json +2 -1
package/bin/cli.mjs
CHANGED
|
@@ -9,7 +9,7 @@ const __dirname = dirname(fileURLToPath(import.meta.url));
|
|
|
9
9
|
const PKG_ROOT = resolve(__dirname, "..");
|
|
10
10
|
const PLUGIN_SRC = join(PKG_ROOT, "job-matching-plugin");
|
|
11
11
|
const CWD = process.cwd();
|
|
12
|
-
const REPO_URL = "https://github.com/hieutrong512/
|
|
12
|
+
const REPO_URL = "https://github.com/hieutrong512/JobScout";
|
|
13
13
|
|
|
14
14
|
const RESET = "\x1b[0m";
|
|
15
15
|
const GREEN = "\x1b[32m";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jobscout",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.3",
|
|
4
4
|
"description": "AI job matching — tìm và xếp hạng việc làm phù hợp CV, song ngữ Việt–Anh. Chạy trên Claude Code và Codex CLI.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"jobscout": "bin/cli.mjs"
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
"email": "hieutrong512@gmail.com"
|
|
23
23
|
},
|
|
24
24
|
"license": "MIT",
|
|
25
|
+
"homepage": "https://github.com/hieutrong512/JobScout",
|
|
25
26
|
"repository": {
|
|
26
27
|
"type": "git",
|
|
27
28
|
"url": "git+https://github.com/hieutrong512/JobScout.git"
|