smbcloud-cli 0.4.6__tar.gz → 0.4.7__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.6 → smbcloud_cli-0.4.7}/Cargo.lock +14 -14
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/Cargo.toml +9 -9
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/PKG-INFO +1 -1
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/Cargo.toml +1 -1
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-auth/Cargo.toml +1 -1
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-mail/Cargo.toml +1 -1
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-model/Cargo.toml +1 -1
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-network/Cargo.toml +1 -1
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-networking/Cargo.toml +1 -1
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-networking-project/Cargo.toml +1 -1
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-utils/Cargo.toml +1 -1
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/README.md +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/README.md +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/account/cli.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/account/forgot/mod.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/account/lib.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/account/login/mod.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/account/login/process.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/account/logout/mod.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/account/me/mod.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/account/mod.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/account/signup/mod.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/account/signup/process.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/ci.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/cli/mod.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/deploy/config.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/deploy/detect_runner.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/deploy/git.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/deploy/known_hosts.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/deploy/mod.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/deploy/process_deploy.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/deploy/process_deploy_nextjs_ssr.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/deploy/process_deploy_rails.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/deploy/process_deploy_rust.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/deploy/process_deploy_swift.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/deploy/process_deploy_vite_spa.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/deploy/process_migrate.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/deploy/remote_messages.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/deploy/rsync_deploy.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/deploy/setup.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/deploy/setup_create_new_project.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/deploy/setup_project.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/deploy/setup_select_project.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/lib.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/mail/cli.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/mail/current_project.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/mail/process.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/mail/render.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/mail.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/main.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/project/cli.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/project/crud_create.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/project/crud_delete.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/project/crud_read.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/project/crud_update.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/project/deploy_target.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/project/deployment.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/project/mod.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/project/process.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/token/clear_smb_token.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/token/get_smb_token.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/token/is_logged_in.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/token/mod.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/token/smb_token_file_path.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/ui/confirm_dialog.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/ui/deployment_detail_view.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/ui/deployment_table.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/ui/me_view.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/ui/mod.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/ui/project_detail_view.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/ui/project_table.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/ui/prompt.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/cli/src/ui/theme.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-auth/.gitignore +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-auth/README.md +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-auth/src/check_email.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-auth/src/lib.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-auth/src/login.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-auth/src/logout.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-auth/src/me.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-auth/src/oauth/get_account_status.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-auth/src/oauth/get_consent_url.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-auth/src/oauth/get_profile.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-auth/src/oauth/get_token.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-auth/src/oauth/mod.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-auth/src/oauth/provider.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-auth/src/remove.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-auth/src/resend_email_verification.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-auth/src/resend_reset_password_instruction.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-auth/src/reset_password.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-auth/src/signup.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-mail/README.md +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-mail/src/mail_app.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-mail/src/mail_inbox.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-mail/src/mail_message.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-mail/src/request.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-mail/src/smbcloud_mail.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-mail/src/url_builder.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-model/README.md +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-model/src/account.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-model/src/app_auth.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-model/src/deploy_config.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-model/src/deploy_config_update.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-model/src/error_codes.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-model/src/forgot.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-model/src/frontend_app.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-model/src/lib.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-model/src/login.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-model/src/mail.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-model/src/oauth.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-model/src/project.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-model/src/repository.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-model/src/reset_password_response.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-model/src/runner.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-model/src/signup.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-network/README.md +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-network/src/environment.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-network/src/lib.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-network/src/network.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-networking/README.md +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-networking/src/constants.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-networking/src/lib.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-networking/src/smb_client.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-networking-project/README.md +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-networking-project/src/crud_deploy_repo_create.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-networking-project/src/crud_frontend_app_create.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-networking-project/src/crud_frontend_app_deploy_config.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-networking-project/src/crud_frontend_app_read.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-networking-project/src/crud_frontend_app_update_deploy_config.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-networking-project/src/crud_project_create.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-networking-project/src/crud_project_delete.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-networking-project/src/crud_project_deployment_create.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-networking-project/src/crud_project_deployment_read.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-networking-project/src/crud_project_deployment_update.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-networking-project/src/crud_project_read.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-networking-project/src/crud_project_update.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-networking-project/src/lib.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-networking-project/src/url_builder.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-utils/README.md +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-utils/src/config.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-utils/src/lib.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/crates/smbcloud-utils/src/write_config.rs +0 -0
- {smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/pyproject.toml +0 -0
|
@@ -2448,7 +2448,7 @@ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
|
|
|
2448
2448
|
|
|
2449
2449
|
[[package]]
|
|
2450
2450
|
name = "smbcloud-auth"
|
|
2451
|
-
version = "0.4.
|
|
2451
|
+
version = "0.4.7"
|
|
2452
2452
|
dependencies = [
|
|
2453
2453
|
"log",
|
|
2454
2454
|
"reqwest",
|
|
@@ -2463,7 +2463,7 @@ dependencies = [
|
|
|
2463
2463
|
|
|
2464
2464
|
[[package]]
|
|
2465
2465
|
name = "smbcloud-auth-sdk"
|
|
2466
|
-
version = "0.4.
|
|
2466
|
+
version = "0.4.7"
|
|
2467
2467
|
dependencies = [
|
|
2468
2468
|
"base64",
|
|
2469
2469
|
"reqwest",
|
|
@@ -2478,7 +2478,7 @@ dependencies = [
|
|
|
2478
2478
|
|
|
2479
2479
|
[[package]]
|
|
2480
2480
|
name = "smbcloud-auth-sdk-py"
|
|
2481
|
-
version = "0.4.
|
|
2481
|
+
version = "0.4.7"
|
|
2482
2482
|
dependencies = [
|
|
2483
2483
|
"pyo3",
|
|
2484
2484
|
"pythonize",
|
|
@@ -2492,7 +2492,7 @@ dependencies = [
|
|
|
2492
2492
|
|
|
2493
2493
|
[[package]]
|
|
2494
2494
|
name = "smbcloud-auth-sdk-wasm"
|
|
2495
|
-
version = "0.4.
|
|
2495
|
+
version = "0.4.7"
|
|
2496
2496
|
dependencies = [
|
|
2497
2497
|
"serde-wasm-bindgen",
|
|
2498
2498
|
"smbcloud-auth-sdk",
|
|
@@ -2505,7 +2505,7 @@ dependencies = [
|
|
|
2505
2505
|
|
|
2506
2506
|
[[package]]
|
|
2507
2507
|
name = "smbcloud-cli"
|
|
2508
|
-
version = "0.4.
|
|
2508
|
+
version = "0.4.7"
|
|
2509
2509
|
dependencies = [
|
|
2510
2510
|
"anyhow",
|
|
2511
2511
|
"chrono",
|
|
@@ -2548,7 +2548,7 @@ dependencies = [
|
|
|
2548
2548
|
|
|
2549
2549
|
[[package]]
|
|
2550
2550
|
name = "smbcloud-gresiq"
|
|
2551
|
-
version = "0.4.
|
|
2551
|
+
version = "0.4.7"
|
|
2552
2552
|
dependencies = [
|
|
2553
2553
|
"native-tls",
|
|
2554
2554
|
"postgres-native-tls",
|
|
@@ -2562,7 +2562,7 @@ dependencies = [
|
|
|
2562
2562
|
|
|
2563
2563
|
[[package]]
|
|
2564
2564
|
name = "smbcloud-gresiq-sdk"
|
|
2565
|
-
version = "0.4.
|
|
2565
|
+
version = "0.4.7"
|
|
2566
2566
|
dependencies = [
|
|
2567
2567
|
"anyhow",
|
|
2568
2568
|
"log",
|
|
@@ -2576,7 +2576,7 @@ dependencies = [
|
|
|
2576
2576
|
|
|
2577
2577
|
[[package]]
|
|
2578
2578
|
name = "smbcloud-mail"
|
|
2579
|
-
version = "0.4.
|
|
2579
|
+
version = "0.4.7"
|
|
2580
2580
|
dependencies = [
|
|
2581
2581
|
"reqwest",
|
|
2582
2582
|
"serde",
|
|
@@ -2588,7 +2588,7 @@ dependencies = [
|
|
|
2588
2588
|
|
|
2589
2589
|
[[package]]
|
|
2590
2590
|
name = "smbcloud-model"
|
|
2591
|
-
version = "0.4.
|
|
2591
|
+
version = "0.4.7"
|
|
2592
2592
|
dependencies = [
|
|
2593
2593
|
"chrono",
|
|
2594
2594
|
"log",
|
|
@@ -2604,7 +2604,7 @@ dependencies = [
|
|
|
2604
2604
|
|
|
2605
2605
|
[[package]]
|
|
2606
2606
|
name = "smbcloud-network"
|
|
2607
|
-
version = "0.4.
|
|
2607
|
+
version = "0.4.7"
|
|
2608
2608
|
dependencies = [
|
|
2609
2609
|
"clap 4.6.1",
|
|
2610
2610
|
"log",
|
|
@@ -2617,7 +2617,7 @@ dependencies = [
|
|
|
2617
2617
|
|
|
2618
2618
|
[[package]]
|
|
2619
2619
|
name = "smbcloud-networking"
|
|
2620
|
-
version = "0.4.
|
|
2620
|
+
version = "0.4.7"
|
|
2621
2621
|
dependencies = [
|
|
2622
2622
|
"smbcloud-network",
|
|
2623
2623
|
"url-builder",
|
|
@@ -2625,7 +2625,7 @@ dependencies = [
|
|
|
2625
2625
|
|
|
2626
2626
|
[[package]]
|
|
2627
2627
|
name = "smbcloud-networking-project"
|
|
2628
|
-
version = "0.4.
|
|
2628
|
+
version = "0.4.7"
|
|
2629
2629
|
dependencies = [
|
|
2630
2630
|
"anyhow",
|
|
2631
2631
|
"async-trait",
|
|
@@ -2643,11 +2643,11 @@ dependencies = [
|
|
|
2643
2643
|
|
|
2644
2644
|
[[package]]
|
|
2645
2645
|
name = "smbcloud-s6n"
|
|
2646
|
-
version = "0.4.
|
|
2646
|
+
version = "0.4.7"
|
|
2647
2647
|
|
|
2648
2648
|
[[package]]
|
|
2649
2649
|
name = "smbcloud-utils"
|
|
2650
|
-
version = "0.4.
|
|
2650
|
+
version = "0.4.7"
|
|
2651
2651
|
dependencies = [
|
|
2652
2652
|
"anyhow",
|
|
2653
2653
|
"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.7", path = "crates/smbcloud-auth" }
|
|
30
|
+
smbcloud-auth-sdk = { version = "0.4.7", path = "crates/smbcloud-auth-sdk" }
|
|
31
|
+
smbcloud-gresiq-sdk = { version = "0.4.7", path = "crates/smbcloud-gresiq-sdk" }
|
|
32
|
+
smbcloud-mail = { version = "0.4.7", path = "crates/smbcloud-mail" }
|
|
33
|
+
smbcloud-model = { version = "0.4.7", path = "crates/smbcloud-model" }
|
|
34
|
+
smbcloud-network = { version = "0.4.7", path = "crates/smbcloud-network" }
|
|
35
|
+
smbcloud-networking = { version = "0.4.7", path = "crates/smbcloud-networking" }
|
|
36
|
+
smbcloud-networking-project = { version = "0.4.7", path = "crates/smbcloud-networking-project" }
|
|
37
|
+
smbcloud-utils = { version = "0.4.7", 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
|
|
File without changes
|
{smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/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
|
{smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/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
|
{smbcloud_cli-0.4.6 → smbcloud_cli-0.4.7}/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.6 → smbcloud_cli-0.4.7}/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.6 → smbcloud_cli-0.4.7}/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
|