diff --git a/pubspec.lock b/pubspec.lock index c5eb280..c3e8a47 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -678,10 +678,10 @@ packages: dependency: "direct main" description: name: fula_client - sha256: ae3a062405c17a2452c18a307a96cdea30cf508d5f2b17494b28af5b440b3297 + sha256: db7227fac33aaf4e4dd1879533ce11eda21327335b7d8ac1d21c6d5ee465161d url: "https://pub.dev" source: hosted - version: "0.6.11" + version: "0.6.12" get_it: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index c8f96fe..fc9708f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -27,7 +27,7 @@ dependencies: google_sign_in_web: ^1.0.0 # Storage & Files (with Encryption) - fula_client: ^0.6.11 + fula_client: ^0.6.12 path_provider: ^2.1.5 file_picker: ^10.3.7 open_filex: ^4.6.0 diff --git a/web/pkg/VERSION b/web/pkg/VERSION index 45a346d..592e815 100644 --- a/web/pkg/VERSION +++ b/web/pkg/VERSION @@ -1 +1 @@ -0.6.11 +0.6.12 diff --git a/web/pkg/fula_flutter.js b/web/pkg/fula_flutter.js index ca43ead..3f32783 100644 --- a/web/pkg/fula_flutter.js +++ b/web/pkg/fula_flutter.js @@ -230,20 +230,20 @@ let wasm_bindgen; let WASM_VECTOR_LEN = 0; - function wasm_bindgen__convert__closures_____invoke__h125d5060f3bccfeb(arg0, arg1) { - wasm.wasm_bindgen__convert__closures_____invoke__h125d5060f3bccfeb(arg0, arg1); - } - - function wasm_bindgen__convert__closures_____invoke__h156dc1696d09afb9(arg0, arg1, arg2) { - wasm.wasm_bindgen__convert__closures_____invoke__h156dc1696d09afb9(arg0, arg1, arg2); + function wasm_bindgen__convert__closures_____invoke__h89b57d53ed7c2005(arg0, arg1, arg2) { + wasm.wasm_bindgen__convert__closures_____invoke__h89b57d53ed7c2005(arg0, arg1, arg2); } function wasm_bindgen__convert__closures_____invoke__h517c9bfd8b0e7441(arg0, arg1) { wasm.wasm_bindgen__convert__closures_____invoke__h517c9bfd8b0e7441(arg0, arg1); } - function wasm_bindgen__convert__closures_____invoke__h89b57d53ed7c2005(arg0, arg1, arg2) { - wasm.wasm_bindgen__convert__closures_____invoke__h89b57d53ed7c2005(arg0, arg1, arg2); + function wasm_bindgen__convert__closures_____invoke__h156dc1696d09afb9(arg0, arg1, arg2) { + wasm.wasm_bindgen__convert__closures_____invoke__h156dc1696d09afb9(arg0, arg1, arg2); + } + + function wasm_bindgen__convert__closures_____invoke__h125d5060f3bccfeb(arg0, arg1) { + wasm.wasm_bindgen__convert__closures_____invoke__h125d5060f3bccfeb(arg0, arg1); } const __wbindgen_enum_RequestCache = ["default", "no-store", "reload", "no-cache", "force-cache", "only-if-cached"]; diff --git a/web/pkg/fula_flutter_bg.wasm b/web/pkg/fula_flutter_bg.wasm index 2505e38..f586bb9 100644 Binary files a/web/pkg/fula_flutter_bg.wasm and b/web/pkg/fula_flutter_bg.wasm differ