linkedin-resume 0.1.4 → 0.2.0

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.
@@ -238,9 +238,9 @@ function getAppDataPath(...paths) {
238
238
  __name(getAppDataPath, "getAppDataPath");
239
239
 
240
240
  // src/constants.ts
241
- var CONFIG_PATH = getAppDataPath("bemoje", "resume", "config.json");
242
- var DIST_PATH = getAppDataPath("bemoje", "resume", "dist");
243
- var CHROME_PPROFILE_PATH = getAppDataPath("bemoje", "resume", ".chrome-profile");
241
+ var CONFIG_PATH = getAppDataPath("bemoje", "linkedin-resume", "config.json");
242
+ var DIST_PATH = getAppDataPath("bemoje", "linkedin-resume", "dist");
243
+ var CHROME_PPROFILE_PATH = getAppDataPath("bemoje", "linkedin-resume", ".chrome-profile");
244
244
  import_fs_extra2.default.ensureDirSync(DIST_PATH);
245
245
 
246
246
  // src/userConfigFile.ts
@@ -2109,7 +2109,7 @@ __name(ensureUserLoggedInToLinkedIn, "ensureUserLoggedInToLinkedIn");
2109
2109
  var description_default = "A CLI tool to generate a LinkedIn resume in PDF format.";
2110
2110
 
2111
2111
  // src/core/version.ts
2112
- var version_default = `0.1.4`;
2112
+ var version_default = `0.2.0`;
2113
2113
 
2114
2114
  // src/main.ts
2115
2115
  var cli = new import_commander.Command("linkedin-resume").version(version_default).description(description_default).argument("[outputFilepath]", "Optional filepath. Defaults to value set in config file.").option("--debug", "enable debug output").option("--render", "skip scraping, only render").option("--no-headless", "show scraping browser window").option("--keep-open", "keep browser open after scraping").action(async (outputFilepath, options) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "linkedin-resume",
3
3
  "description": "A CLI tool to generate a LinkedIn resume in PDF format.",
4
- "version": "0.1.4",
4
+ "version": "0.2.0",
5
5
  "packageManager": "yarn@4.3.1",
6
6
  "type": "module",
7
7
  "main": "dist/cli.mjs",
@@ -25,14 +25,14 @@
25
25
  "resume.schema.json"
26
26
  ],
27
27
  "publishConfig": {
28
- "access": "public",
29
- "dependencies": {
30
- "@sinclair/typebox": "^0.34.37",
31
- "commander": "^14.0.0",
32
- "fs-extra": "^11.3.0",
33
- "puppeteer": "^24.37.3",
34
- "upath": "^2.0.1"
35
- }
28
+ "access": "public"
29
+ },
30
+ "dependencies": {
31
+ "@sinclair/typebox": "^0.34.37",
32
+ "commander": "^14.0.0",
33
+ "fs-extra": "^11.3.0",
34
+ "puppeteer": "^24.37.3",
35
+ "upath": "^2.0.1"
36
36
  },
37
37
  "repository": {
38
38
  "type": "git",