@learncard/network-brain-client 2.5.31 → 2.5.32
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/CHANGELOG.md +7 -0
- package/dist/brain-client.cjs.development.js +3 -1
- package/dist/brain-client.cjs.development.js.map +2 -2
- package/dist/brain-client.cjs.production.min.js +5 -5
- package/dist/brain-client.cjs.production.min.js.map +2 -2
- package/dist/brain-client.esm.js +3 -1
- package/dist/brain-client.esm.js.map +2 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @learncard/network-brain-client
|
|
2
2
|
|
|
3
|
+
## 2.5.32
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`da8b402d78db16c52dfc651275df31a22d634b02`](https://github.com/learningeconomy/LearnCard/commit/da8b402d78db16c52dfc651275df31a22d634b02), [`da8b402d78db16c52dfc651275df31a22d634b02`](https://github.com/learningeconomy/LearnCard/commit/da8b402d78db16c52dfc651275df31a22d634b02)]:
|
|
8
|
+
- @learncard/network-brain-service@3.14.4
|
|
9
|
+
|
|
3
10
|
## 2.5.31
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -15834,7 +15834,9 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
15834
15834
|
external_exports.object({
|
|
15835
15835
|
title: external_exports.string().describe("Title of the suggested next step"),
|
|
15836
15836
|
description: external_exports.string().describe("Description explaining why this next step is recommended"),
|
|
15837
|
-
keywords: SummaryCredentialKeywordValidator
|
|
15837
|
+
keywords: SummaryCredentialKeywordValidator.optional().describe(
|
|
15838
|
+
"Optional taxonomy keywords for occupations/careers/jobs/skills/fieldOfStudy. Omit if not relevant."
|
|
15839
|
+
)
|
|
15838
15840
|
})
|
|
15839
15841
|
).describe("Recommended follow-up activities or learning modules"),
|
|
15840
15842
|
reflections: external_exports.array(
|