@learncard/network-brain-client 1.1.0 → 1.1.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @learncard/network-brain-client
2
2
 
3
+ ## 1.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`8366a2c`](https://github.com/learningeconomy/LearnCard/commit/8366a2caeeda82febe373d4028f47970d94134f0), [`de46ebb`](https://github.com/learningeconomy/LearnCard/commit/de46ebb3d5f41677dacdce2bc50ea2fdd1450602), [`37133bf`](https://github.com/learningeconomy/LearnCard/commit/37133bf375a883c8086ba837c2155a609dea1912)]:
8
+ - @learncard/network-brain-service@1.3.3
9
+
10
+ ## 1.1.2
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [[`d0d4a33`](https://github.com/learningeconomy/LearnCard/commit/d0d4a333c7a53a5fa2d14dafbb1c14c8d54c1cda)]:
15
+ - @learncard/network-brain-service@1.3.2
16
+
17
+ ## 1.1.1
18
+
19
+ ### Patch Changes
20
+
21
+ - [#252](https://github.com/learningeconomy/LearnCard/pull/252) [`f6abbd4`](https://github.com/learningeconomy/LearnCard/commit/f6abbd490e02f65d56465ec5853aa31cfd2ae40c) Thanks [@Custard7](https://github.com/Custard7)! - Update to prepare for LCA Notifications Webhook
22
+
23
+ Adds LCNNotification types for notification webhook payload
24
+ Updates learn card core getDidAuthVp() to use learnCard.id.did() instead of 'key' did method.
25
+ Removes previous notification microservice functions.
26
+ Adds SendNotification for sending notifications to external webhook service
27
+
28
+ - Updated dependencies [[`f6abbd4`](https://github.com/learningeconomy/LearnCard/commit/f6abbd490e02f65d56465ec5853aa31cfd2ae40c)]:
29
+ - @learncard/network-brain-service@1.3.1
30
+
3
31
  ## 1.1.0
4
32
 
5
33
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@learncard/network-brain-client",
3
- "version": "1.1.0",
3
+ "version": "1.1.3",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "./dist/brain-client.esm.js",
@@ -11,12 +11,12 @@
11
11
  "devDependencies": {
12
12
  "dts-bundle-generator": "^6.10.0",
13
13
  "esbuild": "^0.16.16",
14
- "@learncard/types": "5.2.3"
14
+ "@learncard/types": "5.2.5"
15
15
  },
16
16
  "dependencies": {
17
- "@trpc/client": "^10.9.0",
18
- "@trpc/server": "^10.9.0",
19
- "@learncard/network-brain-service": "1.3.0"
17
+ "@trpc/client": "^10.17.0",
18
+ "@trpc/server": "^10.17.0",
19
+ "@learncard/network-brain-service": "1.3.3"
20
20
  },
21
21
  "scripts": {
22
22
  "build": "node ./scripts/build.mjs && shx cp ./scripts/mixedEntypoint.js ./dist/index.js && tsc --p tsconfig.json"