@learncard/network-brain-client 2.5.3 → 2.5.4
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 +2 -1
- package/dist/brain-client.cjs.development.js.map +2 -2
- package/dist/brain-client.cjs.production.min.js +1 -1
- package/dist/brain-client.cjs.production.min.js.map +2 -2
- package/dist/brain-client.esm.js +2 -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.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`f8e50b1e3ceafccde28bef859b2c8b220acb2b7d`](https://github.com/learningeconomy/LearnCard/commit/f8e50b1e3ceafccde28bef859b2c8b220acb2b7d)]:
|
|
8
|
+
- @learncard/network-brain-service@3.9.2
|
|
9
|
+
|
|
3
10
|
## 2.5.3
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -14772,7 +14772,8 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
14772
14772
|
contractUri: external_exports.string().optional(),
|
|
14773
14773
|
templateUri: external_exports.string().optional(),
|
|
14774
14774
|
template: SendBoostTemplateValidator.optional(),
|
|
14775
|
-
signedCredential: VCValidator.optional()
|
|
14775
|
+
signedCredential: VCValidator.optional(),
|
|
14776
|
+
templateData: external_exports.record(external_exports.string(), external_exports.unknown()).optional()
|
|
14776
14777
|
}).refine((data) => data.templateUri || data.template, {
|
|
14777
14778
|
message: "Either templateUri or template creation data must be provided.",
|
|
14778
14779
|
path: ["templateUri"]
|