refactor: migrate extension to React and update build configuration
This commit is contained in:
		| @@ -11,7 +11,7 @@ tokio = { version = "1.37", features = ["rt", "macros"] } | ||||
| async-trait = "0.1" | ||||
|  | ||||
| getrandom = { version = "0.3", features = ["wasm_js"] } | ||||
| wasm-bindgen = { version = "0.2", features = ["serde-serialize"] } | ||||
| wasm-bindgen = { version = "0.2.92", features = ["serde-serialize"] } | ||||
| wasm-bindgen-futures = "0.4" | ||||
| thiserror = "1" | ||||
|  | ||||
| @@ -27,6 +27,7 @@ getrandom = { version = "0.3", features = ["wasm_js"] } | ||||
| getrandom_02 = { package = "getrandom", version = "0.2.16", features = ["js"] } | ||||
| idb = { version = "0.6" } | ||||
| wasm-bindgen-test = "0.3" | ||||
| wasm-bindgen = { version = "0.2.92", features = ["serde-serialize"] } | ||||
|  | ||||
| [features] | ||||
| default = [] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user