@protontech/pass-rust-core
Advanced tools
Comparing version 0.5.0 to 0.5.1
{ | ||
"name": "@protontech/pass-rust-core", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"files": [ | ||
@@ -5,0 +5,0 @@ "proton_pass_web_bg.wasm", |
@@ -90,3 +90,3 @@ /* tslint:disable */ | ||
export type WasmPasswordScore = "Weak" | "Strong" | "Invulnerable"; | ||
export type WasmPasswordScore = "Vulnerable" | "Weak" | "Strong"; | ||
Sorry, the diff of this file is not supported yet
1454570