diff --git a/Cargo.lock b/Cargo.lock index 62091003..f3c90c8d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2004,11 +2004,11 @@ dependencies = [ [[package]] name = "pulumi-wasm-parent" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-a4aad5a" [[package]] name = "pulumi_wasm" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-a4aad5a" dependencies = [ "anyhow", "bitflags 2.6.0", @@ -2028,7 +2028,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_common" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-a4aad5a" dependencies = [ "log", "pulumi_wasm_wit", @@ -2037,7 +2037,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_core" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-a4aad5a" dependencies = [ "anyhow", "lazy_static", @@ -2053,7 +2053,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_docker" -version = "4.5.3-0.0.0-DEV" +version = "4.5.3-0.0.0-NIGHTLY-a4aad5a" dependencies = [ "automod", "pulumi_wasm_rust", @@ -2063,7 +2063,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_docker_provider" -version = "4.5.3-0.0.0-DEV" +version = "4.5.3-0.0.0-NIGHTLY-a4aad5a" dependencies = [ "pulumi_wasm_common", "wit-bindgen-rt", @@ -2071,7 +2071,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_example_dependencies" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-a4aad5a" dependencies = [ "anyhow", "assert_cmd", @@ -2083,7 +2083,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_example_docker" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-a4aad5a" dependencies = [ "anyhow", "assert_cmd", @@ -2095,7 +2095,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_example_multiple_providers" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-a4aad5a" dependencies = [ "anyhow", "assert_cmd", @@ -2108,7 +2108,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_example_simple" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-a4aad5a" dependencies = [ "anyhow", "assert_cmd", @@ -2120,7 +2120,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_generator" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-a4aad5a" dependencies = [ "anyhow", "clap", @@ -2129,7 +2129,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_generator_lib" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-a4aad5a" dependencies = [ "anyhow", "assert_cmd", @@ -2144,7 +2144,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_proto" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-a4aad5a" dependencies = [ "mockall", "prost", @@ -2155,7 +2155,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_random" -version = "4.15.0-0.0.0-DEV" +version = "4.15.0-0.0.0-NIGHTLY-a4aad5a" dependencies = [ "automod", "pulumi_wasm_rust", @@ -2165,7 +2165,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_random_provider" -version = "4.15.0-0.0.0-DEV" +version = "4.15.0-0.0.0-NIGHTLY-a4aad5a" dependencies = [ "pulumi_wasm_common", "wit-bindgen-rt", @@ -2173,7 +2173,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_runner" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-a4aad5a" dependencies = [ "anyhow", "async-trait", @@ -2201,7 +2201,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_rust" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-a4aad5a" dependencies = [ "anyhow", "bitflags 2.6.0", @@ -2221,7 +2221,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_rust_macro" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-a4aad5a" dependencies = [ "proc-macro2", "quote", @@ -2230,7 +2230,7 @@ dependencies = [ [[package]] name = "pulumi_wasm_wit" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-a4aad5a" dependencies = [ "wasmtime", "wit-bindgen", @@ -2330,7 +2330,7 @@ dependencies = [ [[package]] name = "regenerate_providers" -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-a4aad5a" [[package]] name = "regex" diff --git a/Cargo.toml b/Cargo.toml index ebb20dce..b967e8c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,20 +32,20 @@ members = [ ] [workspace.package] -version = "0.0.0-DEV" +version = "0.0.0-NIGHTLY-a4aad5a" edition = "2021" repository = "https://github.com/andrzejressel/pulumi-wasm" [workspace.dependencies] -pulumi_wasm_core = { version = "=0.0.0-DEV", path = "pulumi_wasm_core", registry = "cloudsmith" } -pulumi_wasm_docker = { version = "=4.5.3-0.0.0-DEV", path = "providers/pulumi_wasm_provider_docker_rust", registry = "cloudsmith" } -pulumi_wasm_generator_lib = { version = "=0.0.0-DEV", path = "pulumi_wasm_generator_lib", registry = "cloudsmith" } -pulumi_wasm_random = { version = "=4.15.0-0.0.0-DEV", path = "providers/pulumi_wasm_provider_random_rust", registry = "cloudsmith" } -pulumi_wasm_rust = { version = "=0.0.0-DEV", path = "pulumi_wasm_rust", registry = "cloudsmith" } -pulumi_wasm_rust_macro = { version = "=0.0.0-DEV", path = "pulumi_wasm_rust_macro", registry = "cloudsmith" } -pulumi_wasm_common = { version = "=0.0.0-DEV", path = "pulumi_wasm_common", registry = "cloudsmith" } -pulumi_wasm_proto = { version = "=0.0.0-DEV", path = "pulumi_wasm_proto", registry = "cloudsmith" } -pulumi_wasm_wit = { version = "=0.0.0-DEV", path = "pulumi_wasm_wit", registry = "cloudsmith" } +pulumi_wasm_core = { version = "=0.0.0-NIGHTLY-a4aad5a", path = "pulumi_wasm_core", registry = "cloudsmith" } +pulumi_wasm_docker = { version = "=4.5.3-0.0.0-NIGHTLY-a4aad5a", path = "providers/pulumi_wasm_provider_docker_rust", registry = "cloudsmith" } +pulumi_wasm_generator_lib = { version = "=0.0.0-NIGHTLY-a4aad5a", path = "pulumi_wasm_generator_lib", registry = "cloudsmith" } +pulumi_wasm_random = { version = "=4.15.0-0.0.0-NIGHTLY-a4aad5a", path = "providers/pulumi_wasm_provider_random_rust", registry = "cloudsmith" } +pulumi_wasm_rust = { version = "=0.0.0-NIGHTLY-a4aad5a", path = "pulumi_wasm_rust", registry = "cloudsmith" } +pulumi_wasm_rust_macro = { version = "=0.0.0-NIGHTLY-a4aad5a", path = "pulumi_wasm_rust_macro", registry = "cloudsmith" } +pulumi_wasm_common = { version = "=0.0.0-NIGHTLY-a4aad5a", path = "pulumi_wasm_common", registry = "cloudsmith" } +pulumi_wasm_proto = { version = "=0.0.0-NIGHTLY-a4aad5a", path = "pulumi_wasm_proto", registry = "cloudsmith" } +pulumi_wasm_wit = { version = "=0.0.0-NIGHTLY-a4aad5a", path = "pulumi_wasm_wit", registry = "cloudsmith" } anyhow = "1.0.82" prost = "0.13.1" diff --git a/providers/pulumi_wasm_provider_docker/Cargo.toml b/providers/pulumi_wasm_provider_docker/Cargo.toml index 6670936e..afa359b3 100644 --- a/providers/pulumi_wasm_provider_docker/Cargo.toml +++ b/providers/pulumi_wasm_provider_docker/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pulumi_wasm_docker_provider" -version = "4.5.3-0.0.0-DEV" +version = "4.5.3-0.0.0-NIGHTLY-a4aad5a" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/providers/pulumi_wasm_provider_docker/src/bindings.rs b/providers/pulumi_wasm_provider_docker/src/bindings.rs index 2b83b704..1fbe5879 100644 --- a/providers/pulumi_wasm_provider_docker/src/bindings.rs +++ b/providers/pulumi_wasm_provider_docker/src/bindings.rs @@ -47,7 +47,7 @@ pub mod component { #[cfg(target_arch = "wasm32")] { #[link( - wasm_import_module = "component:pulumi-wasm/output-interface@0.0.0-DEV" + wasm_import_module = "component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a" )] extern "C" { #[link_name = "[resource-drop]output"] @@ -69,7 +69,7 @@ pub mod component { #[cfg(target_arch = "wasm32")] #[link( - wasm_import_module = "component:pulumi-wasm/output-interface@0.0.0-DEV" + wasm_import_module = "component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a" )] extern "C" { #[link_name = "[constructor]output"] @@ -95,7 +95,7 @@ pub mod component { #[cfg(target_arch = "wasm32")] #[link( - wasm_import_module = "component:pulumi-wasm/output-interface@0.0.0-DEV" + wasm_import_module = "component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a" )] extern "C" { #[link_name = "[method]output.map"] @@ -117,7 +117,7 @@ pub mod component { unsafe { #[cfg(target_arch = "wasm32")] #[link( - wasm_import_module = "component:pulumi-wasm/output-interface@0.0.0-DEV" + wasm_import_module = "component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a" )] extern "C" { #[link_name = "[method]output.duplicate"] @@ -158,7 +158,9 @@ pub mod component { } #[cfg(target_arch = "wasm32")] - #[link(wasm_import_module = "component:pulumi-wasm/output-interface@0.0.0-DEV")] + #[link( + wasm_import_module = "component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a" + )] extern "C" { #[link_name = "combine"] fn wit_import(_: *mut u8, _: usize) -> i32; @@ -322,7 +324,7 @@ pub mod component { let ptr9 = ret_area.0.as_mut_ptr().cast::(); #[cfg(target_arch = "wasm32")] #[link( - wasm_import_module = "component:pulumi-wasm/register-interface@0.0.0-DEV" + wasm_import_module = "component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-a4aad5a" )] extern "C" { #[link_name = "register"] @@ -1223,17 +1225,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_docker_container_4_5_3_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_docker_container_4_5_3_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:docker/container@4.5.3-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:docker/container@4.5.3-ZERO.ZERO.ZERO-NIGHTLY-aFOURaadFIVEa#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_docker_container_4_5_3_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_docker_container_4_5_3_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 264]); static mut _RET_AREA: _RetArea = @@ -1359,17 +1361,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_docker_image_4_5_3_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_docker_image_4_5_3_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:docker/image@4.5.3-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:docker/image@4.5.3-ZERO.ZERO.ZERO-NIGHTLY-aFOURaadFIVEa#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_docker_image_4_5_3_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_docker_image_4_5_3_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 28]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 28]); @@ -1574,17 +1576,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_docker_network_4_5_3_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_docker_network_4_5_3_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:docker/network@4.5.3-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:docker/network@4.5.3-ZERO.ZERO.ZERO-NIGHTLY-aFOURaadFIVEa#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,arg7: i32,arg8: i32,arg9: i32,arg10: i32,arg11: i32,arg12: i32,arg13: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_docker_network_4_5_3_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_docker_network_4_5_3_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 52]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 52]); @@ -1753,17 +1755,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_docker_plugin_4_5_3_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_docker_plugin_4_5_3_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:docker/plugin@4.5.3-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:docker/plugin@4.5.3-ZERO.ZERO.ZERO-NIGHTLY-aFOURaadFIVEa#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,arg7: i32,arg8: i32,arg9: i32,arg10: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_docker_plugin_4_5_3_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_docker_plugin_4_5_3_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 40]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 40]); @@ -1872,17 +1874,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_docker_registry_image_4_5_3_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_docker_registry_image_4_5_3_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:docker/registry-image@4.5.3-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:docker/registry-image@4.5.3-ZERO.ZERO.ZERO-NIGHTLY-aFOURaadFIVEa#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_docker_registry_image_4_5_3_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_docker_registry_image_4_5_3_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 20]); @@ -2031,17 +2033,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_docker_remote_image_4_5_3_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_docker_remote_image_4_5_3_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:docker/remote-image@4.5.3-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:docker/remote-image@4.5.3-ZERO.ZERO.ZERO-NIGHTLY-aFOURaadFIVEa#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,arg7: i32,arg8: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_docker_remote_image_4_5_3_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_docker_remote_image_4_5_3_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 36]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 36]); @@ -2134,17 +2136,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_docker_secret_4_5_3_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_docker_secret_4_5_3_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:docker/secret@4.5.3-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:docker/secret@4.5.3-ZERO.ZERO.ZERO-NIGHTLY-aFOURaadFIVEa#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_docker_secret_4_5_3_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_docker_secret_4_5_3_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 12]); @@ -2309,17 +2311,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_docker_service_4_5_3_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_docker_service_4_5_3_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:docker/service@4.5.3-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:docker/service@4.5.3-ZERO.ZERO.ZERO-NIGHTLY-aFOURaadFIVEa#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,arg7: i32,arg8: i32,arg9: i32,arg10: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_docker_service_4_5_3_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_docker_service_4_5_3_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 36]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 36]); @@ -2400,17 +2402,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_docker_service_config_4_5_3_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_docker_service_config_4_5_3_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:docker/service-config@4.5.3-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:docker/service-config@4.5.3-ZERO.ZERO.ZERO-NIGHTLY-aFOURaadFIVEa#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_docker_service_config_4_5_3_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_docker_service_config_4_5_3_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 8]); @@ -2495,17 +2497,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_docker_tag_4_5_3_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_docker_tag_4_5_3_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:docker/tag@4.5.3-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:docker/tag@4.5.3-ZERO.ZERO.ZERO-NIGHTLY-aFOURaadFIVEa#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_docker_tag_4_5_3_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_docker_tag_4_5_3_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 12]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 12]); @@ -2614,17 +2616,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_docker_volume_4_5_3_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_docker_volume_4_5_3_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:docker/volume@4.5.3-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:docker/volume@4.5.3-ZERO.ZERO.ZERO-NIGHTLY-aFOURaadFIVEa#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_docker_volume_4_5_3_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_docker_volume_4_5_3_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 20]); @@ -2775,17 +2777,17 @@ mod _rt { macro_rules! __export_docker_pulumi_impl { ($ty:ident) => (self::export!($ty with_types_in self);); ($ty:ident with_types_in $($path_to_types_root:tt)*) => ( - $($path_to_types_root)*::exports::pulumi::docker::container::__export_pulumi_docker_container_4_5_3_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::docker::container); - $($path_to_types_root)*::exports::pulumi::docker::image::__export_pulumi_docker_image_4_5_3_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::docker::image); - $($path_to_types_root)*::exports::pulumi::docker::network::__export_pulumi_docker_network_4_5_3_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::docker::network); - $($path_to_types_root)*::exports::pulumi::docker::plugin::__export_pulumi_docker_plugin_4_5_3_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::docker::plugin); - $($path_to_types_root)*::exports::pulumi::docker::registry_image::__export_pulumi_docker_registry_image_4_5_3_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::docker::registry_image); - $($path_to_types_root)*::exports::pulumi::docker::remote_image::__export_pulumi_docker_remote_image_4_5_3_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::docker::remote_image); - $($path_to_types_root)*::exports::pulumi::docker::secret::__export_pulumi_docker_secret_4_5_3_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::docker::secret); - $($path_to_types_root)*::exports::pulumi::docker::service::__export_pulumi_docker_service_4_5_3_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::docker::service); - $($path_to_types_root)*::exports::pulumi::docker::service_config::__export_pulumi_docker_service_config_4_5_3_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::docker::service_config); - $($path_to_types_root)*::exports::pulumi::docker::tag::__export_pulumi_docker_tag_4_5_3_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::docker::tag); - $($path_to_types_root)*::exports::pulumi::docker::volume::__export_pulumi_docker_volume_4_5_3_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::docker::volume); + $($path_to_types_root)*::exports::pulumi::docker::container::__export_pulumi_docker_container_4_5_3_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::docker::container); + $($path_to_types_root)*::exports::pulumi::docker::image::__export_pulumi_docker_image_4_5_3_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::docker::image); + $($path_to_types_root)*::exports::pulumi::docker::network::__export_pulumi_docker_network_4_5_3_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::docker::network); + $($path_to_types_root)*::exports::pulumi::docker::plugin::__export_pulumi_docker_plugin_4_5_3_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::docker::plugin); + $($path_to_types_root)*::exports::pulumi::docker::registry_image::__export_pulumi_docker_registry_image_4_5_3_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::docker::registry_image); + $($path_to_types_root)*::exports::pulumi::docker::remote_image::__export_pulumi_docker_remote_image_4_5_3_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::docker::remote_image); + $($path_to_types_root)*::exports::pulumi::docker::secret::__export_pulumi_docker_secret_4_5_3_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::docker::secret); + $($path_to_types_root)*::exports::pulumi::docker::service::__export_pulumi_docker_service_4_5_3_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::docker::service); + $($path_to_types_root)*::exports::pulumi::docker::service_config::__export_pulumi_docker_service_config_4_5_3_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::docker::service_config); + $($path_to_types_root)*::exports::pulumi::docker::tag::__export_pulumi_docker_tag_4_5_3_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::docker::tag); + $($path_to_types_root)*::exports::pulumi::docker::volume::__export_pulumi_docker_volume_4_5_3_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::docker::volume); ) } #[doc(inline)] @@ -2794,111 +2796,114 @@ pub(crate) use __export_docker_pulumi_impl as export; #[cfg(target_arch = "wasm32")] #[link_section = "component-type:wit-bindgen:0.25.0:docker-pulumi:encoded world"] #[doc(hidden)] -pub static __WIT_BINDGEN_COMPONENT_TYPE: [u8; 5010] = *b"\ -\0asm\x0d\0\x01\0\0\x19\x16wit-component-encoding\x04\0\x07\x8e&\x01A\x02\x01A\x1b\ +pub static __WIT_BINDGEN_COMPONENT_TYPE: [u8; 5250] = *b"\ +\0asm\x0d\0\x01\0\0\x19\x16wit-component-encoding\x04\0\x07\xfe'\x01A\x02\x01A\x1b\ \x01B\x0c\x04\0\x06output\x03\x01\x01i\0\x01@\x01\x05values\0\x01\x04\0\x13[cons\ tructor]output\x01\x02\x01h\0\x01@\x02\x04self\x03\x0dfunction-names\0\x01\x04\0\ \x12[method]output.map\x01\x04\x01@\x01\x04self\x03\0\x01\x04\0\x18[method]outpu\ t.duplicate\x01\x05\x01p\x01\x01@\x01\x07outputs\x06\0\x01\x04\0\x07combine\x01\x07\ -\x03\x010component:pulumi-wasm/output-interface@0.0.0-DEV\x05\0\x02\x03\0\0\x06o\ -utput\x01B\x13\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\x04\ -names\x05value\x02\x04\0\x0cobject-field\x03\0\x03\x01r\x01\x04names\x04\0\x0cre\ -sult-field\x03\0\x05\x01i\x01\x01r\x02\x04names\x06output\x07\x04\0\x1eregister-\ -resource-result-field\x03\0\x08\x01p\x04\x01p\x06\x01r\x04\x04types\x04names\x06\ -object\x0a\x07results\x0b\x04\0\x19register-resource-request\x03\0\x0c\x01p\x09\x01\ -r\x01\x06fields\x0e\x04\0\x18register-resource-result\x03\0\x0f\x01@\x01\x07requ\ -est\x0d\0\x10\x04\0\x08register\x01\x11\x03\x012component:pulumi-wasm/register-i\ -nterface@0.0.0-DEV\x05\x02\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01\ -h\x01\x01r>\x06attach\x02\x0ccapabilities\x02\x0dcgroupns-mode\x02\x07command\x02\ -+container-read-refresh-timeout-milliseconds\x02\x07cpu-set\x02\x0acpu-shares\x02\ -\x15destroy-grace-seconds\x02\x07devices\x02\x03dns\x02\x08dns-opts\x02\x0cdns-s\ -earches\x02\x0adomainname\x02\x0bentrypoints\x02\x04envs\x02\x04gpus\x02\x0agrou\ -p-adds\x02\x0bhealthcheck\x02\x08hostname\x02\x05hosts\x02\x05image\x02\x04init\x02\ -\x08ipc-mode\x02\x06labels\x02\x0alog-driver\x02\x08log-opts\x02\x04logs\x02\x0f\ -max-retry-count\x02\x06memory\x02\x0bmemory-swap\x02\x06mounts\x02\x08must-run\x02\ -\x04name\x02\x0cnetwork-mode\x02\x11networks-advanced\x02\x08pid-mode\x02\x05por\ -ts\x02\x0aprivileged\x02\x11publish-all-ports\x02\x09read-only\x02\x0eremove-vol\ -umes\x02\x07restart\x02\x02rm\x02\x07runtime\x02\x0dsecurity-opts\x02\x08shm-siz\ -e\x02\x05start\x02\x0astdin-open\x02\x0bstop-signal\x02\x0cstop-timeout\x02\x0cs\ -torage-opts\x02\x07sysctls\x02\x05tmpfs\x02\x03tty\x02\x07ulimits\x02\x07uploads\ -\x02\x04user\x02\x0buserns-mode\x02\x07volumes\x02\x04wait\x02\x0cwait-timeout\x02\ -\x0bworking-dir\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01rB\x06attach\x05\x06brid\ -ge\x05\x0ccapabilities\x05\x0dcgroupns-mode\x05\x07command\x05\x0econtainer-logs\ -\x05+container-read-refresh-timeout-milliseconds\x05\x07cpu-set\x05\x0acpu-share\ -s\x05\x15destroy-grace-seconds\x05\x07devices\x05\x03dns\x05\x08dns-opts\x05\x0c\ -dns-searches\x05\x0adomainname\x05\x0bentrypoints\x05\x04envs\x05\x09exit-code\x05\ -\x04gpus\x05\x0agroup-adds\x05\x0bhealthcheck\x05\x08hostname\x05\x05hosts\x05\x05\ -image\x05\x04init\x05\x08ipc-mode\x05\x06labels\x05\x0alog-driver\x05\x08log-opt\ -s\x05\x04logs\x05\x0fmax-retry-count\x05\x06memory\x05\x0bmemory-swap\x05\x06mou\ -nts\x05\x08must-run\x05\x04name\x05\x0dnetwork-datas\x05\x0cnetwork-mode\x05\x11\ -networks-advanced\x05\x08pid-mode\x05\x05ports\x05\x0aprivileged\x05\x11publish-\ -all-ports\x05\x09read-only\x05\x0eremove-volumes\x05\x07restart\x05\x02rm\x05\x07\ -runtime\x05\x0dsecurity-opts\x05\x08shm-size\x05\x05start\x05\x0astdin-open\x05\x0b\ -stop-signal\x05\x0cstop-timeout\x05\x0cstorage-opts\x05\x07sysctls\x05\x05tmpfs\x05\ -\x03tty\x05\x07ulimits\x05\x07uploads\x05\x04user\x05\x0buserns-mode\x05\x07volu\ -mes\x05\x04wait\x05\x0cwait-timeout\x05\x0bworking-dir\x05\x04\0\x03res\x03\0\x06\ -\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x010pulumi:dock\ -er/container@4.5.3-ZERO.ZERO.ZERO-DEV\x05\x03\x01B\x0a\x02\x03\x02\x01\x01\x04\0\ -\x06output\x03\0\0\x01h\x01\x01r\x05\x05build\x02\x10build-on-preview\x02\x0aima\ -ge-name\x02\x08registry\x02\x09skip-push\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01\ -r\x07\x0fbase-image-name\x05\x07context\x05\x0adockerfile\x05\x0aimage-name\x05\x08\ -platform\x05\x0fregistry-server\x05\x0brepo-digest\x05\x04\0\x03res\x03\0\x06\x01\ -@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01,pulumi:docker/i\ -mage@4.5.3-ZERO.ZERO.ZERO-DEV\x05\x04\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06outp\ -ut\x03\0\0\x01h\x01\x01r\x0c\x0aattachable\x02\x0fcheck-duplicate\x02\x06driver\x02\ -\x07ingress\x02\x08internal\x02\x0cipam-configs\x02\x0bipam-driver\x02\x0cipam-o\ -ptions\x02\x04ipv6\x02\x06labels\x02\x04name\x02\x07options\x02\x04\0\x04args\x03\ -\0\x03\x01i\x01\x01r\x0d\x0aattachable\x05\x0fcheck-duplicate\x05\x06driver\x05\x07\ -ingress\x05\x08internal\x05\x0cipam-configs\x05\x0bipam-driver\x05\x0cipam-optio\ -ns\x05\x04ipv6\x05\x06labels\x05\x04name\x05\x07options\x05\x05scope\x05\x04\0\x03\ -res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01\ -.pulumi:docker/network@4.5.3-ZERO.ZERO.ZERO-DEV\x05\x05\x01B\x0a\x02\x03\x02\x01\ -\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x09\x05alias\x02\x0eenable-timeout\x02\ -\x07enabled\x02\x04envs\x02\x0dforce-destroy\x02\x0dforce-disable\x02\x15grant-a\ -ll-permissions\x02\x11grant-permissions\x02\x04name\x02\x04\0\x04args\x03\0\x03\x01\ -i\x01\x01r\x0a\x05alias\x05\x0eenable-timeout\x05\x07enabled\x05\x04envs\x05\x0d\ -force-destroy\x05\x0dforce-disable\x05\x15grant-all-permissions\x05\x11grant-per\ -missions\x05\x04name\x05\x10plugin-reference\x05\x04\0\x03res\x03\0\x06\x01@\x02\ -\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01-pulumi:docker/plugin\ -@4.5.3-ZERO.ZERO.ZERO-DEV\x05\x06\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\ -\0\0\x01h\x01\x01r\x04\x14insecure-skip-verify\x02\x0dkeep-remotely\x02\x04name\x02\ -\x08triggers\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x05\x14insecure-skip-veri\ -fy\x05\x0dkeep-remotely\x05\x04name\x05\x0dsha256-digest\x05\x08triggers\x05\x04\ +\x03\x01component:pulumi-wasm/re\ +gister-interface@0.0.0-NIGHTLY-a4aad5a\x05\x02\x01B\x0a\x02\x03\x02\x01\x01\x04\0\ +\x06output\x03\0\0\x01h\x01\x01r>\x06attach\x02\x0ccapabilities\x02\x0dcgroupns-\ +mode\x02\x07command\x02+container-read-refresh-timeout-milliseconds\x02\x07cpu-s\ +et\x02\x0acpu-shares\x02\x15destroy-grace-seconds\x02\x07devices\x02\x03dns\x02\x08\ +dns-opts\x02\x0cdns-searches\x02\x0adomainname\x02\x0bentrypoints\x02\x04envs\x02\ +\x04gpus\x02\x0agroup-adds\x02\x0bhealthcheck\x02\x08hostname\x02\x05hosts\x02\x05\ +image\x02\x04init\x02\x08ipc-mode\x02\x06labels\x02\x0alog-driver\x02\x08log-opt\ +s\x02\x04logs\x02\x0fmax-retry-count\x02\x06memory\x02\x0bmemory-swap\x02\x06mou\ +nts\x02\x08must-run\x02\x04name\x02\x0cnetwork-mode\x02\x11networks-advanced\x02\ +\x08pid-mode\x02\x05ports\x02\x0aprivileged\x02\x11publish-all-ports\x02\x09read\ +-only\x02\x0eremove-volumes\x02\x07restart\x02\x02rm\x02\x07runtime\x02\x0dsecur\ +ity-opts\x02\x08shm-size\x02\x05start\x02\x0astdin-open\x02\x0bstop-signal\x02\x0c\ +stop-timeout\x02\x0cstorage-opts\x02\x07sysctls\x02\x05tmpfs\x02\x03tty\x02\x07u\ +limits\x02\x07uploads\x02\x04user\x02\x0buserns-mode\x02\x07volumes\x02\x04wait\x02\ +\x0cwait-timeout\x02\x0bworking-dir\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01rB\x06\ +attach\x05\x06bridge\x05\x0ccapabilities\x05\x0dcgroupns-mode\x05\x07command\x05\ +\x0econtainer-logs\x05+container-read-refresh-timeout-milliseconds\x05\x07cpu-se\ +t\x05\x0acpu-shares\x05\x15destroy-grace-seconds\x05\x07devices\x05\x03dns\x05\x08\ +dns-opts\x05\x0cdns-searches\x05\x0adomainname\x05\x0bentrypoints\x05\x04envs\x05\ +\x09exit-code\x05\x04gpus\x05\x0agroup-adds\x05\x0bhealthcheck\x05\x08hostname\x05\ +\x05hosts\x05\x05image\x05\x04init\x05\x08ipc-mode\x05\x06labels\x05\x0alog-driv\ +er\x05\x08log-opts\x05\x04logs\x05\x0fmax-retry-count\x05\x06memory\x05\x0bmemor\ +y-swap\x05\x06mounts\x05\x08must-run\x05\x04name\x05\x0dnetwork-datas\x05\x0cnet\ +work-mode\x05\x11networks-advanced\x05\x08pid-mode\x05\x05ports\x05\x0aprivilege\ +d\x05\x11publish-all-ports\x05\x09read-only\x05\x0eremove-volumes\x05\x07restart\ +\x05\x02rm\x05\x07runtime\x05\x0dsecurity-opts\x05\x08shm-size\x05\x05start\x05\x0a\ +stdin-open\x05\x0bstop-signal\x05\x0cstop-timeout\x05\x0cstorage-opts\x05\x07sys\ +ctls\x05\x05tmpfs\x05\x03tty\x05\x07ulimits\x05\x07uploads\x05\x04user\x05\x0bus\ +erns-mode\x05\x07volumes\x05\x04wait\x05\x0cwait-timeout\x05\x0bworking-dir\x05\x04\ \0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\ -\x015pulumi:docker/registry-image@4.5.3-ZERO.ZERO.ZERO-DEV\x05\x07\x01B\x0a\x02\x03\ -\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x07\x05build\x02\x0cforce-rem\ -ove\x02\x0ckeep-locally\x02\x04name\x02\x08platform\x02\x0dpull-triggers\x02\x08\ -triggers\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x09\x05build\x05\x0cforce-rem\ -ove\x05\x08image-id\x05\x0ckeep-locally\x05\x04name\x05\x08platform\x05\x0dpull-\ -triggers\x05\x0brepo-digest\x05\x08triggers\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04\ -names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x013pulumi:docker/remote-ima\ -ge@4.5.3-ZERO.ZERO.ZERO-DEV\x05\x08\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\ -\x03\0\0\x01h\x01\x01r\x03\x04data\x02\x06labels\x02\x04name\x02\x04\0\x04args\x03\ -\0\x03\x01i\x01\x01r\x03\x04data\x05\x06labels\x05\x04name\x05\x04\0\x03res\x03\0\ -\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01-pulumi:\ -docker/secret@4.5.3-ZERO.ZERO.ZERO-DEV\x05\x09\x01B\x0a\x02\x03\x02\x01\x01\x04\0\ -\x06output\x03\0\0\x01h\x01\x01r\x09\x04auth\x02\x0fconverge-config\x02\x0dendpo\ -int-spec\x02\x06labels\x02\x04mode\x02\x04name\x02\x0frollback-config\x02\x09tas\ -k-spec\x02\x0dupdate-config\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x09\x04aut\ -h\x05\x0fconverge-config\x05\x0dendpoint-spec\x05\x06labels\x05\x04mode\x05\x04n\ -ame\x05\x0frollback-config\x05\x09task-spec\x05\x0dupdate-config\x05\x04\0\x03re\ -s\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01.\ -pulumi:docker/service@4.5.3-ZERO.ZERO.ZERO-DEV\x05\x0a\x01B\x0a\x02\x03\x02\x01\x01\ -\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\x04data\x02\x04name\x02\x04\0\x04args\ -\x03\0\x03\x01i\x01\x01r\x02\x04data\x05\x04name\x05\x04\0\x03res\x03\0\x06\x01@\ -\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x015pulumi:docker/se\ -rvice-config@4.5.3-ZERO.ZERO.ZERO-DEV\x05\x0b\x01B\x0a\x02\x03\x02\x01\x01\x04\0\ -\x06output\x03\0\0\x01h\x01\x01r\x02\x0csource-image\x02\x0ctarget-image\x02\x04\ -\0\x04args\x03\0\x03\x01i\x01\x01r\x03\x0csource-image\x05\x0fsource-image-id\x05\ -\x0ctarget-image\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\ -\0\x06invoke\x01\x08\x04\x01*pulumi:docker/tag@4.5.3-ZERO.ZERO.ZERO-DEV\x05\x0c\x01\ -B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x06driver\x02\ -\x0bdriver-opts\x02\x06labels\x02\x04name\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01\ -r\x05\x06driver\x05\x0bdriver-opts\x05\x06labels\x05\x0amountpoint\x05\x04name\x05\ +\x01Bpulumi:docker/container@4.5.3-ZERO.ZERO.ZERO-NIGHTLY-aFOURaadFIVEa\x05\x03\x01\ +B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x05\x05build\x02\ +\x10build-on-preview\x02\x0aimage-name\x02\x08registry\x02\x09skip-push\x02\x04\0\ +\x04args\x03\0\x03\x01i\x01\x01r\x07\x0fbase-image-name\x05\x07context\x05\x0ado\ +ckerfile\x05\x0aimage-name\x05\x08platform\x05\x0fregistry-server\x05\x0brepo-di\ +gest\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06inv\ +oke\x01\x08\x04\x01>pulumi:docker/image@4.5.3-ZERO.ZERO.ZERO-NIGHTLY-aFOURaadFIV\ +Ea\x05\x04\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x0c\ +\x0aattachable\x02\x0fcheck-duplicate\x02\x06driver\x02\x07ingress\x02\x08intern\ +al\x02\x0cipam-configs\x02\x0bipam-driver\x02\x0cipam-options\x02\x04ipv6\x02\x06\ +labels\x02\x04name\x02\x07options\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x0d\x0a\ +attachable\x05\x0fcheck-duplicate\x05\x06driver\x05\x07ingress\x05\x08internal\x05\ +\x0cipam-configs\x05\x0bipam-driver\x05\x0cipam-options\x05\x04ipv6\x05\x06label\ +s\x05\x04name\x05\x07options\x05\x05scope\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04\ +names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01@pulumi:docker/network@4.\ +5.3-ZERO.ZERO.ZERO-NIGHTLY-aFOURaadFIVEa\x05\x05\x01B\x0a\x02\x03\x02\x01\x01\x04\ +\0\x06output\x03\0\0\x01h\x01\x01r\x09\x05alias\x02\x0eenable-timeout\x02\x07ena\ +bled\x02\x04envs\x02\x0dforce-destroy\x02\x0dforce-disable\x02\x15grant-all-perm\ +issions\x02\x11grant-permissions\x02\x04name\x02\x04\0\x04args\x03\0\x03\x01i\x01\ +\x01r\x0a\x05alias\x05\x0eenable-timeout\x05\x07enabled\x05\x04envs\x05\x0dforce\ +-destroy\x05\x0dforce-disable\x05\x15grant-all-permissions\x05\x11grant-permissi\ +ons\x05\x04name\x05\x10plugin-reference\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04n\ +ames\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01?pulumi:docker/plugin@4.5.\ +3-ZERO.ZERO.ZERO-NIGHTLY-aFOURaadFIVEa\x05\x06\x01B\x0a\x02\x03\x02\x01\x01\x04\0\ +\x06output\x03\0\0\x01h\x01\x01r\x04\x14insecure-skip-verify\x02\x0dkeep-remotel\ +y\x02\x04name\x02\x08triggers\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x05\x14i\ +nsecure-skip-verify\x05\x0dkeep-remotely\x05\x04name\x05\x0dsha256-digest\x05\x08\ +triggers\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06\ +invoke\x01\x08\x04\x01Gpulumi:docker/registry-image@4.5.3-ZERO.ZERO.ZERO-NIGHTLY\ +-aFOURaadFIVEa\x05\x07\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\ +\x01\x01r\x07\x05build\x02\x0cforce-remove\x02\x0ckeep-locally\x02\x04name\x02\x08\ +platform\x02\x0dpull-triggers\x02\x08triggers\x02\x04\0\x04args\x03\0\x03\x01i\x01\ +\x01r\x09\x05build\x05\x0cforce-remove\x05\x08image-id\x05\x0ckeep-locally\x05\x04\ +name\x05\x08platform\x05\x0dpull-triggers\x05\x0brepo-digest\x05\x08triggers\x05\ \x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\ -\x04\x01-pulumi:docker/volume@4.5.3-ZERO.ZERO.ZERO-DEV\x05\x0d\x04\x014pulumi:do\ -cker/docker-pulumi@4.5.3-ZERO.ZERO.ZERO-DEV\x04\0\x0b\x13\x01\0\x0ddocker-pulumi\ -\x03\0\0\0G\x09producers\x01\x0cprocessed-by\x02\x0dwit-component\x070.208.1\x10\ +\x04\x01Epulumi:docker/remote-image@4.5.3-ZERO.ZERO.ZERO-NIGHTLY-aFOURaadFIVEa\x05\ +\x08\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x03\x04d\ +ata\x02\x06labels\x02\x04name\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x03\x04d\ +ata\x05\x06labels\x05\x04name\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04ar\ +gs\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01?pulumi:docker/secret@4.5.3-ZERO.ZER\ +O.ZERO-NIGHTLY-aFOURaadFIVEa\x05\x09\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06outpu\ +t\x03\0\0\x01h\x01\x01r\x09\x04auth\x02\x0fconverge-config\x02\x0dendpoint-spec\x02\ +\x06labels\x02\x04mode\x02\x04name\x02\x0frollback-config\x02\x09task-spec\x02\x0d\ +update-config\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x09\x04auth\x05\x0fconve\ +rge-config\x05\x0dendpoint-spec\x05\x06labels\x05\x04mode\x05\x04name\x05\x0frol\ +lback-config\x05\x09task-spec\x05\x0dupdate-config\x05\x04\0\x03res\x03\0\x06\x01\ +@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01@pulumi:docker/s\ +ervice@4.5.3-ZERO.ZERO.ZERO-NIGHTLY-aFOURaadFIVEa\x05\x0a\x01B\x0a\x02\x03\x02\x01\ +\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\x04data\x02\x04name\x02\x04\0\x04\ +args\x03\0\x03\x01i\x01\x01r\x02\x04data\x05\x04name\x05\x04\0\x03res\x03\0\x06\x01\ +@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Gpulumi:docker/s\ +ervice-config@4.5.3-ZERO.ZERO.ZERO-NIGHTLY-aFOURaadFIVEa\x05\x0b\x01B\x0a\x02\x03\ +\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\x0csource-image\x02\x0cta\ +rget-image\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x03\x0csource-image\x05\x0f\ +source-image-id\x05\x0ctarget-image\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\ +\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01, @@ -173,7 +173,7 @@ interface %container { interface %image { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %build: borrow, @@ -199,7 +199,7 @@ interface %image { interface %network { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %attachable: borrow, @@ -238,7 +238,7 @@ interface %network { interface %plugin { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %alias: borrow, @@ -271,7 +271,7 @@ interface %plugin { interface %registry-image { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %insecure-skip-verify: borrow, @@ -294,7 +294,7 @@ interface %registry-image { interface %remote-image { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %build: borrow, @@ -324,7 +324,7 @@ interface %remote-image { interface %secret { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %data: borrow, @@ -344,7 +344,7 @@ interface %secret { interface %service { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %auth: borrow, @@ -376,7 +376,7 @@ interface %service { interface %service-config { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %data: borrow, @@ -394,7 +394,7 @@ interface %service-config { interface %tag { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %source-image: borrow, @@ -413,7 +413,7 @@ interface %tag { interface %volume { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %driver: borrow, diff --git a/providers/pulumi_wasm_provider_docker_rust/Cargo.toml b/providers/pulumi_wasm_provider_docker_rust/Cargo.toml index 996789d2..9bfbce88 100644 --- a/providers/pulumi_wasm_provider_docker_rust/Cargo.toml +++ b/providers/pulumi_wasm_provider_docker_rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pulumi_wasm_docker" -version = "4.5.3-0.0.0-DEV" +version = "4.5.3-0.0.0-NIGHTLY-a4aad5a" edition = "2021" [dependencies] diff --git a/providers/pulumi_wasm_provider_docker_rust/src/lib.rs b/providers/pulumi_wasm_provider_docker_rust/src/lib.rs index 6ae799e8..7b37a76a 100644 --- a/providers/pulumi_wasm_provider_docker_rust/src/lib.rs +++ b/providers/pulumi_wasm_provider_docker_rust/src/lib.rs @@ -8,7 +8,7 @@ mod bindings { // the name of the world in the `*.wit` input file world: "docker-pulumi-client", with: { - "component:pulumi-wasm/output-interface@0.0.0-DEV": generate + "component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a": generate } }); } diff --git a/providers/pulumi_wasm_provider_docker_rust/wit/deps/pulumi-wasm.wit b/providers/pulumi_wasm_provider_docker_rust/wit/deps/pulumi-wasm.wit index 9fad235d..b5922ad9 100644 --- a/providers/pulumi_wasm_provider_docker_rust/wit/deps/pulumi-wasm.wit +++ b/providers/pulumi_wasm_provider_docker_rust/wit/deps/pulumi-wasm.wit @@ -1,4 +1,4 @@ -package component:pulumi-wasm@0.0.0-DEV; +package component:pulumi-wasm@0.0.0-NIGHTLY-a4aad5a; interface output-interface { diff --git a/providers/pulumi_wasm_provider_docker_rust/wit/world.wit b/providers/pulumi_wasm_provider_docker_rust/wit/world.wit index 2bd75dd9..47eaca16 100644 --- a/providers/pulumi_wasm_provider_docker_rust/wit/world.wit +++ b/providers/pulumi_wasm_provider_docker_rust/wit/world.wit @@ -1,7 +1,7 @@ -package pulumi:%docker@4.5.3-ZERO.ZERO.ZERO-DEV; +package pulumi:%docker@4.5.3-ZERO.ZERO.ZERO-NIGHTLY-aFOURaadFIVEa; world %docker-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-a4aad5a; export %container; export %image; export %network; @@ -31,7 +31,7 @@ world %docker-pulumi-client { interface %container { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %attach: borrow, @@ -173,7 +173,7 @@ interface %container { interface %image { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %build: borrow, @@ -199,7 +199,7 @@ interface %image { interface %network { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %attachable: borrow, @@ -238,7 +238,7 @@ interface %network { interface %plugin { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %alias: borrow, @@ -271,7 +271,7 @@ interface %plugin { interface %registry-image { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %insecure-skip-verify: borrow, @@ -294,7 +294,7 @@ interface %registry-image { interface %remote-image { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %build: borrow, @@ -324,7 +324,7 @@ interface %remote-image { interface %secret { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %data: borrow, @@ -344,7 +344,7 @@ interface %secret { interface %service { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %auth: borrow, @@ -376,7 +376,7 @@ interface %service { interface %service-config { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %data: borrow, @@ -394,7 +394,7 @@ interface %service-config { interface %tag { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %source-image: borrow, @@ -413,7 +413,7 @@ interface %tag { interface %volume { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %driver: borrow, diff --git a/providers/pulumi_wasm_provider_random/Cargo.toml b/providers/pulumi_wasm_provider_random/Cargo.toml index 8a534a0d..8a5c6f7d 100644 --- a/providers/pulumi_wasm_provider_random/Cargo.toml +++ b/providers/pulumi_wasm_provider_random/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pulumi_wasm_random_provider" -version = "4.15.0-0.0.0-DEV" +version = "4.15.0-0.0.0-NIGHTLY-a4aad5a" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/providers/pulumi_wasm_provider_random/src/bindings.rs b/providers/pulumi_wasm_provider_random/src/bindings.rs index 64a84276..ff143557 100644 --- a/providers/pulumi_wasm_provider_random/src/bindings.rs +++ b/providers/pulumi_wasm_provider_random/src/bindings.rs @@ -47,7 +47,7 @@ pub mod component { #[cfg(target_arch = "wasm32")] { #[link( - wasm_import_module = "component:pulumi-wasm/output-interface@0.0.0-DEV" + wasm_import_module = "component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a" )] extern "C" { #[link_name = "[resource-drop]output"] @@ -69,7 +69,7 @@ pub mod component { #[cfg(target_arch = "wasm32")] #[link( - wasm_import_module = "component:pulumi-wasm/output-interface@0.0.0-DEV" + wasm_import_module = "component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a" )] extern "C" { #[link_name = "[constructor]output"] @@ -95,7 +95,7 @@ pub mod component { #[cfg(target_arch = "wasm32")] #[link( - wasm_import_module = "component:pulumi-wasm/output-interface@0.0.0-DEV" + wasm_import_module = "component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a" )] extern "C" { #[link_name = "[method]output.map"] @@ -117,7 +117,7 @@ pub mod component { unsafe { #[cfg(target_arch = "wasm32")] #[link( - wasm_import_module = "component:pulumi-wasm/output-interface@0.0.0-DEV" + wasm_import_module = "component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a" )] extern "C" { #[link_name = "[method]output.duplicate"] @@ -158,7 +158,9 @@ pub mod component { } #[cfg(target_arch = "wasm32")] - #[link(wasm_import_module = "component:pulumi-wasm/output-interface@0.0.0-DEV")] + #[link( + wasm_import_module = "component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a" + )] extern "C" { #[link_name = "combine"] fn wit_import(_: *mut u8, _: usize) -> i32; @@ -322,7 +324,7 @@ pub mod component { let ptr9 = ret_area.0.as_mut_ptr().cast::(); #[cfg(target_arch = "wasm32")] #[link( - wasm_import_module = "component:pulumi-wasm/register-interface@0.0.0-DEV" + wasm_import_module = "component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-a4aad5a" )] extern "C" { #[link_name = "register"] @@ -487,17 +489,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_random_random_bytes_4_15_0_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_random_random_bytes_4_15_0_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:random/random-bytes@4.15.0-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:random/random-bytes@4.15.0-ZERO.ZERO.ZERO-NIGHTLY-aFOURaadFIVEa#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_random_random_bytes_4_15_0_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_random_random_bytes_4_15_0_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 16]); @@ -606,17 +608,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_random_random_id_4_15_0_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_random_random_id_4_15_0_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:random/random-id@4.15.0-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:random/random-id@4.15.0-ZERO.ZERO.ZERO-NIGHTLY-aFOURaadFIVEa#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_random_random_id_4_15_0_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_random_random_id_4_15_0_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 28]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 28]); @@ -725,17 +727,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_random_random_integer_4_15_0_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_random_random_integer_4_15_0_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:random/random-integer@4.15.0-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:random/random-integer@4.15.0-ZERO.ZERO.ZERO-NIGHTLY-aFOURaadFIVEa#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_random_random_integer_4_15_0_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_random_random_integer_4_15_0_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 20]); @@ -944,17 +946,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_random_random_password_4_15_0_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_random_random_password_4_15_0_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:random/random-password@4.15.0-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:random/random-password@4.15.0-ZERO.ZERO.ZERO-NIGHTLY-aFOURaadFIVEa#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,arg7: i32,arg8: i32,arg9: i32,arg10: i32,arg11: i32,arg12: i32,arg13: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_random_random_password_4_15_0_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_random_random_password_4_15_0_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 56]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 56]); @@ -1059,17 +1061,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_random_random_pet_4_15_0_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_random_random_pet_4_15_0_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:random/random-pet@4.15.0-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:random/random-pet@4.15.0-ZERO.ZERO.ZERO-NIGHTLY-aFOURaadFIVEa#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_random_random_pet_4_15_0_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_random_random_pet_4_15_0_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 16]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 16]); @@ -1178,17 +1180,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_random_random_shuffle_4_15_0_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_random_random_shuffle_4_15_0_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:random/random-shuffle@4.15.0-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:random/random-shuffle@4.15.0-ZERO.ZERO.ZERO-NIGHTLY-aFOURaadFIVEa#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_random_random_shuffle_4_15_0_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_random_random_shuffle_4_15_0_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 20]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 20]); @@ -1393,17 +1395,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_random_random_string_4_15_0_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_random_random_string_4_15_0_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:random/random-string@4.15.0-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:random/random-string@4.15.0-ZERO.ZERO.ZERO-NIGHTLY-aFOURaadFIVEa#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,arg3: i32,arg4: i32,arg5: i32,arg6: i32,arg7: i32,arg8: i32,arg9: i32,arg10: i32,arg11: i32,arg12: i32,arg13: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_random_random_string_4_15_0_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_random_random_string_4_15_0_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 52]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 52]); @@ -1476,17 +1478,17 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_pulumi_random_random_uuid_4_15_0_zero_zero_zero_dev_cabi{ + macro_rules! __export_pulumi_random_random_uuid_4_15_0_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "pulumi:random/random-uuid@4.15.0-ZERO.ZERO.ZERO-DEV#invoke"] + #[export_name = "pulumi:random/random-uuid@4.15.0-ZERO.ZERO.ZERO-NIGHTLY-aFOURaadFIVEa#invoke"] unsafe extern "C" fn export_invoke(arg0: *mut u8,arg1: usize,arg2: i32,) -> *mut u8 { $($path_to_types)*::_export_invoke_cabi::<$ty>(arg0, arg1, arg2) } };); } #[doc(hidden)] - pub(crate) use __export_pulumi_random_random_uuid_4_15_0_zero_zero_zero_dev_cabi; + pub(crate) use __export_pulumi_random_random_uuid_4_15_0_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 8]); @@ -1637,14 +1639,14 @@ mod _rt { macro_rules! __export_random_pulumi_impl { ($ty:ident) => (self::export!($ty with_types_in self);); ($ty:ident with_types_in $($path_to_types_root:tt)*) => ( - $($path_to_types_root)*::exports::pulumi::random::random_bytes::__export_pulumi_random_random_bytes_4_15_0_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::random::random_bytes); - $($path_to_types_root)*::exports::pulumi::random::random_id::__export_pulumi_random_random_id_4_15_0_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::random::random_id); - $($path_to_types_root)*::exports::pulumi::random::random_integer::__export_pulumi_random_random_integer_4_15_0_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::random::random_integer); - $($path_to_types_root)*::exports::pulumi::random::random_password::__export_pulumi_random_random_password_4_15_0_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::random::random_password); - $($path_to_types_root)*::exports::pulumi::random::random_pet::__export_pulumi_random_random_pet_4_15_0_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::random::random_pet); - $($path_to_types_root)*::exports::pulumi::random::random_shuffle::__export_pulumi_random_random_shuffle_4_15_0_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::random::random_shuffle); - $($path_to_types_root)*::exports::pulumi::random::random_string::__export_pulumi_random_random_string_4_15_0_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::random::random_string); - $($path_to_types_root)*::exports::pulumi::random::random_uuid::__export_pulumi_random_random_uuid_4_15_0_zero_zero_zero_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::random::random_uuid); + $($path_to_types_root)*::exports::pulumi::random::random_bytes::__export_pulumi_random_random_bytes_4_15_0_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::random::random_bytes); + $($path_to_types_root)*::exports::pulumi::random::random_id::__export_pulumi_random_random_id_4_15_0_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::random::random_id); + $($path_to_types_root)*::exports::pulumi::random::random_integer::__export_pulumi_random_random_integer_4_15_0_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::random::random_integer); + $($path_to_types_root)*::exports::pulumi::random::random_password::__export_pulumi_random_random_password_4_15_0_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::random::random_password); + $($path_to_types_root)*::exports::pulumi::random::random_pet::__export_pulumi_random_random_pet_4_15_0_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::random::random_pet); + $($path_to_types_root)*::exports::pulumi::random::random_shuffle::__export_pulumi_random_random_shuffle_4_15_0_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::random::random_shuffle); + $($path_to_types_root)*::exports::pulumi::random::random_string::__export_pulumi_random_random_string_4_15_0_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::random::random_string); + $($path_to_types_root)*::exports::pulumi::random::random_uuid::__export_pulumi_random_random_uuid_4_15_0_zero_zero_zero_nightly_a_fou_raad_fiv_ea_cabi!($ty with_types_in $($path_to_types_root)*::exports::pulumi::random::random_uuid); ) } #[doc(inline)] @@ -1653,68 +1655,70 @@ pub(crate) use __export_random_pulumi_impl as export; #[cfg(target_arch = "wasm32")] #[link_section = "component-type:wit-bindgen:0.25.0:random-pulumi:encoded world"] #[doc(hidden)] -pub static __WIT_BINDGEN_COMPONENT_TYPE: [u8; 2754] = *b"\ -\0asm\x0d\0\x01\0\0\x19\x16wit-component-encoding\x04\0\x07\xbe\x14\x01A\x02\x01\ +pub static __WIT_BINDGEN_COMPONENT_TYPE: [u8; 2940] = *b"\ +\0asm\x0d\0\x01\0\0\x19\x16wit-component-encoding\x04\0\x07\xf8\x15\x01A\x02\x01\ A\x15\x01B\x0c\x04\0\x06output\x03\x01\x01i\0\x01@\x01\x05values\0\x01\x04\0\x13\ [constructor]output\x01\x02\x01h\0\x01@\x02\x04self\x03\x0dfunction-names\0\x01\x04\ \0\x12[method]output.map\x01\x04\x01@\x01\x04self\x03\0\x01\x04\0\x18[method]out\ put.duplicate\x01\x05\x01p\x01\x01@\x01\x07outputs\x06\0\x01\x04\0\x07combine\x01\ -\x07\x03\x010component:pulumi-wasm/output-interface@0.0.0-DEV\x05\0\x02\x03\0\0\x06\ -output\x01B\x13\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\x04\ -names\x05value\x02\x04\0\x0cobject-field\x03\0\x03\x01r\x01\x04names\x04\0\x0cre\ -sult-field\x03\0\x05\x01i\x01\x01r\x02\x04names\x06output\x07\x04\0\x1eregister-\ -resource-result-field\x03\0\x08\x01p\x04\x01p\x06\x01r\x04\x04types\x04names\x06\ -object\x0a\x07results\x0b\x04\0\x19register-resource-request\x03\0\x0c\x01p\x09\x01\ -r\x01\x06fields\x0e\x04\0\x18register-resource-result\x03\0\x0f\x01@\x01\x07requ\ -est\x0d\0\x10\x04\0\x08register\x01\x11\x03\x012component:pulumi-wasm/register-i\ -nterface@0.0.0-DEV\x05\x02\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01\ -h\x01\x01r\x02\x07keepers\x02\x06length\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01\ -r\x04\x06base64\x05\x03hex\x05\x07keepers\x05\x06length\x05\x04\0\x03res\x03\0\x06\ -\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x014pulumi:rand\ -om/random-bytes@4.15.0-ZERO.ZERO.ZERO-DEV\x05\x03\x01B\x0a\x02\x03\x02\x01\x01\x04\ -\0\x06output\x03\0\0\x01h\x01\x01r\x03\x0bbyte-length\x02\x07keepers\x02\x06pref\ -ix\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x07\x07b64-std\x05\x07b64-url\x05\x0b\ -byte-length\x05\x03dec\x05\x03hex\x05\x07keepers\x05\x06prefix\x05\x04\0\x03res\x03\ -\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x011pulum\ -i:random/random-id@4.15.0-ZERO.ZERO.ZERO-DEV\x05\x04\x01B\x0a\x02\x03\x02\x01\x01\ -\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x07keepers\x02\x03max\x02\x03min\x02\x04\ -seed\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x05\x07keepers\x05\x03max\x05\x03\ -min\x05\x06result\x05\x04seed\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04ar\ -gs\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x016pulumi:random/random-integer@4.15.0\ --ZERO.ZERO.ZERO-DEV\x05\x05\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\ -\x01h\x01\x01r\x0c\x07keepers\x02\x06length\x02\x05lower\x02\x09min-lower\x02\x0b\ -min-numeric\x02\x0bmin-special\x02\x09min-upper\x02\x06number\x02\x07numeric\x02\ -\x10override-special\x02\x07special\x02\x05upper\x02\x04\0\x04args\x03\0\x03\x01\ -i\x01\x01r\x0e\x0bbcrypt-hash\x05\x07keepers\x05\x06length\x05\x05lower\x05\x09m\ -in-lower\x05\x0bmin-numeric\x05\x0bmin-special\x05\x09min-upper\x05\x06number\x05\ +\x07\x03\x01component:pulumi-wa\ +sm/register-interface@0.0.0-NIGHTLY-a4aad5a\x05\x02\x01B\x0a\x02\x03\x02\x01\x01\ +\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\x07keepers\x02\x06length\x02\x04\0\x04\ +args\x03\0\x03\x01i\x01\x01r\x04\x06base64\x05\x03hex\x05\x07keepers\x05\x06leng\ +th\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invok\ +e\x01\x08\x04\x01Fpulumi:random/random-bytes@4.15.0-ZERO.ZERO.ZERO-NIGHTLY-aFOUR\ +aadFIVEa\x05\x03\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01\ +r\x03\x0bbyte-length\x02\x07keepers\x02\x06prefix\x02\x04\0\x04args\x03\0\x03\x01\ +i\x01\x01r\x07\x07b64-std\x05\x07b64-url\x05\x0bbyte-length\x05\x03dec\x05\x03he\ +x\x05\x07keepers\x05\x06prefix\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04a\ +rgs\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Cpulumi:random/random-id@4.15.0-ZER\ +O.ZERO.ZERO-NIGHTLY-aFOURaadFIVEa\x05\x04\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06\ +output\x03\0\0\x01h\x01\x01r\x04\x07keepers\x02\x03max\x02\x03min\x02\x04seed\x02\ +\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x05\x07keepers\x05\x03max\x05\x03min\x05\x06\ +result\x05\x04seed\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\ +\x04\0\x06invoke\x01\x08\x04\x01Hpulumi:random/random-integer@4.15.0-ZERO.ZERO.Z\ +ERO-NIGHTLY-aFOURaadFIVEa\x05\x05\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\ +\0\0\x01h\x01\x01r\x0c\x07keepers\x02\x06length\x02\x05lower\x02\x09min-lower\x02\ +\x0bmin-numeric\x02\x0bmin-special\x02\x09min-upper\x02\x06number\x02\x07numeric\ +\x02\x10override-special\x02\x07special\x02\x05upper\x02\x04\0\x04args\x03\0\x03\ +\x01i\x01\x01r\x0e\x0bbcrypt-hash\x05\x07keepers\x05\x06length\x05\x05lower\x05\x09\ +min-lower\x05\x0bmin-numeric\x05\x0bmin-special\x05\x09min-upper\x05\x06number\x05\ \x07numeric\x05\x10override-special\x05\x06result\x05\x07special\x05\x05upper\x05\ \x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\ -\x04\x017pulumi:random/random-password@4.15.0-ZERO.ZERO.ZERO-DEV\x05\x06\x01B\x0a\ -\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x07keepers\x02\x06\ -length\x02\x06prefix\x02\x09separator\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x04\ -\x07keepers\x05\x06length\x05\x06prefix\x05\x09separator\x05\x04\0\x03res\x03\0\x06\ -\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x012pulumi:rand\ -om/random-pet@4.15.0-ZERO.ZERO.ZERO-DEV\x05\x07\x01B\x0a\x02\x03\x02\x01\x01\x04\ -\0\x06output\x03\0\0\x01h\x01\x01r\x04\x06inputs\x02\x07keepers\x02\x0cresult-co\ -unt\x02\x04seed\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x05\x06inputs\x05\x07k\ -eepers\x05\x0cresult-count\x05\x07results\x05\x04seed\x05\x04\0\x03res\x03\0\x06\ -\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x016pulumi:rand\ -om/random-shuffle@4.15.0-ZERO.ZERO.ZERO-DEV\x05\x08\x01B\x0a\x02\x03\x02\x01\x01\ -\x04\0\x06output\x03\0\0\x01h\x01\x01r\x0c\x07keepers\x02\x06length\x02\x05lower\ -\x02\x09min-lower\x02\x0bmin-numeric\x02\x0bmin-special\x02\x09min-upper\x02\x06\ -number\x02\x07numeric\x02\x10override-special\x02\x07special\x02\x05upper\x02\x04\ -\0\x04args\x03\0\x03\x01i\x01\x01r\x0d\x07keepers\x05\x06length\x05\x05lower\x05\ -\x09min-lower\x05\x0bmin-numeric\x05\x0bmin-special\x05\x09min-upper\x05\x06numb\ -er\x05\x07numeric\x05\x10override-special\x05\x06result\x05\x07special\x05\x05up\ -per\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invo\ -ke\x01\x08\x04\x015pulumi:random/random-string@4.15.0-ZERO.ZERO.ZERO-DEV\x05\x09\ -\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x01\x07keepe\ -rs\x02\x04\0\x04args\x03\0\x03\x01i\x01\x01r\x02\x07keepers\x05\x06result\x05\x04\ -\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\ -\x013pulumi:random/random-uuid@4.15.0-ZERO.ZERO.ZERO-DEV\x05\x0a\x04\x015pulumi:\ -random/random-pulumi@4.15.0-ZERO.ZERO.ZERO-DEV\x04\0\x0b\x13\x01\0\x0drandom-pul\ -umi\x03\0\0\0G\x09producers\x01\x0cprocessed-by\x02\x0dwit-component\x070.208.1\x10\ -wit-bindgen-rust\x060.25.0"; +\x04\x01Ipulumi:random/random-password@4.15.0-ZERO.ZERO.ZERO-NIGHTLY-aFOURaadFIV\ +Ea\x05\x06\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\ +\x07keepers\x02\x06length\x02\x06prefix\x02\x09separator\x02\x04\0\x04args\x03\0\ +\x03\x01i\x01\x01r\x04\x07keepers\x05\x06length\x05\x06prefix\x05\x09separator\x05\ +\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\ +\x04\x01Dpulumi:random/random-pet@4.15.0-ZERO.ZERO.ZERO-NIGHTLY-aFOURaadFIVEa\x05\ +\x07\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x04\x06i\ +nputs\x02\x07keepers\x02\x0cresult-count\x02\x04seed\x02\x04\0\x04args\x03\0\x03\ +\x01i\x01\x01r\x05\x06inputs\x05\x07keepers\x05\x0cresult-count\x05\x07results\x05\ +\x04seed\x05\x04\0\x03res\x03\0\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06\ +invoke\x01\x08\x04\x01Hpulumi:random/random-shuffle@4.15.0-ZERO.ZERO.ZERO-NIGHTL\ +Y-aFOURaadFIVEa\x05\x08\x01B\x0a\x02\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01\ +h\x01\x01r\x0c\x07keepers\x02\x06length\x02\x05lower\x02\x09min-lower\x02\x0bmin\ +-numeric\x02\x0bmin-special\x02\x09min-upper\x02\x06number\x02\x07numeric\x02\x10\ +override-special\x02\x07special\x02\x05upper\x02\x04\0\x04args\x03\0\x03\x01i\x01\ +\x01r\x0d\x07keepers\x05\x06length\x05\x05lower\x05\x09min-lower\x05\x0bmin-nume\ +ric\x05\x0bmin-special\x05\x09min-upper\x05\x06number\x05\x07numeric\x05\x10over\ +ride-special\x05\x06result\x05\x07special\x05\x05upper\x05\x04\0\x03res\x03\0\x06\ +\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Gpulumi:rand\ +om/random-string@4.15.0-ZERO.ZERO.ZERO-NIGHTLY-aFOURaadFIVEa\x05\x09\x01B\x0a\x02\ +\x03\x02\x01\x01\x04\0\x06output\x03\0\0\x01h\x01\x01r\x01\x07keepers\x02\x04\0\x04\ +args\x03\0\x03\x01i\x01\x01r\x02\x07keepers\x05\x06result\x05\x04\0\x03res\x03\0\ +\x06\x01@\x02\x04names\x04args\x04\0\x07\x04\0\x06invoke\x01\x08\x04\x01Epulumi:\ +random/random-uuid@4.15.0-ZERO.ZERO.ZERO-NIGHTLY-aFOURaadFIVEa\x05\x0a\x04\x01Gp\ +ulumi:random/random-pulumi@4.15.0-ZERO.ZERO.ZERO-NIGHTLY-aFOURaadFIVEa\x04\0\x0b\ +\x13\x01\0\x0drandom-pulumi\x03\0\0\0G\x09producers\x01\x0cprocessed-by\x02\x0dw\ +it-component\x070.208.1\x10wit-bindgen-rust\x060.25.0"; #[inline(never)] #[doc(hidden)] diff --git a/providers/pulumi_wasm_provider_random/wit/deps/pulumi-wasm.wit b/providers/pulumi_wasm_provider_random/wit/deps/pulumi-wasm.wit index 9fad235d..b5922ad9 100644 --- a/providers/pulumi_wasm_provider_random/wit/deps/pulumi-wasm.wit +++ b/providers/pulumi_wasm_provider_random/wit/deps/pulumi-wasm.wit @@ -1,4 +1,4 @@ -package component:pulumi-wasm@0.0.0-DEV; +package component:pulumi-wasm@0.0.0-NIGHTLY-a4aad5a; interface output-interface { diff --git a/providers/pulumi_wasm_provider_random/wit/world.wit b/providers/pulumi_wasm_provider_random/wit/world.wit index 1a0ac4ff..0e3ceae0 100644 --- a/providers/pulumi_wasm_provider_random/wit/world.wit +++ b/providers/pulumi_wasm_provider_random/wit/world.wit @@ -1,7 +1,7 @@ -package pulumi:%random@4.15.0-ZERO.ZERO.ZERO-DEV; +package pulumi:%random@4.15.0-ZERO.ZERO.ZERO-NIGHTLY-aFOURaadFIVEa; world %random-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-a4aad5a; export %random-bytes; export %random-id; export %random-integer; @@ -25,7 +25,7 @@ world %random-pulumi-client { interface %random-bytes { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %keepers: borrow, @@ -45,7 +45,7 @@ interface %random-bytes { interface %random-id { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %byte-length: borrow, @@ -69,7 +69,7 @@ interface %random-id { interface %random-integer { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %keepers: borrow, @@ -92,7 +92,7 @@ interface %random-integer { interface %random-password { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %keepers: borrow, @@ -132,7 +132,7 @@ interface %random-password { interface %random-pet { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %keepers: borrow, @@ -154,7 +154,7 @@ interface %random-pet { interface %random-shuffle { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %inputs: borrow, @@ -177,7 +177,7 @@ interface %random-shuffle { interface %random-string { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %keepers: borrow, @@ -216,7 +216,7 @@ interface %random-string { interface %random-uuid { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %keepers: borrow, diff --git a/providers/pulumi_wasm_provider_random_rust/Cargo.toml b/providers/pulumi_wasm_provider_random_rust/Cargo.toml index 134df328..7fba9767 100644 --- a/providers/pulumi_wasm_provider_random_rust/Cargo.toml +++ b/providers/pulumi_wasm_provider_random_rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pulumi_wasm_random" -version = "4.15.0-0.0.0-DEV" +version = "4.15.0-0.0.0-NIGHTLY-a4aad5a" edition = "2021" [dependencies] diff --git a/providers/pulumi_wasm_provider_random_rust/src/lib.rs b/providers/pulumi_wasm_provider_random_rust/src/lib.rs index a9fc1880..b92fbc11 100644 --- a/providers/pulumi_wasm_provider_random_rust/src/lib.rs +++ b/providers/pulumi_wasm_provider_random_rust/src/lib.rs @@ -8,7 +8,7 @@ mod bindings { // the name of the world in the `*.wit` input file world: "random-pulumi-client", with: { - "component:pulumi-wasm/output-interface@0.0.0-DEV": generate + "component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a": generate } }); } diff --git a/providers/pulumi_wasm_provider_random_rust/wit/deps/pulumi-wasm.wit b/providers/pulumi_wasm_provider_random_rust/wit/deps/pulumi-wasm.wit index 9fad235d..b5922ad9 100644 --- a/providers/pulumi_wasm_provider_random_rust/wit/deps/pulumi-wasm.wit +++ b/providers/pulumi_wasm_provider_random_rust/wit/deps/pulumi-wasm.wit @@ -1,4 +1,4 @@ -package component:pulumi-wasm@0.0.0-DEV; +package component:pulumi-wasm@0.0.0-NIGHTLY-a4aad5a; interface output-interface { diff --git a/providers/pulumi_wasm_provider_random_rust/wit/world.wit b/providers/pulumi_wasm_provider_random_rust/wit/world.wit index 1a0ac4ff..0e3ceae0 100644 --- a/providers/pulumi_wasm_provider_random_rust/wit/world.wit +++ b/providers/pulumi_wasm_provider_random_rust/wit/world.wit @@ -1,7 +1,7 @@ -package pulumi:%random@4.15.0-ZERO.ZERO.ZERO-DEV; +package pulumi:%random@4.15.0-ZERO.ZERO.ZERO-NIGHTLY-aFOURaadFIVEa; world %random-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-a4aad5a; export %random-bytes; export %random-id; export %random-integer; @@ -25,7 +25,7 @@ world %random-pulumi-client { interface %random-bytes { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %keepers: borrow, @@ -45,7 +45,7 @@ interface %random-bytes { interface %random-id { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %byte-length: borrow, @@ -69,7 +69,7 @@ interface %random-id { interface %random-integer { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %keepers: borrow, @@ -92,7 +92,7 @@ interface %random-integer { interface %random-password { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %keepers: borrow, @@ -132,7 +132,7 @@ interface %random-password { interface %random-pet { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %keepers: borrow, @@ -154,7 +154,7 @@ interface %random-pet { interface %random-shuffle { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %inputs: borrow, @@ -177,7 +177,7 @@ interface %random-shuffle { interface %random-string { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %keepers: borrow, @@ -216,7 +216,7 @@ interface %random-string { interface %random-uuid { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %keepers: borrow, diff --git a/pulumi_wasm/src/bindings.rs b/pulumi_wasm/src/bindings.rs index edf4a6a3..9435a6dc 100644 --- a/pulumi_wasm/src/bindings.rs +++ b/pulumi_wasm/src/bindings.rs @@ -150,7 +150,7 @@ pub mod component { } #[cfg(target_arch = "wasm32")] - #[link(wasm_import_module = "component:pulumi-wasm/log@0.0.0-DEV")] + #[link(wasm_import_module = "component:pulumi-wasm/log@0.0.0-NIGHTLY-a4aad5a")] extern "C" { #[link_name = "log"] fn wit_import( @@ -254,7 +254,9 @@ pub mod component { pub fn is_in_preview() -> bool { unsafe { #[cfg(target_arch = "wasm32")] - #[link(wasm_import_module = "component:pulumi-wasm/external-world@0.0.0-DEV")] + #[link( + wasm_import_module = "component:pulumi-wasm/external-world@0.0.0-NIGHTLY-a4aad5a" + )] extern "C" { #[link_name = "is-in-preview"] fn wit_import() -> i32; @@ -276,7 +278,9 @@ pub mod component { let mut ret_area = RetArea([::core::mem::MaybeUninit::uninit(); 8]); let ptr0 = ret_area.0.as_mut_ptr().cast::(); #[cfg(target_arch = "wasm32")] - #[link(wasm_import_module = "component:pulumi-wasm/external-world@0.0.0-DEV")] + #[link( + wasm_import_module = "component:pulumi-wasm/external-world@0.0.0-NIGHTLY-a4aad5a" + )] extern "C" { #[link_name = "get-root-resource"] fn wit_import(_: *mut u8); @@ -305,7 +309,9 @@ pub mod component { let len0 = vec0.len(); let ptr1 = ret_area.0.as_mut_ptr().cast::(); #[cfg(target_arch = "wasm32")] - #[link(wasm_import_module = "component:pulumi-wasm/external-world@0.0.0-DEV")] + #[link( + wasm_import_module = "component:pulumi-wasm/external-world@0.0.0-NIGHTLY-a4aad5a" + )] extern "C" { #[link_name = "register-resource-outputs"] fn wit_import(_: *mut u8, _: usize, _: *mut u8); @@ -337,7 +343,9 @@ pub mod component { let len2 = vec2.len(); #[cfg(target_arch = "wasm32")] - #[link(wasm_import_module = "component:pulumi-wasm/external-world@0.0.0-DEV")] + #[link( + wasm_import_module = "component:pulumi-wasm/external-world@0.0.0-NIGHTLY-a4aad5a" + )] extern "C" { #[link_name = "register-resource"] fn wit_import(_: *mut u8, _: usize, _: *mut u8, _: usize); @@ -358,7 +366,9 @@ pub mod component { let mut ret_area = RetArea([::core::mem::MaybeUninit::uninit(); 8]); let ptr0 = ret_area.0.as_mut_ptr().cast::(); #[cfg(target_arch = "wasm32")] - #[link(wasm_import_module = "component:pulumi-wasm/external-world@0.0.0-DEV")] + #[link( + wasm_import_module = "component:pulumi-wasm/external-world@0.0.0-NIGHTLY-a4aad5a" + )] extern "C" { #[link_name = "wait-for-registered-resources"] fn wit_import(_: *mut u8); @@ -544,7 +554,7 @@ pub mod exports { #[cfg(target_arch = "wasm32")] { #[link( - wasm_import_module = "[export]component:pulumi-wasm/output-interface@0.0.0-DEV" + wasm_import_module = "[export]component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a" )] extern "C" { #[link_name = "[resource-drop]output"] @@ -636,7 +646,7 @@ pub mod exports { #[cfg(target_arch = "wasm32")] { #[link( - wasm_import_module = "[export]component:pulumi-wasm/output-interface@0.0.0-DEV" + wasm_import_module = "[export]component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a" )] extern "C" { #[link_name = "[resource-new]output"] @@ -660,7 +670,7 @@ pub mod exports { #[cfg(target_arch = "wasm32")] { #[link( - wasm_import_module = "[export]component:pulumi-wasm/output-interface@0.0.0-DEV" + wasm_import_module = "[export]component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a" )] extern "C" { #[link_name = "[resource-rep]output"] @@ -676,29 +686,29 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_component_pulumi_wasm_output_interface_0_0_0_dev_cabi{ + macro_rules! __export_component_pulumi_wasm_output_interface_0_0_0_nightly_a4aad5a_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "component:pulumi-wasm/output-interface@0.0.0-DEV#[constructor]output"] + #[export_name = "component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a#[constructor]output"] unsafe extern "C" fn export_constructor_output(arg0: *mut u8,arg1: usize,) -> i32 { $($path_to_types)*::_export_constructor_output_cabi::<<$ty as $($path_to_types)*::Guest>::Output>(arg0, arg1) } - #[export_name = "component:pulumi-wasm/output-interface@0.0.0-DEV#[method]output.map"] + #[export_name = "component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a#[method]output.map"] unsafe extern "C" fn export_method_output_map(arg0: *mut u8,arg1: *mut u8,arg2: usize,) -> i32 { $($path_to_types)*::_export_method_output_map_cabi::<<$ty as $($path_to_types)*::Guest>::Output>(arg0, arg1, arg2) } - #[export_name = "component:pulumi-wasm/output-interface@0.0.0-DEV#[method]output.duplicate"] + #[export_name = "component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a#[method]output.duplicate"] unsafe extern "C" fn export_method_output_duplicate(arg0: *mut u8,) -> i32 { $($path_to_types)*::_export_method_output_duplicate_cabi::<<$ty as $($path_to_types)*::Guest>::Output>(arg0) } - #[export_name = "component:pulumi-wasm/output-interface@0.0.0-DEV#combine"] + #[export_name = "component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a#combine"] unsafe extern "C" fn export_combine(arg0: *mut u8,arg1: usize,) -> i32 { $($path_to_types)*::_export_combine_cabi::<$ty>(arg0, arg1) } const _: () = { #[doc(hidden)] - #[export_name = "component:pulumi-wasm/output-interface@0.0.0-DEV#[dtor]output"] + #[export_name = "component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a#[dtor]output"] #[allow(non_snake_case)] unsafe extern "C" fn dtor(rep: *mut u8) { $($path_to_types)*::Output::dtor::< @@ -710,7 +720,7 @@ pub mod exports { };); } #[doc(hidden)] - pub(crate) use __export_component_pulumi_wasm_output_interface_0_0_0_dev_cabi; + pub(crate) use __export_component_pulumi_wasm_output_interface_0_0_0_nightly_a4aad5a_cabi; } #[allow(dead_code, clippy::all)] @@ -905,21 +915,21 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_component_pulumi_wasm_register_interface_0_0_0_dev_cabi{ + macro_rules! __export_component_pulumi_wasm_register_interface_0_0_0_nightly_a4aad5a_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "component:pulumi-wasm/register-interface@0.0.0-DEV#register"] + #[export_name = "component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-a4aad5a#register"] unsafe extern "C" fn export_register(arg0: *mut u8,arg1: usize,arg2: *mut u8,arg3: usize,arg4: *mut u8,arg5: usize,arg6: *mut u8,arg7: usize,) -> *mut u8 { $($path_to_types)*::_export_register_cabi::<$ty>(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) } - #[export_name = "cabi_post_component:pulumi-wasm/register-interface@0.0.0-DEV#register"] + #[export_name = "cabi_post_component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-a4aad5a#register"] unsafe extern "C" fn _post_return_register(arg0: *mut u8,) { $($path_to_types)*::__post_return_register::<$ty>(arg0) } };); } #[doc(hidden)] - pub(crate) use __export_component_pulumi_wasm_register_interface_0_0_0_dev_cabi; + pub(crate) use __export_component_pulumi_wasm_register_interface_0_0_0_nightly_a4aad5a_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 8]); @@ -1074,25 +1084,25 @@ pub mod exports { } #[doc(hidden)] - macro_rules! __export_component_pulumi_wasm_stack_interface_0_0_0_dev_cabi{ + macro_rules! __export_component_pulumi_wasm_stack_interface_0_0_0_nightly_a4aad5a_cabi{ ($ty:ident with_types_in $($path_to_types:tt)*) => (const _: () = { - #[export_name = "component:pulumi-wasm/stack-interface@0.0.0-DEV#add-export"] + #[export_name = "component:pulumi-wasm/stack-interface@0.0.0-NIGHTLY-a4aad5a#add-export"] unsafe extern "C" fn export_add_export(arg0: *mut u8,arg1: usize,arg2: i32,) { $($path_to_types)*::_export_add_export_cabi::<$ty>(arg0, arg1, arg2) } - #[export_name = "component:pulumi-wasm/stack-interface@0.0.0-DEV#finish"] + #[export_name = "component:pulumi-wasm/stack-interface@0.0.0-NIGHTLY-a4aad5a#finish"] unsafe extern "C" fn export_finish(arg0: *mut u8,arg1: usize,) -> *mut u8 { $($path_to_types)*::_export_finish_cabi::<$ty>(arg0, arg1) } - #[export_name = "cabi_post_component:pulumi-wasm/stack-interface@0.0.0-DEV#finish"] + #[export_name = "cabi_post_component:pulumi-wasm/stack-interface@0.0.0-NIGHTLY-a4aad5a#finish"] unsafe extern "C" fn _post_return_finish(arg0: *mut u8,) { $($path_to_types)*::__post_return_finish::<$ty>(arg0) } };); } #[doc(hidden)] - pub(crate) use __export_component_pulumi_wasm_stack_interface_0_0_0_dev_cabi; + pub(crate) use __export_component_pulumi_wasm_stack_interface_0_0_0_nightly_a4aad5a_cabi; #[repr(align(4))] struct _RetArea([::core::mem::MaybeUninit; 8]); static mut _RET_AREA: _RetArea = _RetArea([::core::mem::MaybeUninit::uninit(); 8]); @@ -1325,9 +1335,9 @@ mod _rt { macro_rules! __export_pulumi_wasm_impl { ($ty:ident) => (self::export!($ty with_types_in self);); ($ty:ident with_types_in $($path_to_types_root:tt)*) => ( - $($path_to_types_root)*::exports::component::pulumi_wasm::output_interface::__export_component_pulumi_wasm_output_interface_0_0_0_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::component::pulumi_wasm::output_interface); - $($path_to_types_root)*::exports::component::pulumi_wasm::register_interface::__export_component_pulumi_wasm_register_interface_0_0_0_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::component::pulumi_wasm::register_interface); - $($path_to_types_root)*::exports::component::pulumi_wasm::stack_interface::__export_component_pulumi_wasm_stack_interface_0_0_0_dev_cabi!($ty with_types_in $($path_to_types_root)*::exports::component::pulumi_wasm::stack_interface); + $($path_to_types_root)*::exports::component::pulumi_wasm::output_interface::__export_component_pulumi_wasm_output_interface_0_0_0_nightly_a4aad5a_cabi!($ty with_types_in $($path_to_types_root)*::exports::component::pulumi_wasm::output_interface); + $($path_to_types_root)*::exports::component::pulumi_wasm::register_interface::__export_component_pulumi_wasm_register_interface_0_0_0_nightly_a4aad5a_cabi!($ty with_types_in $($path_to_types_root)*::exports::component::pulumi_wasm::register_interface); + $($path_to_types_root)*::exports::component::pulumi_wasm::stack_interface::__export_component_pulumi_wasm_stack_interface_0_0_0_nightly_a4aad5a_cabi!($ty with_types_in $($path_to_types_root)*::exports::component::pulumi_wasm::stack_interface); ) } #[doc(inline)] @@ -1336,40 +1346,41 @@ pub(crate) use __export_pulumi_wasm_impl as export; #[cfg(target_arch = "wasm32")] #[link_section = "component-type:wit-bindgen:0.25.0:pulumi-wasm:encoded world"] #[doc(hidden)] -pub static __WIT_BINDGEN_COMPONENT_TYPE: [u8; 1527] = *b"\ -\0asm\x0d\0\x01\0\0\x19\x16wit-component-encoding\x04\0\x07\xf5\x0a\x01A\x02\x01\ +pub static __WIT_BINDGEN_COMPONENT_TYPE: [u8; 1599] = *b"\ +\0asm\x0d\0\x01\0\0\x19\x16wit-component-encoding\x04\0\x07\xbd\x0b\x01A\x02\x01\ A\x0b\x01B\x0a\x01m\x05\x05TRACE\x05DEBUG\x04INFO\x04WARN\x05ERROR\x04\0\x05leve\ l\x03\0\0\x01ks\x01ky\x01o\x02ss\x01p\x04\x01r\x07\x05level\x01\x06targets\x04ar\ gss\x0bmodule-path\x02\x04file\x02\x04line\x03\x0akey-values\x05\x04\0\x07conten\ -t\x03\0\x06\x01@\x01\x07content\x07\x01\0\x04\0\x03log\x01\x08\x03\x01#component\ -:pulumi-wasm/log@0.0.0-DEV\x05\0\x01B\x10\x01p}\x01r\x02\x09output-ids\x04body\0\ -\x04\0\x19register-resource-request\x03\0\x01\x01r\x02\x09output-ids\x04body\0\x04\ -\0\x13registered-resource\x03\0\x03\x01@\0\0\x7f\x04\0\x0dis-in-preview\x01\x05\x01\ -@\0\0s\x04\0\x11get-root-resource\x01\x06\x01@\x01\x07request\0\0\0\x04\0\x19reg\ -ister-resource-outputs\x01\x07\x01@\x01\x07request\x02\x01\0\x04\0\x11register-r\ -esource\x01\x08\x01p\x04\x01@\0\0\x09\x04\0\x1dwait-for-registered-resources\x01\ -\x0a\x03\x01.component:pulumi-wasm/external-world@0.0.0-DEV\x05\x01\x01B\x0c\x04\ -\0\x06output\x03\x01\x01i\0\x01@\x01\x05values\0\x01\x04\0\x13[constructor]outpu\ -t\x01\x02\x01h\0\x01@\x02\x04self\x03\x0dfunction-names\0\x01\x04\0\x12[method]o\ -utput.map\x01\x04\x01@\x01\x04self\x03\0\x01\x04\0\x18[method]output.duplicate\x01\ -\x05\x01p\x01\x01@\x01\x07outputs\x06\0\x01\x04\0\x07combine\x01\x07\x04\x010com\ -ponent:pulumi-wasm/output-interface@0.0.0-DEV\x05\x02\x02\x03\0\x02\x06output\x01\ -B\x13\x02\x03\x02\x01\x03\x04\0\x06output\x03\0\0\x01h\x01\x01r\x02\x04names\x05\ -value\x02\x04\0\x0cobject-field\x03\0\x03\x01r\x01\x04names\x04\0\x0cresult-fiel\ -d\x03\0\x05\x01i\x01\x01r\x02\x04names\x06output\x07\x04\0\x1eregister-resource-\ -result-field\x03\0\x08\x01p\x04\x01p\x06\x01r\x04\x04types\x04names\x06object\x0a\ -\x07results\x0b\x04\0\x19register-resource-request\x03\0\x0c\x01p\x09\x01r\x01\x06\ -fields\x0e\x04\0\x18register-resource-result\x03\0\x0f\x01@\x01\x07request\x0d\0\ -\x10\x04\0\x08register\x01\x11\x04\x012component:pulumi-wasm/register-interface@\ -0.0.0-DEV\x05\x04\x01B\x0e\x02\x03\x02\x01\x03\x04\0\x06output\x03\0\0\x01i\x01\x01\ -r\x03\x02id\x02\x0bfunction-ids\x05values\x04\0\x1bfunction-invocation-request\x03\ -\0\x03\x01h\x01\x01r\x02\x02id\x05\x05values\x04\0\x1afunction-invocation-result\ -\x03\0\x06\x01@\x02\x04names\x05value\x05\x01\0\x04\0\x0aadd-export\x01\x08\x01p\ -\x07\x01p\x04\x01@\x01\x09functions\x09\0\x0a\x04\0\x06finish\x01\x0b\x04\x01/co\ -mponent:pulumi-wasm/stack-interface@0.0.0-DEV\x05\x05\x04\x01+component:pulumi-w\ -asm/pulumi-wasm@0.0.0-DEV\x04\0\x0b\x11\x01\0\x0bpulumi-wasm\x03\0\0\0G\x09produ\ -cers\x01\x0cprocessed-by\x02\x0dwit-component\x070.208.1\x10wit-bindgen-rust\x06\ -0.25.0"; +t\x03\0\x06\x01@\x01\x07content\x07\x01\0\x04\0\x03log\x01\x08\x03\x01/component\ +:pulumi-wasm/log@0.0.0-NIGHTLY-a4aad5a\x05\0\x01B\x10\x01p}\x01r\x02\x09output-i\ +ds\x04body\0\x04\0\x19register-resource-request\x03\0\x01\x01r\x02\x09output-ids\ +\x04body\0\x04\0\x13registered-resource\x03\0\x03\x01@\0\0\x7f\x04\0\x0dis-in-pr\ +eview\x01\x05\x01@\0\0s\x04\0\x11get-root-resource\x01\x06\x01@\x01\x07request\0\ +\0\0\x04\0\x19register-resource-outputs\x01\x07\x01@\x01\x07request\x02\x01\0\x04\ +\0\x11register-resource\x01\x08\x01p\x04\x01@\0\0\x09\x04\0\x1dwait-for-register\ +ed-resources\x01\x0a\x03\x01:component:pulumi-wasm/external-world@0.0.0-NIGHTLY-\ +a4aad5a\x05\x01\x01B\x0c\x04\0\x06output\x03\x01\x01i\0\x01@\x01\x05values\0\x01\ +\x04\0\x13[constructor]output\x01\x02\x01h\0\x01@\x02\x04self\x03\x0dfunction-na\ +mes\0\x01\x04\0\x12[method]output.map\x01\x04\x01@\x01\x04self\x03\0\x01\x04\0\x18\ +[method]output.duplicate\x01\x05\x01p\x01\x01@\x01\x07outputs\x06\0\x01\x04\0\x07\ +combine\x01\x07\x04\x01co\ +mponent:pulumi-wasm/register-interface@0.0.0-NIGHTLY-a4aad5a\x05\x04\x01B\x0e\x02\ +\x03\x02\x01\x03\x04\0\x06output\x03\0\0\x01i\x01\x01r\x03\x02id\x02\x0bfunction\ +-ids\x05values\x04\0\x1bfunction-invocation-request\x03\0\x03\x01h\x01\x01r\x02\x02\ +id\x05\x05values\x04\0\x1afunction-invocation-result\x03\0\x06\x01@\x02\x04names\ +\x05value\x05\x01\0\x04\0\x0aadd-export\x01\x08\x01p\x07\x01p\x04\x01@\x01\x09fu\ +nctions\x09\0\x0a\x04\0\x06finish\x01\x0b\x04\x01;component:pulumi-wasm/stack-in\ +terface@0.0.0-NIGHTLY-a4aad5a\x05\x05\x04\x017component:pulumi-wasm/pulumi-wasm@\ +0.0.0-NIGHTLY-a4aad5a\x04\0\x0b\x11\x01\0\x0bpulumi-wasm\x03\0\0\0G\x09producers\ +\x01\x0cprocessed-by\x02\x0dwit-component\x070.208.1\x10wit-bindgen-rust\x060.25\ +.0"; #[inline(never)] #[doc(hidden)] diff --git a/pulumi_wasm_generator_lib/tests/output/pulumi_providers/command/lib/Cargo.toml b/pulumi_wasm_generator_lib/tests/output/pulumi_providers/command/lib/Cargo.toml index 3af791cb..2941a664 100644 --- a/pulumi_wasm_generator_lib/tests/output/pulumi_providers/command/lib/Cargo.toml +++ b/pulumi_wasm_generator_lib/tests/output/pulumi_providers/command/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pulumi_wasm_command" -version = "0.9.2-0.0.0-DEV" +version = "0.9.2-0.0.0-NIGHTLY-a4aad5a" edition = "2021" [dependencies] diff --git a/pulumi_wasm_generator_lib/tests/output/pulumi_providers/command/lib/src/lib.rs b/pulumi_wasm_generator_lib/tests/output/pulumi_providers/command/lib/src/lib.rs index 5bc806c3..964eb6cf 100644 --- a/pulumi_wasm_generator_lib/tests/output/pulumi_providers/command/lib/src/lib.rs +++ b/pulumi_wasm_generator_lib/tests/output/pulumi_providers/command/lib/src/lib.rs @@ -8,7 +8,7 @@ mod bindings { // the name of the world in the `*.wit` input file world: "command-pulumi-client", with: { - "component:pulumi-wasm/output-interface@0.0.0-DEV": generate + "component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a": generate } }); } diff --git a/pulumi_wasm_generator_lib/tests/output/pulumi_providers/command/lib/wit/deps/pulumi-wasm.wit b/pulumi_wasm_generator_lib/tests/output/pulumi_providers/command/lib/wit/deps/pulumi-wasm.wit index 9fad235d..b5922ad9 100644 --- a/pulumi_wasm_generator_lib/tests/output/pulumi_providers/command/lib/wit/deps/pulumi-wasm.wit +++ b/pulumi_wasm_generator_lib/tests/output/pulumi_providers/command/lib/wit/deps/pulumi-wasm.wit @@ -1,4 +1,4 @@ -package component:pulumi-wasm@0.0.0-DEV; +package component:pulumi-wasm@0.0.0-NIGHTLY-a4aad5a; interface output-interface { diff --git a/pulumi_wasm_generator_lib/tests/output/pulumi_providers/command/lib/wit/world.wit b/pulumi_wasm_generator_lib/tests/output/pulumi_providers/command/lib/wit/world.wit index 4300d46e..9388a9b7 100644 --- a/pulumi_wasm_generator_lib/tests/output/pulumi_providers/command/lib/wit/world.wit +++ b/pulumi_wasm_generator_lib/tests/output/pulumi_providers/command/lib/wit/world.wit @@ -1,7 +1,7 @@ -package pulumi:%command@0.9.2-ZERO.ZERO.ZERO-DEV; +package pulumi:%command@0.9.2-ZERO.ZERO.ZERO-NIGHTLY-aFOURaadFIVEa; world %command-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-a4aad5a; export %local-command; export %remote-command; export %remote-copy-file; @@ -15,7 +15,7 @@ world %command-pulumi-client { interface %local-command { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %archive-paths: borrow, @@ -53,7 +53,7 @@ interface %local-command { interface %remote-command { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %connection: borrow, @@ -83,7 +83,7 @@ interface %remote-command { interface %remote-copy-file { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %connection: borrow, diff --git a/pulumi_wasm_generator_lib/tests/output/pulumi_providers/command/provider/Cargo.toml b/pulumi_wasm_generator_lib/tests/output/pulumi_providers/command/provider/Cargo.toml index ac301f11..92b6127f 100644 --- a/pulumi_wasm_generator_lib/tests/output/pulumi_providers/command/provider/Cargo.toml +++ b/pulumi_wasm_generator_lib/tests/output/pulumi_providers/command/provider/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pulumi_wasm_command_provider" -version = "0.9.2-0.0.0-DEV" +version = "0.9.2-0.0.0-NIGHTLY-a4aad5a" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/pulumi_wasm_generator_lib/tests/output/pulumi_providers/command/provider/wit/deps/pulumi-wasm.wit b/pulumi_wasm_generator_lib/tests/output/pulumi_providers/command/provider/wit/deps/pulumi-wasm.wit index 9fad235d..b5922ad9 100644 --- a/pulumi_wasm_generator_lib/tests/output/pulumi_providers/command/provider/wit/deps/pulumi-wasm.wit +++ b/pulumi_wasm_generator_lib/tests/output/pulumi_providers/command/provider/wit/deps/pulumi-wasm.wit @@ -1,4 +1,4 @@ -package component:pulumi-wasm@0.0.0-DEV; +package component:pulumi-wasm@0.0.0-NIGHTLY-a4aad5a; interface output-interface { diff --git a/pulumi_wasm_generator_lib/tests/output/pulumi_providers/command/provider/wit/world.wit b/pulumi_wasm_generator_lib/tests/output/pulumi_providers/command/provider/wit/world.wit index 4300d46e..9388a9b7 100644 --- a/pulumi_wasm_generator_lib/tests/output/pulumi_providers/command/provider/wit/world.wit +++ b/pulumi_wasm_generator_lib/tests/output/pulumi_providers/command/provider/wit/world.wit @@ -1,7 +1,7 @@ -package pulumi:%command@0.9.2-ZERO.ZERO.ZERO-DEV; +package pulumi:%command@0.9.2-ZERO.ZERO.ZERO-NIGHTLY-aFOURaadFIVEa; world %command-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-a4aad5a; export %local-command; export %remote-command; export %remote-copy-file; @@ -15,7 +15,7 @@ world %command-pulumi-client { interface %local-command { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %archive-paths: borrow, @@ -53,7 +53,7 @@ interface %local-command { interface %remote-command { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %connection: borrow, @@ -83,7 +83,7 @@ interface %remote-command { interface %remote-copy-file { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %connection: borrow, diff --git a/pulumi_wasm_generator_lib/tests/output/pulumi_providers/docker/lib/Cargo.toml b/pulumi_wasm_generator_lib/tests/output/pulumi_providers/docker/lib/Cargo.toml index 996789d2..9bfbce88 100644 --- a/pulumi_wasm_generator_lib/tests/output/pulumi_providers/docker/lib/Cargo.toml +++ b/pulumi_wasm_generator_lib/tests/output/pulumi_providers/docker/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pulumi_wasm_docker" -version = "4.5.3-0.0.0-DEV" +version = "4.5.3-0.0.0-NIGHTLY-a4aad5a" edition = "2021" [dependencies] diff --git a/pulumi_wasm_generator_lib/tests/output/pulumi_providers/docker/lib/src/lib.rs b/pulumi_wasm_generator_lib/tests/output/pulumi_providers/docker/lib/src/lib.rs index 74499b00..281da627 100644 --- a/pulumi_wasm_generator_lib/tests/output/pulumi_providers/docker/lib/src/lib.rs +++ b/pulumi_wasm_generator_lib/tests/output/pulumi_providers/docker/lib/src/lib.rs @@ -8,7 +8,7 @@ mod bindings { // the name of the world in the `*.wit` input file world: "docker-pulumi-client", with: { - "component:pulumi-wasm/output-interface@0.0.0-DEV": generate + "component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a": generate } }); } diff --git a/pulumi_wasm_generator_lib/tests/output/pulumi_providers/docker/lib/wit/deps/pulumi-wasm.wit b/pulumi_wasm_generator_lib/tests/output/pulumi_providers/docker/lib/wit/deps/pulumi-wasm.wit index 9fad235d..b5922ad9 100644 --- a/pulumi_wasm_generator_lib/tests/output/pulumi_providers/docker/lib/wit/deps/pulumi-wasm.wit +++ b/pulumi_wasm_generator_lib/tests/output/pulumi_providers/docker/lib/wit/deps/pulumi-wasm.wit @@ -1,4 +1,4 @@ -package component:pulumi-wasm@0.0.0-DEV; +package component:pulumi-wasm@0.0.0-NIGHTLY-a4aad5a; interface output-interface { diff --git a/pulumi_wasm_generator_lib/tests/output/pulumi_providers/docker/lib/wit/world.wit b/pulumi_wasm_generator_lib/tests/output/pulumi_providers/docker/lib/wit/world.wit index 2bd75dd9..47eaca16 100644 --- a/pulumi_wasm_generator_lib/tests/output/pulumi_providers/docker/lib/wit/world.wit +++ b/pulumi_wasm_generator_lib/tests/output/pulumi_providers/docker/lib/wit/world.wit @@ -1,7 +1,7 @@ -package pulumi:%docker@4.5.3-ZERO.ZERO.ZERO-DEV; +package pulumi:%docker@4.5.3-ZERO.ZERO.ZERO-NIGHTLY-aFOURaadFIVEa; world %docker-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-a4aad5a; export %container; export %image; export %network; @@ -31,7 +31,7 @@ world %docker-pulumi-client { interface %container { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %attach: borrow, @@ -173,7 +173,7 @@ interface %container { interface %image { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %build: borrow, @@ -199,7 +199,7 @@ interface %image { interface %network { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %attachable: borrow, @@ -238,7 +238,7 @@ interface %network { interface %plugin { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %alias: borrow, @@ -271,7 +271,7 @@ interface %plugin { interface %registry-image { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %insecure-skip-verify: borrow, @@ -294,7 +294,7 @@ interface %registry-image { interface %remote-image { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %build: borrow, @@ -324,7 +324,7 @@ interface %remote-image { interface %secret { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %data: borrow, @@ -344,7 +344,7 @@ interface %secret { interface %service { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %auth: borrow, @@ -376,7 +376,7 @@ interface %service { interface %service-config { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %data: borrow, @@ -394,7 +394,7 @@ interface %service-config { interface %tag { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %source-image: borrow, @@ -413,7 +413,7 @@ interface %tag { interface %volume { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %driver: borrow, diff --git a/pulumi_wasm_generator_lib/tests/output/pulumi_providers/docker/provider/Cargo.toml b/pulumi_wasm_generator_lib/tests/output/pulumi_providers/docker/provider/Cargo.toml index 6670936e..afa359b3 100644 --- a/pulumi_wasm_generator_lib/tests/output/pulumi_providers/docker/provider/Cargo.toml +++ b/pulumi_wasm_generator_lib/tests/output/pulumi_providers/docker/provider/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pulumi_wasm_docker_provider" -version = "4.5.3-0.0.0-DEV" +version = "4.5.3-0.0.0-NIGHTLY-a4aad5a" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/pulumi_wasm_generator_lib/tests/output/pulumi_providers/docker/provider/wit/deps/pulumi-wasm.wit b/pulumi_wasm_generator_lib/tests/output/pulumi_providers/docker/provider/wit/deps/pulumi-wasm.wit index 9fad235d..b5922ad9 100644 --- a/pulumi_wasm_generator_lib/tests/output/pulumi_providers/docker/provider/wit/deps/pulumi-wasm.wit +++ b/pulumi_wasm_generator_lib/tests/output/pulumi_providers/docker/provider/wit/deps/pulumi-wasm.wit @@ -1,4 +1,4 @@ -package component:pulumi-wasm@0.0.0-DEV; +package component:pulumi-wasm@0.0.0-NIGHTLY-a4aad5a; interface output-interface { diff --git a/pulumi_wasm_generator_lib/tests/output/pulumi_providers/docker/provider/wit/world.wit b/pulumi_wasm_generator_lib/tests/output/pulumi_providers/docker/provider/wit/world.wit index 2bd75dd9..47eaca16 100644 --- a/pulumi_wasm_generator_lib/tests/output/pulumi_providers/docker/provider/wit/world.wit +++ b/pulumi_wasm_generator_lib/tests/output/pulumi_providers/docker/provider/wit/world.wit @@ -1,7 +1,7 @@ -package pulumi:%docker@4.5.3-ZERO.ZERO.ZERO-DEV; +package pulumi:%docker@4.5.3-ZERO.ZERO.ZERO-NIGHTLY-aFOURaadFIVEa; world %docker-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-a4aad5a; export %container; export %image; export %network; @@ -31,7 +31,7 @@ world %docker-pulumi-client { interface %container { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %attach: borrow, @@ -173,7 +173,7 @@ interface %container { interface %image { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %build: borrow, @@ -199,7 +199,7 @@ interface %image { interface %network { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %attachable: borrow, @@ -238,7 +238,7 @@ interface %network { interface %plugin { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %alias: borrow, @@ -271,7 +271,7 @@ interface %plugin { interface %registry-image { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %insecure-skip-verify: borrow, @@ -294,7 +294,7 @@ interface %registry-image { interface %remote-image { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %build: borrow, @@ -324,7 +324,7 @@ interface %remote-image { interface %secret { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %data: borrow, @@ -344,7 +344,7 @@ interface %secret { interface %service { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %auth: borrow, @@ -376,7 +376,7 @@ interface %service { interface %service-config { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %data: borrow, @@ -394,7 +394,7 @@ interface %service-config { interface %tag { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %source-image: borrow, @@ -413,7 +413,7 @@ interface %tag { interface %volume { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %driver: borrow, diff --git a/pulumi_wasm_generator_lib/tests/output/pulumi_providers/random/lib/Cargo.toml b/pulumi_wasm_generator_lib/tests/output/pulumi_providers/random/lib/Cargo.toml index 134df328..7fba9767 100644 --- a/pulumi_wasm_generator_lib/tests/output/pulumi_providers/random/lib/Cargo.toml +++ b/pulumi_wasm_generator_lib/tests/output/pulumi_providers/random/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pulumi_wasm_random" -version = "4.15.0-0.0.0-DEV" +version = "4.15.0-0.0.0-NIGHTLY-a4aad5a" edition = "2021" [dependencies] diff --git a/pulumi_wasm_generator_lib/tests/output/pulumi_providers/random/lib/src/lib.rs b/pulumi_wasm_generator_lib/tests/output/pulumi_providers/random/lib/src/lib.rs index 442346eb..40f62982 100644 --- a/pulumi_wasm_generator_lib/tests/output/pulumi_providers/random/lib/src/lib.rs +++ b/pulumi_wasm_generator_lib/tests/output/pulumi_providers/random/lib/src/lib.rs @@ -8,7 +8,7 @@ mod bindings { // the name of the world in the `*.wit` input file world: "random-pulumi-client", with: { - "component:pulumi-wasm/output-interface@0.0.0-DEV": generate + "component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a": generate } }); } diff --git a/pulumi_wasm_generator_lib/tests/output/pulumi_providers/random/lib/wit/deps/pulumi-wasm.wit b/pulumi_wasm_generator_lib/tests/output/pulumi_providers/random/lib/wit/deps/pulumi-wasm.wit index 9fad235d..b5922ad9 100644 --- a/pulumi_wasm_generator_lib/tests/output/pulumi_providers/random/lib/wit/deps/pulumi-wasm.wit +++ b/pulumi_wasm_generator_lib/tests/output/pulumi_providers/random/lib/wit/deps/pulumi-wasm.wit @@ -1,4 +1,4 @@ -package component:pulumi-wasm@0.0.0-DEV; +package component:pulumi-wasm@0.0.0-NIGHTLY-a4aad5a; interface output-interface { diff --git a/pulumi_wasm_generator_lib/tests/output/pulumi_providers/random/lib/wit/world.wit b/pulumi_wasm_generator_lib/tests/output/pulumi_providers/random/lib/wit/world.wit index 1a0ac4ff..0e3ceae0 100644 --- a/pulumi_wasm_generator_lib/tests/output/pulumi_providers/random/lib/wit/world.wit +++ b/pulumi_wasm_generator_lib/tests/output/pulumi_providers/random/lib/wit/world.wit @@ -1,7 +1,7 @@ -package pulumi:%random@4.15.0-ZERO.ZERO.ZERO-DEV; +package pulumi:%random@4.15.0-ZERO.ZERO.ZERO-NIGHTLY-aFOURaadFIVEa; world %random-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-a4aad5a; export %random-bytes; export %random-id; export %random-integer; @@ -25,7 +25,7 @@ world %random-pulumi-client { interface %random-bytes { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %keepers: borrow, @@ -45,7 +45,7 @@ interface %random-bytes { interface %random-id { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %byte-length: borrow, @@ -69,7 +69,7 @@ interface %random-id { interface %random-integer { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %keepers: borrow, @@ -92,7 +92,7 @@ interface %random-integer { interface %random-password { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %keepers: borrow, @@ -132,7 +132,7 @@ interface %random-password { interface %random-pet { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %keepers: borrow, @@ -154,7 +154,7 @@ interface %random-pet { interface %random-shuffle { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %inputs: borrow, @@ -177,7 +177,7 @@ interface %random-shuffle { interface %random-string { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %keepers: borrow, @@ -216,7 +216,7 @@ interface %random-string { interface %random-uuid { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %keepers: borrow, diff --git a/pulumi_wasm_generator_lib/tests/output/pulumi_providers/random/provider/Cargo.toml b/pulumi_wasm_generator_lib/tests/output/pulumi_providers/random/provider/Cargo.toml index 8a534a0d..8a5c6f7d 100644 --- a/pulumi_wasm_generator_lib/tests/output/pulumi_providers/random/provider/Cargo.toml +++ b/pulumi_wasm_generator_lib/tests/output/pulumi_providers/random/provider/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pulumi_wasm_random_provider" -version = "4.15.0-0.0.0-DEV" +version = "4.15.0-0.0.0-NIGHTLY-a4aad5a" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/pulumi_wasm_generator_lib/tests/output/pulumi_providers/random/provider/wit/deps/pulumi-wasm.wit b/pulumi_wasm_generator_lib/tests/output/pulumi_providers/random/provider/wit/deps/pulumi-wasm.wit index 9fad235d..b5922ad9 100644 --- a/pulumi_wasm_generator_lib/tests/output/pulumi_providers/random/provider/wit/deps/pulumi-wasm.wit +++ b/pulumi_wasm_generator_lib/tests/output/pulumi_providers/random/provider/wit/deps/pulumi-wasm.wit @@ -1,4 +1,4 @@ -package component:pulumi-wasm@0.0.0-DEV; +package component:pulumi-wasm@0.0.0-NIGHTLY-a4aad5a; interface output-interface { diff --git a/pulumi_wasm_generator_lib/tests/output/pulumi_providers/random/provider/wit/world.wit b/pulumi_wasm_generator_lib/tests/output/pulumi_providers/random/provider/wit/world.wit index 1a0ac4ff..0e3ceae0 100644 --- a/pulumi_wasm_generator_lib/tests/output/pulumi_providers/random/provider/wit/world.wit +++ b/pulumi_wasm_generator_lib/tests/output/pulumi_providers/random/provider/wit/world.wit @@ -1,7 +1,7 @@ -package pulumi:%random@4.15.0-ZERO.ZERO.ZERO-DEV; +package pulumi:%random@4.15.0-ZERO.ZERO.ZERO-NIGHTLY-aFOURaadFIVEa; world %random-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-a4aad5a; export %random-bytes; export %random-id; export %random-integer; @@ -25,7 +25,7 @@ world %random-pulumi-client { interface %random-bytes { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %keepers: borrow, @@ -45,7 +45,7 @@ interface %random-bytes { interface %random-id { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %byte-length: borrow, @@ -69,7 +69,7 @@ interface %random-id { interface %random-integer { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %keepers: borrow, @@ -92,7 +92,7 @@ interface %random-integer { interface %random-password { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %keepers: borrow, @@ -132,7 +132,7 @@ interface %random-password { interface %random-pet { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %keepers: borrow, @@ -154,7 +154,7 @@ interface %random-pet { interface %random-shuffle { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %inputs: borrow, @@ -177,7 +177,7 @@ interface %random-shuffle { interface %random-string { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %keepers: borrow, @@ -216,7 +216,7 @@ interface %random-string { interface %random-uuid { - use component:pulumi-wasm/output-interface@0.0.0-DEV.{output}; + use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-a4aad5a.{output}; record args { %keepers: borrow, diff --git a/pulumi_wasm_generator_lib/tests/output/pulumi_tests/cyclic-types/lib/Cargo.toml b/pulumi_wasm_generator_lib/tests/output/pulumi_tests/cyclic-types/lib/Cargo.toml index 9d5e0ddd..a96c43cb 100644 --- a/pulumi_wasm_generator_lib/tests/output/pulumi_tests/cyclic-types/lib/Cargo.toml +++ b/pulumi_wasm_generator_lib/tests/output/pulumi_tests/cyclic-types/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pulumi_wasm_example" -version = "0.0.1-0.0.0-DEV" +version = "0.0.1-0.0.0-NIGHTLY-a4aad5a" edition = "2021" [dependencies] diff --git a/pulumi_wasm_generator_lib/tests/output/pulumi_tests/cyclic-types/lib/wit/deps/pulumi-wasm.wit b/pulumi_wasm_generator_lib/tests/output/pulumi_tests/cyclic-types/lib/wit/deps/pulumi-wasm.wit index 9fad235d..b5922ad9 100644 --- a/pulumi_wasm_generator_lib/tests/output/pulumi_tests/cyclic-types/lib/wit/deps/pulumi-wasm.wit +++ b/pulumi_wasm_generator_lib/tests/output/pulumi_tests/cyclic-types/lib/wit/deps/pulumi-wasm.wit @@ -1,4 +1,4 @@ -package component:pulumi-wasm@0.0.0-DEV; +package component:pulumi-wasm@0.0.0-NIGHTLY-a4aad5a; interface output-interface { diff --git a/pulumi_wasm_generator_lib/tests/output/pulumi_tests/cyclic-types/lib/wit/world.wit b/pulumi_wasm_generator_lib/tests/output/pulumi_tests/cyclic-types/lib/wit/world.wit index 82ef8c76..d9648b98 100644 --- a/pulumi_wasm_generator_lib/tests/output/pulumi_tests/cyclic-types/lib/wit/world.wit +++ b/pulumi_wasm_generator_lib/tests/output/pulumi_tests/cyclic-types/lib/wit/world.wit @@ -1,7 +1,7 @@ -package pulumi:%example@0.0.1-ZERO.ZERO.ZERO-DEV; +package pulumi:%example@0.0.1-ZERO.ZERO.ZERO-NIGHTLY-aFOURaadFIVEa; world %example-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-a4aad5a; } world %example-pulumi-client { diff --git a/pulumi_wasm_generator_lib/tests/output/pulumi_tests/cyclic-types/provider/Cargo.toml b/pulumi_wasm_generator_lib/tests/output/pulumi_tests/cyclic-types/provider/Cargo.toml index a86da420..9bd00c01 100644 --- a/pulumi_wasm_generator_lib/tests/output/pulumi_tests/cyclic-types/provider/Cargo.toml +++ b/pulumi_wasm_generator_lib/tests/output/pulumi_tests/cyclic-types/provider/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pulumi_wasm_example_provider" -version = "0.0.1-0.0.0-DEV" +version = "0.0.1-0.0.0-NIGHTLY-a4aad5a" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/pulumi_wasm_generator_lib/tests/output/pulumi_tests/cyclic-types/provider/wit/deps/pulumi-wasm.wit b/pulumi_wasm_generator_lib/tests/output/pulumi_tests/cyclic-types/provider/wit/deps/pulumi-wasm.wit index 9fad235d..b5922ad9 100644 --- a/pulumi_wasm_generator_lib/tests/output/pulumi_tests/cyclic-types/provider/wit/deps/pulumi-wasm.wit +++ b/pulumi_wasm_generator_lib/tests/output/pulumi_tests/cyclic-types/provider/wit/deps/pulumi-wasm.wit @@ -1,4 +1,4 @@ -package component:pulumi-wasm@0.0.0-DEV; +package component:pulumi-wasm@0.0.0-NIGHTLY-a4aad5a; interface output-interface { diff --git a/pulumi_wasm_generator_lib/tests/output/pulumi_tests/cyclic-types/provider/wit/world.wit b/pulumi_wasm_generator_lib/tests/output/pulumi_tests/cyclic-types/provider/wit/world.wit index 82ef8c76..d9648b98 100644 --- a/pulumi_wasm_generator_lib/tests/output/pulumi_tests/cyclic-types/provider/wit/world.wit +++ b/pulumi_wasm_generator_lib/tests/output/pulumi_tests/cyclic-types/provider/wit/world.wit @@ -1,7 +1,7 @@ -package pulumi:%example@0.0.1-ZERO.ZERO.ZERO-DEV; +package pulumi:%example@0.0.1-ZERO.ZERO.ZERO-NIGHTLY-aFOURaadFIVEa; world %example-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-a4aad5a; } world %example-pulumi-client { diff --git a/pulumi_wasm_generator_lib/tests/output/pulumi_tests/mini-awsnative/lib/Cargo.toml b/pulumi_wasm_generator_lib/tests/output/pulumi_tests/mini-awsnative/lib/Cargo.toml index 1d7b7abb..f7c1b591 100644 --- a/pulumi_wasm_generator_lib/tests/output/pulumi_tests/mini-awsnative/lib/Cargo.toml +++ b/pulumi_wasm_generator_lib/tests/output/pulumi_tests/mini-awsnative/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pulumi_wasm_aws-native" -version = "0.0.1-0.0.0-DEV" +version = "0.0.1-0.0.0-NIGHTLY-a4aad5a" edition = "2021" [dependencies] diff --git a/pulumi_wasm_generator_lib/tests/output/pulumi_tests/mini-awsnative/lib/wit/deps/pulumi-wasm.wit b/pulumi_wasm_generator_lib/tests/output/pulumi_tests/mini-awsnative/lib/wit/deps/pulumi-wasm.wit index 9fad235d..b5922ad9 100644 --- a/pulumi_wasm_generator_lib/tests/output/pulumi_tests/mini-awsnative/lib/wit/deps/pulumi-wasm.wit +++ b/pulumi_wasm_generator_lib/tests/output/pulumi_tests/mini-awsnative/lib/wit/deps/pulumi-wasm.wit @@ -1,4 +1,4 @@ -package component:pulumi-wasm@0.0.0-DEV; +package component:pulumi-wasm@0.0.0-NIGHTLY-a4aad5a; interface output-interface { diff --git a/pulumi_wasm_generator_lib/tests/output/pulumi_tests/mini-awsnative/lib/wit/world.wit b/pulumi_wasm_generator_lib/tests/output/pulumi_tests/mini-awsnative/lib/wit/world.wit index 47c7ea65..5b5d3996 100644 --- a/pulumi_wasm_generator_lib/tests/output/pulumi_tests/mini-awsnative/lib/wit/world.wit +++ b/pulumi_wasm_generator_lib/tests/output/pulumi_tests/mini-awsnative/lib/wit/world.wit @@ -1,7 +1,7 @@ -package pulumi:%aws-native@0.0.1-ZERO.ZERO.ZERO-DEV; +package pulumi:%aws-native@0.0.1-ZERO.ZERO.ZERO-NIGHTLY-aFOURaadFIVEa; world %aws-native-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-a4aad5a; } world %aws-native-pulumi-client { diff --git a/pulumi_wasm_generator_lib/tests/output/pulumi_tests/mini-awsnative/provider/Cargo.toml b/pulumi_wasm_generator_lib/tests/output/pulumi_tests/mini-awsnative/provider/Cargo.toml index 15bf3967..ca79b2a8 100644 --- a/pulumi_wasm_generator_lib/tests/output/pulumi_tests/mini-awsnative/provider/Cargo.toml +++ b/pulumi_wasm_generator_lib/tests/output/pulumi_tests/mini-awsnative/provider/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pulumi_wasm_aws-native_provider" -version = "0.0.1-0.0.0-DEV" +version = "0.0.1-0.0.0-NIGHTLY-a4aad5a" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/pulumi_wasm_generator_lib/tests/output/pulumi_tests/mini-awsnative/provider/wit/deps/pulumi-wasm.wit b/pulumi_wasm_generator_lib/tests/output/pulumi_tests/mini-awsnative/provider/wit/deps/pulumi-wasm.wit index 9fad235d..b5922ad9 100644 --- a/pulumi_wasm_generator_lib/tests/output/pulumi_tests/mini-awsnative/provider/wit/deps/pulumi-wasm.wit +++ b/pulumi_wasm_generator_lib/tests/output/pulumi_tests/mini-awsnative/provider/wit/deps/pulumi-wasm.wit @@ -1,4 +1,4 @@ -package component:pulumi-wasm@0.0.0-DEV; +package component:pulumi-wasm@0.0.0-NIGHTLY-a4aad5a; interface output-interface { diff --git a/pulumi_wasm_generator_lib/tests/output/pulumi_tests/mini-awsnative/provider/wit/world.wit b/pulumi_wasm_generator_lib/tests/output/pulumi_tests/mini-awsnative/provider/wit/world.wit index 47c7ea65..5b5d3996 100644 --- a/pulumi_wasm_generator_lib/tests/output/pulumi_tests/mini-awsnative/provider/wit/world.wit +++ b/pulumi_wasm_generator_lib/tests/output/pulumi_tests/mini-awsnative/provider/wit/world.wit @@ -1,7 +1,7 @@ -package pulumi:%aws-native@0.0.1-ZERO.ZERO.ZERO-DEV; +package pulumi:%aws-native@0.0.1-ZERO.ZERO.ZERO-NIGHTLY-aFOURaadFIVEa; world %aws-native-pulumi { - import component:pulumi-wasm/register-interface@0.0.0-DEV; + import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-a4aad5a; } world %aws-native-pulumi-client { diff --git a/pulumi_wasm_rust_macro/src/lib.rs b/pulumi_wasm_rust_macro/src/lib.rs index 7ce9be3f..3ed990c1 100644 --- a/pulumi_wasm_rust_macro/src/lib.rs +++ b/pulumi_wasm_rust_macro/src/lib.rs @@ -17,7 +17,7 @@ pub fn pulumi_main(_attr: TokenStream, item: TokenStream) -> TokenStream { fn #fn_name() #fn_output #fn_block - #[export_name = "component:pulumi-wasm/pulumi-main@0.0.0-DEV#main"] + #[export_name = "component:pulumi-wasm/pulumi-main@0.0.0-NIGHTLY-a4aad5a#main"] unsafe extern "C" fn __exported() { pulumi_wasm_rust::runner::run(|| { #fn_name() diff --git a/pulumi_wasm_wit/wit/world.wit b/pulumi_wasm_wit/wit/world.wit index 000435b0..0f504a7b 100644 --- a/pulumi_wasm_wit/wit/world.wit +++ b/pulumi_wasm_wit/wit/world.wit @@ -1,4 +1,4 @@ -package component:pulumi-wasm@0.0.0-DEV; +package component:pulumi-wasm@0.0.0-NIGHTLY-a4aad5a; world import-all { import output-interface;