@learncard/learn-cloud-service 2.5.32 → 2.5.34
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 +38 -0
- package/dist/didkit_wasm_bg.wasm +0 -0
- package/dist/index.js +2 -2
- package/dist/routes/storage.d.ts +8 -8
- package/dist/routes/user.d.ts +18 -18
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,43 @@
|
|
|
1
1
|
# @learncard/network-brain-service
|
|
2
2
|
|
|
3
|
+
## 2.5.34
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`2991bd32b03e26736239dd8e586e2f720d9bcd45`](https://github.com/learningeconomy/LearnCard/commit/2991bd32b03e26736239dd8e586e2f720d9bcd45), [`0c1bf9a8a33e6392d5fd279479d9ab4fb0449b5e`](https://github.com/learningeconomy/LearnCard/commit/0c1bf9a8a33e6392d5fd279479d9ab4fb0449b5e), [`3174c09b97fde6f7b5251390245038cf6b7ea9ba`](https://github.com/learningeconomy/LearnCard/commit/3174c09b97fde6f7b5251390245038cf6b7ea9ba), [`928e587378b3674766cf58a8bbe1cbd4d66d3a9f`](https://github.com/learningeconomy/LearnCard/commit/928e587378b3674766cf58a8bbe1cbd4d66d3a9f), [`928e587378b3674766cf58a8bbe1cbd4d66d3a9f`](https://github.com/learningeconomy/LearnCard/commit/928e587378b3674766cf58a8bbe1cbd4d66d3a9f)]:
|
|
8
|
+
- @learncard/types@5.21.0
|
|
9
|
+
- @learncard/helpers@1.6.0
|
|
10
|
+
- @learncard/vc-plugin@1.6.2
|
|
11
|
+
- @learncard/core@9.4.36
|
|
12
|
+
- @learncard/did-web-plugin@1.1.36
|
|
13
|
+
- @learncard/didkey-plugin@1.1.36
|
|
14
|
+
- @learncard/didkit-plugin@1.10.1
|
|
15
|
+
- @learncard/didkit-plugin-node@0.3.1
|
|
16
|
+
- @learncard/encryption-plugin@1.1.36
|
|
17
|
+
- @learncard/learn-card-plugin@1.2.36
|
|
18
|
+
- @learncard/vc-templates-plugin@1.1.36
|
|
19
|
+
- @learncard/crypto-plugin@1.1.36
|
|
20
|
+
- @learncard/expiration-plugin@1.2.36
|
|
21
|
+
|
|
22
|
+
## 2.5.33
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
- Updated dependencies [[`20b3844ddb7e649c9964308214ec4c395e9fc8db`](https://github.com/learningeconomy/LearnCard/commit/20b3844ddb7e649c9964308214ec4c395e9fc8db), [`b4f94f5a5ffbd52bad6cd26dc3dd627df8d5e6fb`](https://github.com/learningeconomy/LearnCard/commit/b4f94f5a5ffbd52bad6cd26dc3dd627df8d5e6fb), [`19bb79b1355dd9de7f71554fdb608f38b78ed6bb`](https://github.com/learningeconomy/LearnCard/commit/19bb79b1355dd9de7f71554fdb608f38b78ed6bb)]:
|
|
27
|
+
- @learncard/didkit-plugin@1.10.0
|
|
28
|
+
- @learncard/didkit-plugin-node@0.3.0
|
|
29
|
+
- @learncard/types@5.20.0
|
|
30
|
+
- @learncard/core@9.4.35
|
|
31
|
+
- @learncard/helpers@1.5.1
|
|
32
|
+
- @learncard/did-web-plugin@1.1.35
|
|
33
|
+
- @learncard/didkey-plugin@1.1.35
|
|
34
|
+
- @learncard/encryption-plugin@1.1.35
|
|
35
|
+
- @learncard/learn-card-plugin@1.2.35
|
|
36
|
+
- @learncard/vc-plugin@1.6.1
|
|
37
|
+
- @learncard/vc-templates-plugin@1.1.35
|
|
38
|
+
- @learncard/crypto-plugin@1.1.35
|
|
39
|
+
- @learncard/expiration-plugin@1.2.35
|
|
40
|
+
|
|
3
41
|
## 2.5.32
|
|
4
42
|
|
|
5
43
|
### Patch Changes
|
package/dist/didkit_wasm_bg.wasm
CHANGED
|
Binary file
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
[diffend] Oversized file quarantined before diffing.
|
|
2
2
|
name: package/dist/index.js
|
|
3
|
-
size:
|
|
4
|
-
sha256:
|
|
3
|
+
size: 53188776 bytes
|
|
4
|
+
sha256: 321a4cfb7bb7c95df1cf85022ba6c02d9ebe8e6a76f81a3443817acab070ba2d
|
package/dist/routes/storage.d.ts
CHANGED
|
@@ -38,9 +38,9 @@ export declare const storageRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
38
38
|
proof: {
|
|
39
39
|
[x: string]: any;
|
|
40
40
|
type: string;
|
|
41
|
-
created: string;
|
|
42
41
|
proofPurpose: string;
|
|
43
42
|
verificationMethod: string;
|
|
43
|
+
created?: string | undefined;
|
|
44
44
|
challenge?: string | undefined;
|
|
45
45
|
domain?: string | undefined;
|
|
46
46
|
nonce?: string | undefined;
|
|
@@ -48,9 +48,9 @@ export declare const storageRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
48
48
|
} | {
|
|
49
49
|
[x: string]: any;
|
|
50
50
|
type: string;
|
|
51
|
-
created: string;
|
|
52
51
|
proofPurpose: string;
|
|
53
52
|
verificationMethod: string;
|
|
53
|
+
created?: string | undefined;
|
|
54
54
|
challenge?: string | undefined;
|
|
55
55
|
domain?: string | undefined;
|
|
56
56
|
nonce?: string | undefined;
|
|
@@ -117,9 +117,9 @@ export declare const storageRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
117
117
|
proof: {
|
|
118
118
|
[x: string]: any;
|
|
119
119
|
type: string;
|
|
120
|
-
created: string;
|
|
121
120
|
proofPurpose: string;
|
|
122
121
|
verificationMethod: string;
|
|
122
|
+
created?: string | undefined;
|
|
123
123
|
challenge?: string | undefined;
|
|
124
124
|
domain?: string | undefined;
|
|
125
125
|
nonce?: string | undefined;
|
|
@@ -127,9 +127,9 @@ export declare const storageRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
127
127
|
} | {
|
|
128
128
|
[x: string]: any;
|
|
129
129
|
type: string;
|
|
130
|
-
created: string;
|
|
131
130
|
proofPurpose: string;
|
|
132
131
|
verificationMethod: string;
|
|
132
|
+
created?: string | undefined;
|
|
133
133
|
challenge?: string | undefined;
|
|
134
134
|
domain?: string | undefined;
|
|
135
135
|
nonce?: string | undefined;
|
|
@@ -283,9 +283,9 @@ export declare const storageRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
283
283
|
proof: {
|
|
284
284
|
[x: string]: any;
|
|
285
285
|
type: string;
|
|
286
|
-
created: string;
|
|
287
286
|
proofPurpose: string;
|
|
288
287
|
verificationMethod: string;
|
|
288
|
+
created?: string | undefined;
|
|
289
289
|
challenge?: string | undefined;
|
|
290
290
|
domain?: string | undefined;
|
|
291
291
|
nonce?: string | undefined;
|
|
@@ -293,9 +293,9 @@ export declare const storageRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
293
293
|
} | {
|
|
294
294
|
[x: string]: any;
|
|
295
295
|
type: string;
|
|
296
|
-
created: string;
|
|
297
296
|
proofPurpose: string;
|
|
298
297
|
verificationMethod: string;
|
|
298
|
+
created?: string | undefined;
|
|
299
299
|
challenge?: string | undefined;
|
|
300
300
|
domain?: string | undefined;
|
|
301
301
|
nonce?: string | undefined;
|
|
@@ -451,9 +451,9 @@ export declare const storageRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
451
451
|
proof: {
|
|
452
452
|
[x: string]: any;
|
|
453
453
|
type: string;
|
|
454
|
-
created: string;
|
|
455
454
|
proofPurpose: string;
|
|
456
455
|
verificationMethod: string;
|
|
456
|
+
created?: string | undefined;
|
|
457
457
|
challenge?: string | undefined;
|
|
458
458
|
domain?: string | undefined;
|
|
459
459
|
nonce?: string | undefined;
|
|
@@ -461,9 +461,9 @@ export declare const storageRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
461
461
|
} | {
|
|
462
462
|
[x: string]: any;
|
|
463
463
|
type: string;
|
|
464
|
-
created: string;
|
|
465
464
|
proofPurpose: string;
|
|
466
465
|
verificationMethod: string;
|
|
466
|
+
created?: string | undefined;
|
|
467
467
|
challenge?: string | undefined;
|
|
468
468
|
domain?: string | undefined;
|
|
469
469
|
nonce?: string | undefined;
|
package/dist/routes/user.d.ts
CHANGED
|
@@ -18,9 +18,9 @@ export declare const userRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
18
18
|
proof: {
|
|
19
19
|
[x: string]: any;
|
|
20
20
|
type: string;
|
|
21
|
-
created: string;
|
|
22
21
|
proofPurpose: string;
|
|
23
22
|
verificationMethod: string;
|
|
23
|
+
created?: string | undefined;
|
|
24
24
|
challenge?: string | undefined;
|
|
25
25
|
domain?: string | undefined;
|
|
26
26
|
nonce?: string | undefined;
|
|
@@ -28,9 +28,9 @@ export declare const userRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
28
28
|
} | {
|
|
29
29
|
[x: string]: any;
|
|
30
30
|
type: string;
|
|
31
|
-
created: string;
|
|
32
31
|
proofPurpose: string;
|
|
33
32
|
verificationMethod: string;
|
|
33
|
+
created?: string | undefined;
|
|
34
34
|
challenge?: string | undefined;
|
|
35
35
|
domain?: string | undefined;
|
|
36
36
|
nonce?: string | undefined;
|
|
@@ -97,9 +97,9 @@ export declare const userRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
97
97
|
proof: {
|
|
98
98
|
[x: string]: any;
|
|
99
99
|
type: string;
|
|
100
|
-
created: string;
|
|
101
100
|
proofPurpose: string;
|
|
102
101
|
verificationMethod: string;
|
|
102
|
+
created?: string | undefined;
|
|
103
103
|
challenge?: string | undefined;
|
|
104
104
|
domain?: string | undefined;
|
|
105
105
|
nonce?: string | undefined;
|
|
@@ -107,9 +107,9 @@ export declare const userRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
107
107
|
} | {
|
|
108
108
|
[x: string]: any;
|
|
109
109
|
type: string;
|
|
110
|
-
created: string;
|
|
111
110
|
proofPurpose: string;
|
|
112
111
|
verificationMethod: string;
|
|
112
|
+
created?: string | undefined;
|
|
113
113
|
challenge?: string | undefined;
|
|
114
114
|
domain?: string | undefined;
|
|
115
115
|
nonce?: string | undefined;
|
|
@@ -263,9 +263,9 @@ export declare const userRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
263
263
|
proof: {
|
|
264
264
|
[x: string]: any;
|
|
265
265
|
type: string;
|
|
266
|
-
created: string;
|
|
267
266
|
proofPurpose: string;
|
|
268
267
|
verificationMethod: string;
|
|
268
|
+
created?: string | undefined;
|
|
269
269
|
challenge?: string | undefined;
|
|
270
270
|
domain?: string | undefined;
|
|
271
271
|
nonce?: string | undefined;
|
|
@@ -273,9 +273,9 @@ export declare const userRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
273
273
|
} | {
|
|
274
274
|
[x: string]: any;
|
|
275
275
|
type: string;
|
|
276
|
-
created: string;
|
|
277
276
|
proofPurpose: string;
|
|
278
277
|
verificationMethod: string;
|
|
278
|
+
created?: string | undefined;
|
|
279
279
|
challenge?: string | undefined;
|
|
280
280
|
domain?: string | undefined;
|
|
281
281
|
nonce?: string | undefined;
|
|
@@ -385,9 +385,9 @@ export declare const userRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
385
385
|
proof: {
|
|
386
386
|
[x: string]: any;
|
|
387
387
|
type: string;
|
|
388
|
-
created: string;
|
|
389
388
|
proofPurpose: string;
|
|
390
389
|
verificationMethod: string;
|
|
390
|
+
created?: string | undefined;
|
|
391
391
|
challenge?: string | undefined;
|
|
392
392
|
domain?: string | undefined;
|
|
393
393
|
nonce?: string | undefined;
|
|
@@ -395,9 +395,9 @@ export declare const userRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
395
395
|
} | {
|
|
396
396
|
[x: string]: any;
|
|
397
397
|
type: string;
|
|
398
|
-
created: string;
|
|
399
398
|
proofPurpose: string;
|
|
400
399
|
verificationMethod: string;
|
|
400
|
+
created?: string | undefined;
|
|
401
401
|
challenge?: string | undefined;
|
|
402
402
|
domain?: string | undefined;
|
|
403
403
|
nonce?: string | undefined;
|
|
@@ -464,9 +464,9 @@ export declare const userRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
464
464
|
proof: {
|
|
465
465
|
[x: string]: any;
|
|
466
466
|
type: string;
|
|
467
|
-
created: string;
|
|
468
467
|
proofPurpose: string;
|
|
469
468
|
verificationMethod: string;
|
|
469
|
+
created?: string | undefined;
|
|
470
470
|
challenge?: string | undefined;
|
|
471
471
|
domain?: string | undefined;
|
|
472
472
|
nonce?: string | undefined;
|
|
@@ -474,9 +474,9 @@ export declare const userRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
474
474
|
} | {
|
|
475
475
|
[x: string]: any;
|
|
476
476
|
type: string;
|
|
477
|
-
created: string;
|
|
478
477
|
proofPurpose: string;
|
|
479
478
|
verificationMethod: string;
|
|
479
|
+
created?: string | undefined;
|
|
480
480
|
challenge?: string | undefined;
|
|
481
481
|
domain?: string | undefined;
|
|
482
482
|
nonce?: string | undefined;
|
|
@@ -630,9 +630,9 @@ export declare const userRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
630
630
|
proof: {
|
|
631
631
|
[x: string]: any;
|
|
632
632
|
type: string;
|
|
633
|
-
created: string;
|
|
634
633
|
proofPurpose: string;
|
|
635
634
|
verificationMethod: string;
|
|
635
|
+
created?: string | undefined;
|
|
636
636
|
challenge?: string | undefined;
|
|
637
637
|
domain?: string | undefined;
|
|
638
638
|
nonce?: string | undefined;
|
|
@@ -640,9 +640,9 @@ export declare const userRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
640
640
|
} | {
|
|
641
641
|
[x: string]: any;
|
|
642
642
|
type: string;
|
|
643
|
-
created: string;
|
|
644
643
|
proofPurpose: string;
|
|
645
644
|
verificationMethod: string;
|
|
645
|
+
created?: string | undefined;
|
|
646
646
|
challenge?: string | undefined;
|
|
647
647
|
domain?: string | undefined;
|
|
648
648
|
nonce?: string | undefined;
|
|
@@ -752,9 +752,9 @@ export declare const userRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
752
752
|
proof: {
|
|
753
753
|
[x: string]: any;
|
|
754
754
|
type: string;
|
|
755
|
-
created: string;
|
|
756
755
|
proofPurpose: string;
|
|
757
756
|
verificationMethod: string;
|
|
757
|
+
created?: string | undefined;
|
|
758
758
|
challenge?: string | undefined;
|
|
759
759
|
domain?: string | undefined;
|
|
760
760
|
nonce?: string | undefined;
|
|
@@ -762,9 +762,9 @@ export declare const userRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
762
762
|
} | {
|
|
763
763
|
[x: string]: any;
|
|
764
764
|
type: string;
|
|
765
|
-
created: string;
|
|
766
765
|
proofPurpose: string;
|
|
767
766
|
verificationMethod: string;
|
|
767
|
+
created?: string | undefined;
|
|
768
768
|
challenge?: string | undefined;
|
|
769
769
|
domain?: string | undefined;
|
|
770
770
|
nonce?: string | undefined;
|
|
@@ -831,9 +831,9 @@ export declare const userRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
831
831
|
proof: {
|
|
832
832
|
[x: string]: any;
|
|
833
833
|
type: string;
|
|
834
|
-
created: string;
|
|
835
834
|
proofPurpose: string;
|
|
836
835
|
verificationMethod: string;
|
|
836
|
+
created?: string | undefined;
|
|
837
837
|
challenge?: string | undefined;
|
|
838
838
|
domain?: string | undefined;
|
|
839
839
|
nonce?: string | undefined;
|
|
@@ -841,9 +841,9 @@ export declare const userRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
841
841
|
} | {
|
|
842
842
|
[x: string]: any;
|
|
843
843
|
type: string;
|
|
844
|
-
created: string;
|
|
845
844
|
proofPurpose: string;
|
|
846
845
|
verificationMethod: string;
|
|
846
|
+
created?: string | undefined;
|
|
847
847
|
challenge?: string | undefined;
|
|
848
848
|
domain?: string | undefined;
|
|
849
849
|
nonce?: string | undefined;
|
|
@@ -997,9 +997,9 @@ export declare const userRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
997
997
|
proof: {
|
|
998
998
|
[x: string]: any;
|
|
999
999
|
type: string;
|
|
1000
|
-
created: string;
|
|
1001
1000
|
proofPurpose: string;
|
|
1002
1001
|
verificationMethod: string;
|
|
1002
|
+
created?: string | undefined;
|
|
1003
1003
|
challenge?: string | undefined;
|
|
1004
1004
|
domain?: string | undefined;
|
|
1005
1005
|
nonce?: string | undefined;
|
|
@@ -1007,9 +1007,9 @@ export declare const userRouter: import("@trpc/server").TRPCBuiltRouter<{
|
|
|
1007
1007
|
} | {
|
|
1008
1008
|
[x: string]: any;
|
|
1009
1009
|
type: string;
|
|
1010
|
-
created: string;
|
|
1011
1010
|
proofPurpose: string;
|
|
1012
1011
|
verificationMethod: string;
|
|
1012
|
+
created?: string | undefined;
|
|
1013
1013
|
challenge?: string | undefined;
|
|
1014
1014
|
domain?: string | undefined;
|
|
1015
1015
|
nonce?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@learncard/learn-cloud-service",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.34",
|
|
4
4
|
"description": "",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=24.12 <25"
|
|
@@ -68,19 +68,19 @@
|
|
|
68
68
|
"@fastify/cors": "^11.2.0",
|
|
69
69
|
"@fastify/rate-limit": "^10.2.0",
|
|
70
70
|
"@fastify/static": "^10.1.1",
|
|
71
|
-
"@learncard/core": "9.4.
|
|
72
|
-
"@learncard/crypto-plugin": "1.1.
|
|
73
|
-
"@learncard/did-web-plugin": "1.1.
|
|
74
|
-
"@learncard/didkey-plugin": "1.1.
|
|
75
|
-
"@learncard/didkit-plugin": "^1.
|
|
76
|
-
"@learncard/didkit-plugin-node": "0.
|
|
77
|
-
"@learncard/encryption-plugin": "1.1.
|
|
78
|
-
"@learncard/expiration-plugin": "1.2.
|
|
79
|
-
"@learncard/helpers": "1.
|
|
80
|
-
"@learncard/learn-card-plugin": "1.2.
|
|
81
|
-
"@learncard/types": "5.
|
|
82
|
-
"@learncard/vc-plugin": "1.6.
|
|
83
|
-
"@learncard/vc-templates-plugin": "1.1.
|
|
71
|
+
"@learncard/core": "9.4.36",
|
|
72
|
+
"@learncard/crypto-plugin": "1.1.36",
|
|
73
|
+
"@learncard/did-web-plugin": "1.1.36",
|
|
74
|
+
"@learncard/didkey-plugin": "1.1.36",
|
|
75
|
+
"@learncard/didkit-plugin": "^1.10.1",
|
|
76
|
+
"@learncard/didkit-plugin-node": "0.3.1",
|
|
77
|
+
"@learncard/encryption-plugin": "1.1.36",
|
|
78
|
+
"@learncard/expiration-plugin": "1.2.36",
|
|
79
|
+
"@learncard/helpers": "1.6.0",
|
|
80
|
+
"@learncard/learn-card-plugin": "1.2.36",
|
|
81
|
+
"@learncard/types": "5.21.0",
|
|
82
|
+
"@learncard/vc-plugin": "1.6.2",
|
|
83
|
+
"@learncard/vc-templates-plugin": "1.1.36",
|
|
84
84
|
"@sentry/serverless": "7.61.0",
|
|
85
85
|
"@trpc/server": "11.8.0",
|
|
86
86
|
"@types/lodash": "^4.14.191",
|