@learncard/network-brain-client 2.0.10 → 2.1.0
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 +24 -0
- package/dist/brain-client.cjs.development.js +4273 -0
- package/dist/brain-client.cjs.development.js.map +4 -4
- package/dist/brain-client.cjs.production.min.js +1 -1
- package/dist/brain-client.cjs.production.min.js.map +4 -4
- package/dist/brain-client.esm.js +4284 -0
- package/dist/brain-client.esm.js.map +4 -4
- package/dist/index.d.ts.map +1 -1
- package/package.json +4 -3
- package/src/index.ts +3 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @learncard/network-brain-client
|
|
2
2
|
|
|
3
|
+
## 2.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#573](https://github.com/learningeconomy/LearnCard/pull/573) [`5abe7679d8c0a71952112b686ca9fdf66d0d50c0`](https://github.com/learningeconomy/LearnCard/commit/5abe7679d8c0a71952112b686ca9fdf66d0d50c0) Thanks [@TaylorBeeston](https://github.com/TaylorBeeston)! - Fix backwards compat
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [[`5abe7679d8c0a71952112b686ca9fdf66d0d50c0`](https://github.com/learningeconomy/LearnCard/commit/5abe7679d8c0a71952112b686ca9fdf66d0d50c0)]:
|
|
12
|
+
- @learncard/network-brain-service@3.2.0
|
|
13
|
+
|
|
14
|
+
## 2.0.11
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- [#569](https://github.com/learningeconomy/LearnCard/pull/569) [`72e9661ffe0c9f9e3c312ecba2b6441d61941a4a`](https://github.com/learningeconomy/LearnCard/commit/72e9661ffe0c9f9e3c312ecba2b6441d61941a4a) Thanks [@TaylorBeeston](https://github.com/TaylorBeeston)! - - Don't give default claim role if profile already has a role
|
|
19
|
+
- Allow profiles who can resolve parents to resolve children
|
|
20
|
+
- Return default claim permissions from `getBoost`
|
|
21
|
+
- Fix `generateClaimLink` permissions check
|
|
22
|
+
- Actually allow `$regex` to work via `superjson` with tRPC, regex strings with HTTP API
|
|
23
|
+
- Allow querying boost recipients
|
|
24
|
+
- Updated dependencies [[`72e9661ffe0c9f9e3c312ecba2b6441d61941a4a`](https://github.com/learningeconomy/LearnCard/commit/72e9661ffe0c9f9e3c312ecba2b6441d61941a4a)]:
|
|
25
|
+
- @learncard/network-brain-service@3.1.8
|
|
26
|
+
|
|
3
27
|
## 2.0.10
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|