job-pro 1.0.86 → 1.0.87
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/index.js +4 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -865,9 +865,10 @@ async function runCompany(adapter, company, rawArgs) {
|
|
|
865
865
|
post_id: postId,
|
|
866
866
|
mode: "really-submit-blocked",
|
|
867
867
|
staged,
|
|
868
|
-
message: `no captured session at ~/.jobpro/${company}.session.json.
|
|
869
|
-
|
|
870
|
-
`then
|
|
868
|
+
message: `no captured session at ~/.jobpro/${company}.session.json. Run ` +
|
|
869
|
+
`\`job-pro extension\` for the bundled MV3 path + Chrome install ` +
|
|
870
|
+
`walkthrough; log into the careers site, click Export, then ` +
|
|
871
|
+
`mv ~/Downloads/jobpro/${company}.session.json ~/.jobpro/`,
|
|
871
872
|
}, compact);
|
|
872
873
|
}
|
|
873
874
|
if (!isAnonMultipart) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "job-pro",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.87",
|
|
4
4
|
"description": "Query Chinese big-tech campus recruiting + auto-apply from your terminal. 50 companies, all 50 live (46 via official APIs, 4 via Liepin third-party fallback). 45/50 with end-to-end verified apply endpoints; 5 structurally-external (Liepin IM × 4 + Unitree WeChat). No signup, no token, no server.",
|
|
5
5
|
"homepage": "https://job.ha7ch.com",
|
|
6
6
|
"repository": "https://github.com/HA7CH/job-pro",
|