@worldcoin/idkit-core 1.4.0 → 1.4.1
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 +4 -1
package/build/index.cjs
CHANGED
|
@@ -161,7 +161,7 @@ var buffer_decode = (encoded) => {
|
|
|
161
161
|
var verification_level_to_credential_types = (verification_level) => {
|
|
162
162
|
switch (verification_level) {
|
|
163
163
|
case "device" /* Device */:
|
|
164
|
-
return ["orb" /* Orb */, "device" /* Device
|
|
164
|
+
return ["orb" /* Orb */, "device" /* Device */];
|
|
165
165
|
case "document" /* Document */:
|
|
166
166
|
return ["document" /* Document */, "orb" /* Orb */];
|
|
167
167
|
case "secure_document" /* SecureDocument */:
|
package/build/index.js
CHANGED
|
@@ -97,7 +97,7 @@ var buffer_decode = (encoded) => {
|
|
|
97
97
|
var verification_level_to_credential_types = (verification_level) => {
|
|
98
98
|
switch (verification_level) {
|
|
99
99
|
case "device" /* Device */:
|
|
100
|
-
return ["orb" /* Orb */, "device" /* Device
|
|
100
|
+
return ["orb" /* Orb */, "device" /* Device */];
|
|
101
101
|
case "document" /* Document */:
|
|
102
102
|
return ["document" /* Document */, "orb" /* Orb */];
|
|
103
103
|
case "secure_document" /* SecureDocument */:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@worldcoin/idkit-core",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.1",
|
|
4
4
|
"homepage": "https://docs.worldcoin.org/id/idkit",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"private": false,
|
|
@@ -41,6 +41,9 @@
|
|
|
41
41
|
]
|
|
42
42
|
}
|
|
43
43
|
},
|
|
44
|
+
"publishConfig": {
|
|
45
|
+
"access": "public"
|
|
46
|
+
},
|
|
44
47
|
"engines": {
|
|
45
48
|
"node": ">=12.4"
|
|
46
49
|
},
|