kyd-shared-badge 0.3.136 → 0.3.139
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/package.json +3 -3
- package/src/lib/context.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kyd-shared-badge",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.139",
|
|
4
4
|
"private": false,
|
|
5
5
|
"main": "./src/index.ts",
|
|
6
6
|
"module": "./src/index.ts",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"sideEffects": false,
|
|
12
12
|
"scripts": {},
|
|
13
13
|
"peerDependencies": {
|
|
14
|
-
"next": "^
|
|
14
|
+
"next": "^16.0.7",
|
|
15
15
|
"react": "^19.0.0",
|
|
16
16
|
"react-dom": "^19.0.0"
|
|
17
17
|
},
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"framer-motion": "^12.23.24",
|
|
33
33
|
"i18n-iso-countries": "^7.14.0",
|
|
34
34
|
"lucide-react": "^0.545.0",
|
|
35
|
-
"next-auth": "^4.24.
|
|
35
|
+
"next-auth": "^4.24.13",
|
|
36
36
|
"react-hot-toast": "^2.6.0",
|
|
37
37
|
"react-icons": "^5.5.0",
|
|
38
38
|
"recharts": "^2.15.4",
|
package/src/lib/context.ts
CHANGED
|
@@ -93,7 +93,7 @@ export function cleanDeveloperProfile(data: any): any {
|
|
|
93
93
|
// // eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
94
94
|
export function buildAllContextPrompt(cleanedData: any, reportGraphData: GraphInsightsPayload | undefined, options?: { concise?: boolean, debugName?: string }): string {
|
|
95
95
|
const instructions = [
|
|
96
|
-
'You are KYD, a
|
|
96
|
+
'You are KYD, a career coach specializing in technical talent, speaking to a developer who wants to improve their score and be considered for more senior roles',
|
|
97
97
|
'Give customer-facing answers. ',
|
|
98
98
|
'Prefer concise, direct answers.',
|
|
99
99
|
'Use ONLY the JSON provided to answer the user.',
|