@privateid/cryptonets-web-sdk
Advanced tools
Comparing version 4.0.2 to 4.0.3
@@ -5,3 +5,3 @@ { | ||
"description": "CryptoNets WebAssembly SDK", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"keywords": [ | ||
@@ -8,0 +8,0 @@ "Face recognition", |
@@ -23,4 +23,4 @@ /* eslint-disable no-eval */ | ||
const ModuleName = 'generic'; | ||
// const cdnUrl = 'https://privid-wasm.devel.privateid.com'; //Devel | ||
const cdnUrl = 'https://privid-wasm.privateid.com'; // Prod | ||
const cdnUrl = 'https://privid-wasm.devel.privateid.com'; //Devel | ||
// const cdnUrl = 'https://privid-wasm.privateid.com'; // Prod | ||
let useCdnLink = false; | ||
@@ -27,0 +27,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
59978242