feat: update js deps

This commit is contained in:
Aravinth Manivannan 2023-01-08 23:02:49 +05:30
parent f055f14a46
commit 6fd79446de
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
4 changed files with 15883 additions and 1130 deletions

14783
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -32,7 +32,7 @@
"webpack-dev-server": "^4.3.1"
},
"dependencies": {
"@mcaptcha/vanilla-glue": "^0.1.0-alpha-1",
"mcaptcha-browser": "./vendor/pow/"
"@mcaptcha/vanilla-glue": "^0.1.0-alpha-3",
"@mcaptcha/pow-wasm": "0.1.0-alpha-1"
}
}

View File

@ -15,7 +15,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
import { gen_pow } from "mcaptcha-browser";
import { gen_pow } from "@mcaptcha/pow-wasm";
import { Bench } from "./types";
type PoWConfig = {

2224
yarn.lock

File diff suppressed because it is too large Load Diff