@learncard/network-brain-client 2.2.4 → 2.2.5

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.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`86bdf08214003e1db051f5a0e93c3a57e282db62`](https://github.com/learningeconomy/LearnCard/commit/86bdf08214003e1db051f5a0e93c3a57e282db62)]:
8
+ - @learncard/network-brain-service@3.3.4
9
+
3
10
  ## 2.2.4
4
11
 
5
12
  ### Patch Changes
@@ -4133,6 +4133,7 @@ var require_helpers_cjs_development = __commonJS({
4133
4133
  image: mod.string().optional(),
4134
4134
  uri: mod.string(),
4135
4135
  needsGuardianConsent: mod.boolean().optional(),
4136
+ redirectUrl: mod.string().optional(),
4136
4137
  createdAt: mod.string(),
4137
4138
  updatedAt: mod.string(),
4138
4139
  expiresAt: mod.string().optional()