1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-20 09:23:23 +00:00

Automatically load SIMD binary for argon2 (#4921)

This commit is contained in:
Bernd Schoolmann
2023-06-12 20:59:59 +02:00
committed by GitHub
parent 0ab982038c
commit cd85a4c039
4 changed files with 264 additions and 15 deletions

View File

@@ -25,7 +25,8 @@
"docs:json": "compodoc -p ./tsconfig.json -e json -d .",
"storybook": "ng run components:storybook",
"build-storybook": "ng run components:build-storybook",
"build-storybook:ci": "ng run components:build-storybook --webpack-stats-json"
"build-storybook:ci": "ng run components:build-storybook --webpack-stats-json",
"postinstall": "patch-package"
},
"workspaces": [
"apps/*",
@@ -189,6 +190,7 @@
"nord": "0.2.1",
"open": "8.4.2",
"papaparse": "5.4.1",
"patch-package": "6.5.1",
"popper.js": "1.16.1",
"proper-lockfile": "4.1.2",
"qrious": "4.0.2",