@worldcoin/idkit-core 4.0.3 → 4.0.5
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/dist/idkit_wasm_bg.wasm +0 -0
- package/dist/index.cjs +3 -3
- package/dist/index.js +3 -3
- package/package.json +2 -2
package/dist/idkit_wasm_bg.wasm
CHANGED
|
Binary file
|
package/dist/index.cjs
CHANGED
|
@@ -392,12 +392,12 @@ function hashSignal(signal) {
|
|
|
392
392
|
wasm.__wbindgen_export4(deferred2_0, deferred2_1, 1);
|
|
393
393
|
}
|
|
394
394
|
}
|
|
395
|
-
function __wasm_bindgen_func_elem_599(arg0, arg1) {
|
|
396
|
-
wasm.__wasm_bindgen_func_elem_599(arg0, arg1);
|
|
397
|
-
}
|
|
398
395
|
function __wasm_bindgen_func_elem_962(arg0, arg1, arg2) {
|
|
399
396
|
wasm.__wasm_bindgen_func_elem_962(arg0, arg1, addHeapObject(arg2));
|
|
400
397
|
}
|
|
398
|
+
function __wasm_bindgen_func_elem_599(arg0, arg1) {
|
|
399
|
+
wasm.__wasm_bindgen_func_elem_599(arg0, arg1);
|
|
400
|
+
}
|
|
401
401
|
function __wasm_bindgen_func_elem_1347(arg0, arg1, arg2, arg3) {
|
|
402
402
|
wasm.__wasm_bindgen_func_elem_1347(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
|
|
403
403
|
}
|
package/dist/index.js
CHANGED
|
@@ -389,12 +389,12 @@ function hashSignal(signal) {
|
|
|
389
389
|
wasm.__wbindgen_export4(deferred2_0, deferred2_1, 1);
|
|
390
390
|
}
|
|
391
391
|
}
|
|
392
|
-
function __wasm_bindgen_func_elem_599(arg0, arg1) {
|
|
393
|
-
wasm.__wasm_bindgen_func_elem_599(arg0, arg1);
|
|
394
|
-
}
|
|
395
392
|
function __wasm_bindgen_func_elem_962(arg0, arg1, arg2) {
|
|
396
393
|
wasm.__wasm_bindgen_func_elem_962(arg0, arg1, addHeapObject(arg2));
|
|
397
394
|
}
|
|
395
|
+
function __wasm_bindgen_func_elem_599(arg0, arg1) {
|
|
396
|
+
wasm.__wasm_bindgen_func_elem_599(arg0, arg1);
|
|
397
|
+
}
|
|
398
398
|
function __wasm_bindgen_func_elem_1347(arg0, arg1, arg2, arg3) {
|
|
399
399
|
wasm.__wasm_bindgen_func_elem_1347(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
|
|
400
400
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@worldcoin/idkit-core",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.5",
|
|
4
4
|
"description": "Core IDKit SDK for World ID - Pure TypeScript, no dependencies",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@noble/hashes": "^1.7.2",
|
|
55
|
-
"@worldcoin/idkit-server": "
|
|
55
|
+
"@worldcoin/idkit-server": "1.0.0"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@types/node": "^20.19.30",
|