@worldcoin/idkit-core 1.4.3 → 2.0.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/build/index.cjs +1 -1
- package/build/index.js +1 -1
- package/package.json +1 -1
package/build/index.cjs
CHANGED
|
@@ -163,7 +163,7 @@ var verification_level_to_credential_types = (verification_level) => {
|
|
|
163
163
|
case "device" /* Device */:
|
|
164
164
|
return ["orb" /* Orb */, "device" /* Device */];
|
|
165
165
|
case "document" /* Document */:
|
|
166
|
-
return ["document" /* Document */, "orb" /* Orb */];
|
|
166
|
+
return ["document" /* Document */, "secure_document" /* SecureDocument */, "orb" /* Orb */];
|
|
167
167
|
case "secure_document" /* SecureDocument */:
|
|
168
168
|
return ["secure_document" /* SecureDocument */, "orb" /* Orb */];
|
|
169
169
|
case "orb" /* Orb */:
|
package/build/index.js
CHANGED
|
@@ -99,7 +99,7 @@ var verification_level_to_credential_types = (verification_level) => {
|
|
|
99
99
|
case "device" /* Device */:
|
|
100
100
|
return ["orb" /* Orb */, "device" /* Device */];
|
|
101
101
|
case "document" /* Document */:
|
|
102
|
-
return ["document" /* Document */, "orb" /* Orb */];
|
|
102
|
+
return ["document" /* Document */, "secure_document" /* SecureDocument */, "orb" /* Orb */];
|
|
103
103
|
case "secure_document" /* SecureDocument */:
|
|
104
104
|
return ["secure_document" /* SecureDocument */, "orb" /* Orb */];
|
|
105
105
|
case "orb" /* Orb */:
|