job-pro 1.0.66 → 1.0.67
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 +2 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -181,6 +181,8 @@ const ENDPOINT_VERIFIED = new Set([
|
|
|
181
181
|
"weibo",
|
|
182
182
|
// huawei: /reccampportal/services/portal/portaluser/ Jalor framework (1.0.66)
|
|
183
183
|
"huawei",
|
|
184
|
+
// lilith: atsx-throne tenant, /api/v1/user/applications 405 (1.0.67)
|
|
185
|
+
"lilith",
|
|
184
186
|
]);
|
|
185
187
|
const HELP = `
|
|
186
188
|
job-pro — query Chinese big-tech campus recruiting from your terminal
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "job-pro",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.67",
|
|
4
4
|
"description": "Query Chinese big-tech campus recruiting from your terminal. 50 companies, all 50 live. 46 via each company's own API; the 4 with no public canonical feed (Hikvision, CICC, Cainiao, WeBank) surfaced via Liepin as a clearly-labeled third-party fallback. No signup, no token, no server.",
|
|
5
5
|
"homepage": "https://job.ha7ch.com",
|
|
6
6
|
"repository": "https://github.com/HA7CH/job-pro",
|