@learncard/network-brain-client 2.4.19 → 2.5.3
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 +39 -0
- package/dist/brain-client.cjs.development.js +14045 -4300
- package/dist/brain-client.cjs.development.js.map +3 -3
- package/dist/brain-client.cjs.production.min.js +23 -1
- package/dist/brain-client.cjs.production.min.js.map +3 -3
- package/dist/brain-client.esm.js +27135 -8410
- package/dist/brain-client.esm.js.map +4 -4
- package/package.json +5 -5
- package/scripts/build.mjs +0 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,44 @@
|
|
|
1
1
|
# @learncard/network-brain-client
|
|
2
2
|
|
|
3
|
+
## 2.5.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`0e7c2696df045597e3ba9b3ca992aaa85f425fb4`](https://github.com/learningeconomy/LearnCard/commit/0e7c2696df045597e3ba9b3ca992aaa85f425fb4)]:
|
|
8
|
+
- @learncard/network-brain-service@3.9.1
|
|
9
|
+
|
|
10
|
+
## 2.5.2
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [[`3727c732ad54b4a8ccb89c6354291799e953c8ab`](https://github.com/learningeconomy/LearnCard/commit/3727c732ad54b4a8ccb89c6354291799e953c8ab), [`bb6749d4cd123ca1fcee8d6f657861ae77a614a2`](https://github.com/learningeconomy/LearnCard/commit/bb6749d4cd123ca1fcee8d6f657861ae77a614a2)]:
|
|
15
|
+
- @learncard/network-brain-service@3.9.0
|
|
16
|
+
|
|
17
|
+
## 2.5.1
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- Updated dependencies [[`4b1d40356ffd974915396fbee05d656f6c16f9c0`](https://github.com/learningeconomy/LearnCard/commit/4b1d40356ffd974915396fbee05d656f6c16f9c0)]:
|
|
22
|
+
- @learncard/network-brain-service@3.8.1
|
|
23
|
+
|
|
24
|
+
## 2.5.0
|
|
25
|
+
|
|
26
|
+
### Minor Changes
|
|
27
|
+
|
|
28
|
+
- [#858](https://github.com/learningeconomy/LearnCard/pull/858) [`279e0491c5f284f9343ef0c39f3c38cd76e608f9`](https://github.com/learningeconomy/LearnCard/commit/279e0491c5f284f9343ef0c39f3c38cd76e608f9) Thanks [@Custard7](https://github.com/Custard7)! - Upgrade build tooling (esbuild `0.27.1`) and migrate to Zod v4 + TypeScript `5.9.3` across the monorepo.
|
|
29
|
+
|
|
30
|
+
This includes follow-up fixes for Zod v4 behavior and typing changes:
|
|
31
|
+
|
|
32
|
+
- Update query validators to preserve runtime deep-partial semantics while keeping TypeScript inference compatible with `{}` defaults.
|
|
33
|
+
- Prevent `.partial()` + `.default()` from materializing omitted fields in permission updates (`canManageChildrenProfiles`).
|
|
34
|
+
- Allow `Infinity` for generational query inputs in brain-service routes.
|
|
35
|
+
- Document running Vitest in non-watch mode (`pnpm test -- run`).
|
|
36
|
+
|
|
37
|
+
### Patch Changes
|
|
38
|
+
|
|
39
|
+
- Updated dependencies [[`279e0491c5f284f9343ef0c39f3c38cd76e608f9`](https://github.com/learningeconomy/LearnCard/commit/279e0491c5f284f9343ef0c39f3c38cd76e608f9), [`bc81280ae6423a19c39f3596f3d88142b8fe0732`](https://github.com/learningeconomy/LearnCard/commit/bc81280ae6423a19c39f3596f3d88142b8fe0732), [`279e0491c5f284f9343ef0c39f3c38cd76e608f9`](https://github.com/learningeconomy/LearnCard/commit/279e0491c5f284f9343ef0c39f3c38cd76e608f9)]:
|
|
40
|
+
- @learncard/network-brain-service@3.8.0
|
|
41
|
+
|
|
3
42
|
## 2.4.19
|
|
4
43
|
|
|
5
44
|
### Patch Changes
|