@learncard/network-brain-client 2.2.3 → 2.2.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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # @learncard/network-brain-client
2
2
 
3
+ ## 2.2.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`7d4e9dc7683bb8fa75fb6e239f59e620d3237846`](https://github.com/learningeconomy/LearnCard/commit/7d4e9dc7683bb8fa75fb6e239f59e620d3237846)]:
8
+ - @learncard/network-brain-service@3.3.3
9
+
3
10
  ## 2.2.3
4
11
 
5
12
  ### Patch Changes
@@ -3982,6 +3982,7 @@ var require_helpers_cjs_development = __commonJS({
3982
3982
  shortBio: mod.string().default(""),
3983
3983
  bio: mod.string().default(""),
3984
3984
  did: mod.string(),
3985
+ isPrivate: mod.boolean().optional(),
3985
3986
  email: mod.string().optional(),
3986
3987
  image: mod.string().optional(),
3987
3988
  heroImage: mod.string().optional(),