smbcloud-cli 0.4.3__tar.gz → 0.4.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/Cargo.lock +15 -15
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/Cargo.toml +9 -9
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/PKG-INFO +1 -1
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/Cargo.toml +1 -1
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-auth/Cargo.toml +1 -1
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-mail/Cargo.toml +1 -1
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-model/Cargo.toml +1 -1
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-network/Cargo.toml +1 -1
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-networking/Cargo.toml +1 -1
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-networking-project/Cargo.toml +1 -1
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-utils/Cargo.toml +1 -1
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/README.md +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/README.md +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/account/cli.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/account/forgot/mod.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/account/lib.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/account/login/mod.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/account/login/process.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/account/logout/mod.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/account/me/mod.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/account/mod.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/account/signup/mod.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/account/signup/process.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/cli/mod.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/deploy/config.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/deploy/detect_runner.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/deploy/git.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/deploy/known_hosts.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/deploy/mod.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/deploy/process_deploy.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/deploy/process_deploy_nextjs_ssr.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/deploy/process_deploy_rails.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/deploy/process_deploy_rust.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/deploy/process_deploy_swift.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/deploy/process_deploy_vite_spa.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/deploy/process_migrate.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/deploy/remote_messages.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/deploy/rsync_deploy.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/deploy/setup.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/deploy/setup_create_new_project.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/deploy/setup_project.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/deploy/setup_select_project.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/lib.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/mail/cli.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/mail/current_project.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/mail/process.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/mail/render.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/mail.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/main.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/project/cli.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/project/crud_create.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/project/crud_delete.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/project/crud_read.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/project/crud_update.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/project/deploy_target.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/project/deployment.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/project/mod.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/project/process.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/token/clear_smb_token.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/token/get_smb_token.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/token/is_logged_in.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/token/mod.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/token/smb_token_file_path.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/ui/confirm_dialog.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/ui/deployment_detail_view.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/ui/deployment_table.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/ui/me_view.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/ui/mod.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/ui/project_detail_view.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/ui/project_table.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/ui/theme.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-auth/.gitignore +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-auth/README.md +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-auth/src/apple.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-auth/src/check_email.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-auth/src/client_credentials.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-auth/src/lib.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-auth/src/login.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-auth/src/logout.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-auth/src/me.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-auth/src/oauth/get_account_status.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-auth/src/oauth/get_consent_url.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-auth/src/oauth/get_profile.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-auth/src/oauth/get_token.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-auth/src/oauth/mod.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-auth/src/oauth/provider.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-auth/src/oidc.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-auth/src/remove.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-auth/src/resend_email_verification.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-auth/src/resend_reset_password_instruction.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-auth/src/reset_password.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-auth/src/signup.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-mail/README.md +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-mail/src/mail_app.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-mail/src/mail_inbox.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-mail/src/mail_message.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-mail/src/request.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-mail/src/smbcloud_mail.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-mail/src/url_builder.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-model/README.md +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-model/src/account.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-model/src/app_auth.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-model/src/deploy_config.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-model/src/deploy_config_update.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-model/src/error_codes.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-model/src/forgot.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-model/src/frontend_app.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-model/src/lib.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-model/src/login.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-model/src/mail.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-model/src/oauth.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-model/src/project.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-model/src/repository.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-model/src/reset_password_response.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-model/src/runner.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-model/src/signup.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-network/README.md +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-network/src/environment.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-network/src/lib.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-network/src/network.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-networking/README.md +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-networking/src/constants.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-networking/src/lib.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-networking/src/smb_client.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-networking-project/README.md +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-networking-project/src/crud_deploy_repo_create.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-networking-project/src/crud_frontend_app_create.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-networking-project/src/crud_frontend_app_deploy_config.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-networking-project/src/crud_frontend_app_read.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-networking-project/src/crud_frontend_app_update_deploy_config.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-networking-project/src/crud_project_create.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-networking-project/src/crud_project_delete.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-networking-project/src/crud_project_deployment_create.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-networking-project/src/crud_project_deployment_read.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-networking-project/src/crud_project_deployment_update.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-networking-project/src/crud_project_read.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-networking-project/src/crud_project_update.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-networking-project/src/lib.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-networking-project/src/url_builder.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-utils/README.md +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-utils/src/config.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-utils/src/lib.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-utils/src/write_config.rs +0 -0
- {smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/pyproject.toml +0 -0
|
@@ -2637,7 +2637,7 @@ checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c"
|
|
|
2637
2637
|
|
|
2638
2638
|
[[package]]
|
|
2639
2639
|
name = "smbcloud-auth"
|
|
2640
|
-
version = "0.4.
|
|
2640
|
+
version = "0.4.5"
|
|
2641
2641
|
dependencies = [
|
|
2642
2642
|
"log",
|
|
2643
2643
|
"reqwest",
|
|
@@ -2652,7 +2652,7 @@ dependencies = [
|
|
|
2652
2652
|
|
|
2653
2653
|
[[package]]
|
|
2654
2654
|
name = "smbcloud-auth-sdk"
|
|
2655
|
-
version = "0.4.
|
|
2655
|
+
version = "0.4.5"
|
|
2656
2656
|
dependencies = [
|
|
2657
2657
|
"base64",
|
|
2658
2658
|
"reqwest",
|
|
@@ -2667,7 +2667,7 @@ dependencies = [
|
|
|
2667
2667
|
|
|
2668
2668
|
[[package]]
|
|
2669
2669
|
name = "smbcloud-auth-sdk-apple"
|
|
2670
|
-
version = "0.4.
|
|
2670
|
+
version = "0.4.5"
|
|
2671
2671
|
dependencies = [
|
|
2672
2672
|
"smbcloud-auth-sdk",
|
|
2673
2673
|
"smbcloud-model",
|
|
@@ -2678,7 +2678,7 @@ dependencies = [
|
|
|
2678
2678
|
|
|
2679
2679
|
[[package]]
|
|
2680
2680
|
name = "smbcloud-auth-sdk-py"
|
|
2681
|
-
version = "0.4.
|
|
2681
|
+
version = "0.4.5"
|
|
2682
2682
|
dependencies = [
|
|
2683
2683
|
"pyo3",
|
|
2684
2684
|
"pythonize",
|
|
@@ -2692,7 +2692,7 @@ dependencies = [
|
|
|
2692
2692
|
|
|
2693
2693
|
[[package]]
|
|
2694
2694
|
name = "smbcloud-auth-sdk-wasm"
|
|
2695
|
-
version = "0.4.
|
|
2695
|
+
version = "0.4.5"
|
|
2696
2696
|
dependencies = [
|
|
2697
2697
|
"serde-wasm-bindgen",
|
|
2698
2698
|
"smbcloud-auth-sdk",
|
|
@@ -2705,7 +2705,7 @@ dependencies = [
|
|
|
2705
2705
|
|
|
2706
2706
|
[[package]]
|
|
2707
2707
|
name = "smbcloud-cli"
|
|
2708
|
-
version = "0.4.
|
|
2708
|
+
version = "0.4.5"
|
|
2709
2709
|
dependencies = [
|
|
2710
2710
|
"anyhow",
|
|
2711
2711
|
"chrono",
|
|
@@ -2748,7 +2748,7 @@ dependencies = [
|
|
|
2748
2748
|
|
|
2749
2749
|
[[package]]
|
|
2750
2750
|
name = "smbcloud-gresiq"
|
|
2751
|
-
version = "0.4.
|
|
2751
|
+
version = "0.4.5"
|
|
2752
2752
|
dependencies = [
|
|
2753
2753
|
"native-tls",
|
|
2754
2754
|
"postgres-native-tls",
|
|
@@ -2762,7 +2762,7 @@ dependencies = [
|
|
|
2762
2762
|
|
|
2763
2763
|
[[package]]
|
|
2764
2764
|
name = "smbcloud-gresiq-sdk"
|
|
2765
|
-
version = "0.4.
|
|
2765
|
+
version = "0.4.5"
|
|
2766
2766
|
dependencies = [
|
|
2767
2767
|
"anyhow",
|
|
2768
2768
|
"log",
|
|
@@ -2776,7 +2776,7 @@ dependencies = [
|
|
|
2776
2776
|
|
|
2777
2777
|
[[package]]
|
|
2778
2778
|
name = "smbcloud-mail"
|
|
2779
|
-
version = "0.4.
|
|
2779
|
+
version = "0.4.5"
|
|
2780
2780
|
dependencies = [
|
|
2781
2781
|
"reqwest",
|
|
2782
2782
|
"serde",
|
|
@@ -2788,7 +2788,7 @@ dependencies = [
|
|
|
2788
2788
|
|
|
2789
2789
|
[[package]]
|
|
2790
2790
|
name = "smbcloud-model"
|
|
2791
|
-
version = "0.4.
|
|
2791
|
+
version = "0.4.5"
|
|
2792
2792
|
dependencies = [
|
|
2793
2793
|
"chrono",
|
|
2794
2794
|
"log",
|
|
@@ -2804,7 +2804,7 @@ dependencies = [
|
|
|
2804
2804
|
|
|
2805
2805
|
[[package]]
|
|
2806
2806
|
name = "smbcloud-network"
|
|
2807
|
-
version = "0.4.
|
|
2807
|
+
version = "0.4.5"
|
|
2808
2808
|
dependencies = [
|
|
2809
2809
|
"clap 4.6.1",
|
|
2810
2810
|
"log",
|
|
@@ -2817,7 +2817,7 @@ dependencies = [
|
|
|
2817
2817
|
|
|
2818
2818
|
[[package]]
|
|
2819
2819
|
name = "smbcloud-networking"
|
|
2820
|
-
version = "0.4.
|
|
2820
|
+
version = "0.4.5"
|
|
2821
2821
|
dependencies = [
|
|
2822
2822
|
"smbcloud-network",
|
|
2823
2823
|
"url-builder",
|
|
@@ -2825,7 +2825,7 @@ dependencies = [
|
|
|
2825
2825
|
|
|
2826
2826
|
[[package]]
|
|
2827
2827
|
name = "smbcloud-networking-project"
|
|
2828
|
-
version = "0.4.
|
|
2828
|
+
version = "0.4.5"
|
|
2829
2829
|
dependencies = [
|
|
2830
2830
|
"anyhow",
|
|
2831
2831
|
"async-trait",
|
|
@@ -2843,11 +2843,11 @@ dependencies = [
|
|
|
2843
2843
|
|
|
2844
2844
|
[[package]]
|
|
2845
2845
|
name = "smbcloud-s6n"
|
|
2846
|
-
version = "0.4.
|
|
2846
|
+
version = "0.4.5"
|
|
2847
2847
|
|
|
2848
2848
|
[[package]]
|
|
2849
2849
|
name = "smbcloud-utils"
|
|
2850
|
-
version = "0.4.
|
|
2850
|
+
version = "0.4.5"
|
|
2851
2851
|
dependencies = [
|
|
2852
2852
|
"anyhow",
|
|
2853
2853
|
"dirs",
|
|
@@ -26,15 +26,15 @@ reqwest = { version = "0.12.18", default-features = false }
|
|
|
26
26
|
serde = "1"
|
|
27
27
|
serde_json = "1.0.82"
|
|
28
28
|
serde_repr = "0.1"
|
|
29
|
-
smbcloud-auth = { version = "0.4.
|
|
30
|
-
smbcloud-auth-sdk = { version = "0.4.
|
|
31
|
-
smbcloud-gresiq-sdk = { version = "0.4.
|
|
32
|
-
smbcloud-mail = { version = "0.4.
|
|
33
|
-
smbcloud-model = { version = "0.4.
|
|
34
|
-
smbcloud-network = { version = "0.4.
|
|
35
|
-
smbcloud-networking = { version = "0.4.
|
|
36
|
-
smbcloud-networking-project = { version = "0.4.
|
|
37
|
-
smbcloud-utils = { version = "0.4.
|
|
29
|
+
smbcloud-auth = { version = "0.4.5", path = "crates/smbcloud-auth" }
|
|
30
|
+
smbcloud-auth-sdk = { version = "0.4.5", path = "crates/smbcloud-auth-sdk" }
|
|
31
|
+
smbcloud-gresiq-sdk = { version = "0.4.5", path = "crates/smbcloud-gresiq-sdk" }
|
|
32
|
+
smbcloud-mail = { version = "0.4.5", path = "crates/smbcloud-mail" }
|
|
33
|
+
smbcloud-model = { version = "0.4.5", path = "crates/smbcloud-model" }
|
|
34
|
+
smbcloud-network = { version = "0.4.5", path = "crates/smbcloud-network" }
|
|
35
|
+
smbcloud-networking = { version = "0.4.5", path = "crates/smbcloud-networking" }
|
|
36
|
+
smbcloud-networking-project = { version = "0.4.5", path = "crates/smbcloud-networking-project" }
|
|
37
|
+
smbcloud-utils = { version = "0.4.5", path = "crates/smbcloud-utils" }
|
|
38
38
|
spinners = "4.1.0"
|
|
39
39
|
strum = "0.27"
|
|
40
40
|
strum_macros = "0.27"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/cli/src/deploy/process_deploy_nextjs_ssr.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-auth/src/oauth/get_account_status.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-auth/src/resend_email_verification.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-model/src/reset_password_response.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smbcloud_cli-0.4.3 → smbcloud_cli-0.4.5}/crates/smbcloud-networking-project/src/url_builder.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|