lancer-shared 1.2.17 → 1.2.18

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.
@@ -12618,7 +12618,7 @@ const ROUTES = {
12618
12618
  },
12619
12619
  AGENT: {
12620
12620
  BASE: "agent",
12621
- SCRAPE_UPWORK_PROFIL: "agent/scrape-upwork-profile",
12621
+ SCRAPE_UPWORK_PROFILE: "agent/scrape-upwork-profile",
12622
12622
  TEST_AI_CONFIG: "agent/test-ai-config",
12623
12623
  TEST_SYSTEM_PROMPTS: "agent/test-system-prompts",
12624
12624
  },
@@ -167,7 +167,7 @@ export declare const ROUTES: {
167
167
  };
168
168
  readonly AGENT: {
169
169
  readonly BASE: "agent";
170
- readonly SCRAPE_UPWORK_PROFIL: "agent/scrape-upwork-profile";
170
+ readonly SCRAPE_UPWORK_PROFILE: "agent/scrape-upwork-profile";
171
171
  readonly TEST_AI_CONFIG: "agent/test-ai-config";
172
172
  readonly TEST_SYSTEM_PROMPTS: "agent/test-system-prompts";
173
173
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lancer-shared",
3
- "version": "1.2.17",
3
+ "version": "1.2.18",
4
4
  "description": "This package contains shared stuff.",
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "dist/bundle.cjs.js",