@learncard/vc-plugin 1.5.8 → 1.5.9
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.
|
@@ -103,11 +103,11 @@ export declare const issueCredential: (initLearnCard: VCDependentLearnCard) => (
|
|
|
103
103
|
credentialStatus?: {
|
|
104
104
|
[x: string]: any;
|
|
105
105
|
type: string;
|
|
106
|
-
id
|
|
106
|
+
id?: string | undefined;
|
|
107
107
|
} | {
|
|
108
108
|
[x: string]: any;
|
|
109
109
|
type: string;
|
|
110
|
-
id
|
|
110
|
+
id?: string | undefined;
|
|
111
111
|
}[] | undefined;
|
|
112
112
|
name?: string | undefined;
|
|
113
113
|
description?: string | undefined;
|
|
@@ -116,11 +116,11 @@ export declare const issueCredential: (initLearnCard: VCDependentLearnCard) => (
|
|
|
116
116
|
status?: {
|
|
117
117
|
[x: string]: any;
|
|
118
118
|
type: string;
|
|
119
|
-
id
|
|
119
|
+
id?: string | undefined;
|
|
120
120
|
} | {
|
|
121
121
|
[x: string]: any;
|
|
122
122
|
type: string;
|
|
123
|
-
id
|
|
123
|
+
id?: string | undefined;
|
|
124
124
|
}[] | undefined;
|
|
125
125
|
termsOfUse?: {
|
|
126
126
|
[x: string]: any;
|
|
@@ -129,11 +129,11 @@ export declare const issuePresentation: (initLearnCard: VCDependentLearnCard) =>
|
|
|
129
129
|
credentialStatus?: {
|
|
130
130
|
[x: string]: any;
|
|
131
131
|
type: string;
|
|
132
|
-
id
|
|
132
|
+
id?: string | undefined;
|
|
133
133
|
} | {
|
|
134
134
|
[x: string]: any;
|
|
135
135
|
type: string;
|
|
136
|
-
id
|
|
136
|
+
id?: string | undefined;
|
|
137
137
|
}[] | undefined;
|
|
138
138
|
name?: string | undefined;
|
|
139
139
|
description?: string | undefined;
|
|
@@ -142,11 +142,11 @@ export declare const issuePresentation: (initLearnCard: VCDependentLearnCard) =>
|
|
|
142
142
|
status?: {
|
|
143
143
|
[x: string]: any;
|
|
144
144
|
type: string;
|
|
145
|
-
id
|
|
145
|
+
id?: string | undefined;
|
|
146
146
|
} | {
|
|
147
147
|
[x: string]: any;
|
|
148
148
|
type: string;
|
|
149
|
-
id
|
|
149
|
+
id?: string | undefined;
|
|
150
150
|
}[] | undefined;
|
|
151
151
|
termsOfUse?: {
|
|
152
152
|
[x: string]: any;
|
|
@@ -295,11 +295,11 @@ export declare const issuePresentation: (initLearnCard: VCDependentLearnCard) =>
|
|
|
295
295
|
credentialStatus?: {
|
|
296
296
|
[x: string]: any;
|
|
297
297
|
type: string;
|
|
298
|
-
id
|
|
298
|
+
id?: string | undefined;
|
|
299
299
|
} | {
|
|
300
300
|
[x: string]: any;
|
|
301
301
|
type: string;
|
|
302
|
-
id
|
|
302
|
+
id?: string | undefined;
|
|
303
303
|
}[] | undefined;
|
|
304
304
|
name?: string | undefined;
|
|
305
305
|
description?: string | undefined;
|
|
@@ -308,11 +308,11 @@ export declare const issuePresentation: (initLearnCard: VCDependentLearnCard) =>
|
|
|
308
308
|
status?: {
|
|
309
309
|
[x: string]: any;
|
|
310
310
|
type: string;
|
|
311
|
-
id
|
|
311
|
+
id?: string | undefined;
|
|
312
312
|
} | {
|
|
313
313
|
[x: string]: any;
|
|
314
314
|
type: string;
|
|
315
|
-
id
|
|
315
|
+
id?: string | undefined;
|
|
316
316
|
}[] | undefined;
|
|
317
317
|
termsOfUse?: {
|
|
318
318
|
[x: string]: any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@learncard/vc-plugin",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.9",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
},
|
|
52
52
|
"types": "./dist/index.d.ts",
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@learncard/core": "9.4.
|
|
55
|
-
"@learncard/didkit-plugin": "^1.9.
|
|
56
|
-
"@learncard/types": "5.18.
|
|
54
|
+
"@learncard/core": "9.4.29",
|
|
55
|
+
"@learncard/didkit-plugin": "^1.9.9",
|
|
56
|
+
"@learncard/types": "5.18.1",
|
|
57
57
|
"multiformats": "^11.0.1"
|
|
58
58
|
},
|
|
59
59
|
"sideEffects": false
|