feat: update js deps
This commit is contained in:
parent
f055f14a46
commit
6fd79446de
4 changed files with 15883 additions and 1130 deletions
14783
package-lock.json
generated
Normal file
14783
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue