Skip to content

Commit

Permalink
Release v0.0.0-NIGHTLY-1a709bf
Browse files Browse the repository at this point in the history
github-actions[bot] committed Sep 29, 2024
1 parent 1a709bf commit 67a5608
Showing 47 changed files with 2,226 additions and 2,174 deletions.
46 changes: 23 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -35,21 +35,21 @@ members = [
]

[workspace.package]
version = "0.0.0-DEV"
version = "0.0.0-NIGHTLY-1a709bf"
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_runner_component_creator = { version = "=0.0.0-DEV", path = "pulumi_wasm_runner_component_creator", registry = "cloudsmith" }
pulumi_wasm_core = { version = "=0.0.0-NIGHTLY-1a709bf", path = "pulumi_wasm_core", registry = "cloudsmith" }
pulumi_wasm_docker = { version = "=4.5.3-0.0.0-NIGHTLY-1a709bf", path = "providers/pulumi_wasm_provider_docker_rust", registry = "cloudsmith" }
pulumi_wasm_generator_lib = { version = "=0.0.0-NIGHTLY-1a709bf", path = "pulumi_wasm_generator_lib", registry = "cloudsmith" }
pulumi_wasm_random = { version = "=4.15.0-0.0.0-NIGHTLY-1a709bf", path = "providers/pulumi_wasm_provider_random_rust", registry = "cloudsmith" }
pulumi_wasm_rust = { version = "=0.0.0-NIGHTLY-1a709bf", path = "pulumi_wasm_rust", registry = "cloudsmith" }
pulumi_wasm_rust_macro = { version = "=0.0.0-NIGHTLY-1a709bf", path = "pulumi_wasm_rust_macro", registry = "cloudsmith" }
pulumi_wasm_common = { version = "=0.0.0-NIGHTLY-1a709bf", path = "pulumi_wasm_common", registry = "cloudsmith" }
pulumi_wasm_proto = { version = "=0.0.0-NIGHTLY-1a709bf", path = "pulumi_wasm_proto", registry = "cloudsmith" }
pulumi_wasm_wit = { version = "=0.0.0-NIGHTLY-1a709bf", path = "pulumi_wasm_wit", registry = "cloudsmith" }
pulumi_wasm_runner_component_creator = { version = "=0.0.0-NIGHTLY-1a709bf", path = "pulumi_wasm_runner_component_creator", registry = "cloudsmith" }

anyhow = "1.0.82"
prost = "0.13.1"
2 changes: 1 addition & 1 deletion providers/pulumi_wasm_provider_cloudflare/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pulumi_wasm_cloudflare_provider"
version = "5.24.1-0.0.0-DEV"
version = "5.24.1-0.0.0-NIGHTLY-1a709bf"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2,867 changes: 1,455 additions & 1,412 deletions providers/pulumi_wasm_provider_cloudflare/src/bindings.rs

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package component:pulumi-wasm@0.0.0-DEV;
package component:pulumi-wasm@0.0.0-NIGHTLY-1a709bf;

interface output-interface {

286 changes: 143 additions & 143 deletions providers/pulumi_wasm_provider_cloudflare/wit/world.wit

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion providers/pulumi_wasm_provider_cloudflare_rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pulumi_wasm_cloudflare"
version = "5.24.1-0.0.0-DEV"
version = "5.24.1-0.0.0-NIGHTLY-1a709bf"
edition = "2021"

[dependencies]
2 changes: 1 addition & 1 deletion providers/pulumi_wasm_provider_cloudflare_rust/src/lib.rs
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ mod bindings {
// the name of the world in the `*.wit` input file
world: "cloudflare-pulumi-client",
with: {
"component:pulumi-wasm/output-interface@0.0.0-DEV": pulumi_wasm_wit::client_bindings::component::pulumi_wasm::output_interface
"component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-1a709bf": pulumi_wasm_wit::client_bindings::component::pulumi_wasm::output_interface
}
});
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package component:pulumi-wasm@0.0.0-DEV;
package component:pulumi-wasm@0.0.0-NIGHTLY-1a709bf;

interface output-interface {

286 changes: 143 additions & 143 deletions providers/pulumi_wasm_provider_cloudflare_rust/wit/world.wit

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion providers/pulumi_wasm_provider_docker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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-1a709bf"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
394 changes: 200 additions & 194 deletions providers/pulumi_wasm_provider_docker/src/bindings.rs

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package component:pulumi-wasm@0.0.0-DEV;
package component:pulumi-wasm@0.0.0-NIGHTLY-1a709bf;

interface output-interface {

36 changes: 18 additions & 18 deletions providers/pulumi_wasm_provider_docker/wit/world.wit
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package pulumi:docker@4.5.3-DIVIDER-ZERO.ZERO.ZERO-DEV;
package pulumi:docker@4.5.3-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-ONEaSEVENZERONINEbf;

world docker-pulumi {
import component:pulumi-wasm/register-interface@0.0.0-DEV;
import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-1a709bf;
export container;
export image;
export network;
@@ -41,7 +41,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-1a709bf.{output};

record args {
attach: borrow<output>,
@@ -185,7 +185,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-1a709bf.{output};

record args {
build: borrow<output>,
@@ -213,7 +213,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-1a709bf.{output};

record args {
attachable: borrow<output>,
@@ -254,7 +254,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-1a709bf.{output};

record args {
alias: borrow<output>,
@@ -289,7 +289,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-1a709bf.{output};

record args {
insecure-skip-verify: borrow<output>,
@@ -314,7 +314,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-1a709bf.{output};

record args {
build: borrow<output>,
@@ -346,7 +346,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-1a709bf.{output};

record args {
data: borrow<output>,
@@ -368,7 +368,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-1a709bf.{output};

record args {
auth: borrow<output>,
@@ -402,7 +402,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-1a709bf.{output};

record args {
data: borrow<output>,
@@ -422,7 +422,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-1a709bf.{output};

record args {
source-image: borrow<output>,
@@ -443,7 +443,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-1a709bf.{output};

record args {
driver: borrow<output>,
@@ -469,7 +469,7 @@ interface volume {

interface get-logs {

use component:pulumi-wasm/output-interface@0.0.0-DEV.{output};
use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-1a709bf.{output};

record args {
details: borrow<output>,
@@ -508,7 +508,7 @@ interface get-logs {
}
interface get-network {

use component:pulumi-wasm/output-interface@0.0.0-DEV.{output};
use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-1a709bf.{output};

record args {
name: borrow<output>,
@@ -531,7 +531,7 @@ interface get-network {
}
interface get-plugin {

use component:pulumi-wasm/output-interface@0.0.0-DEV.{output};
use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-1a709bf.{output};

record args {
alias: borrow<output>,
@@ -555,7 +555,7 @@ interface get-plugin {
}
interface get-registry-image {

use component:pulumi-wasm/output-interface@0.0.0-DEV.{output};
use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-1a709bf.{output};

record args {
insecure-skip-verify: borrow<output>,
@@ -576,7 +576,7 @@ interface get-registry-image {
}
interface get-remote-image {

use component:pulumi-wasm/output-interface@0.0.0-DEV.{output};
use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-1a709bf.{output};

record args {
name: borrow<output>,
2 changes: 1 addition & 1 deletion providers/pulumi_wasm_provider_docker_rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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-1a709bf"
edition = "2021"

[dependencies]
2 changes: 1 addition & 1 deletion providers/pulumi_wasm_provider_docker_rust/src/lib.rs
Original file line number Diff line number Diff line change
@@ -15,7 +15,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": pulumi_wasm_wit::client_bindings::component::pulumi_wasm::output_interface
"component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-1a709bf": pulumi_wasm_wit::client_bindings::component::pulumi_wasm::output_interface
}
});
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package component:pulumi-wasm@0.0.0-DEV;
package component:pulumi-wasm@0.0.0-NIGHTLY-1a709bf;

interface output-interface {

36 changes: 18 additions & 18 deletions providers/pulumi_wasm_provider_docker_rust/wit/world.wit
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package pulumi:docker@4.5.3-DIVIDER-ZERO.ZERO.ZERO-DEV;
package pulumi:docker@4.5.3-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-ONEaSEVENZERONINEbf;

world docker-pulumi {
import component:pulumi-wasm/register-interface@0.0.0-DEV;
import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-1a709bf;
export container;
export image;
export network;
@@ -41,7 +41,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-1a709bf.{output};

record args {
attach: borrow<output>,
@@ -185,7 +185,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-1a709bf.{output};

record args {
build: borrow<output>,
@@ -213,7 +213,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-1a709bf.{output};

record args {
attachable: borrow<output>,
@@ -254,7 +254,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-1a709bf.{output};

record args {
alias: borrow<output>,
@@ -289,7 +289,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-1a709bf.{output};

record args {
insecure-skip-verify: borrow<output>,
@@ -314,7 +314,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-1a709bf.{output};

record args {
build: borrow<output>,
@@ -346,7 +346,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-1a709bf.{output};

record args {
data: borrow<output>,
@@ -368,7 +368,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-1a709bf.{output};

record args {
auth: borrow<output>,
@@ -402,7 +402,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-1a709bf.{output};

record args {
data: borrow<output>,
@@ -422,7 +422,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-1a709bf.{output};

record args {
source-image: borrow<output>,
@@ -443,7 +443,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-1a709bf.{output};

record args {
driver: borrow<output>,
@@ -469,7 +469,7 @@ interface volume {

interface get-logs {

use component:pulumi-wasm/output-interface@0.0.0-DEV.{output};
use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-1a709bf.{output};

record args {
details: borrow<output>,
@@ -508,7 +508,7 @@ interface get-logs {
}
interface get-network {

use component:pulumi-wasm/output-interface@0.0.0-DEV.{output};
use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-1a709bf.{output};

record args {
name: borrow<output>,
@@ -531,7 +531,7 @@ interface get-network {
}
interface get-plugin {

use component:pulumi-wasm/output-interface@0.0.0-DEV.{output};
use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-1a709bf.{output};

record args {
alias: borrow<output>,
@@ -555,7 +555,7 @@ interface get-plugin {
}
interface get-registry-image {

use component:pulumi-wasm/output-interface@0.0.0-DEV.{output};
use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-1a709bf.{output};

record args {
insecure-skip-verify: borrow<output>,
@@ -576,7 +576,7 @@ interface get-registry-image {
}
interface get-remote-image {

use component:pulumi-wasm/output-interface@0.0.0-DEV.{output};
use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-1a709bf.{output};

record args {
name: borrow<output>,
2 changes: 1 addition & 1 deletion providers/pulumi_wasm_provider_random/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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-1a709bf"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
204 changes: 103 additions & 101 deletions providers/pulumi_wasm_provider_random/src/bindings.rs

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package component:pulumi-wasm@0.0.0-DEV;
package component:pulumi-wasm@0.0.0-NIGHTLY-1a709bf;

interface output-interface {

20 changes: 10 additions & 10 deletions providers/pulumi_wasm_provider_random/wit/world.wit
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package pulumi:random@4.15.0-DIVIDER-ZERO.ZERO.ZERO-DEV;
package pulumi:random@4.15.0-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-ONEaSEVENZERONINEbf;

world random-pulumi {
import component:pulumi-wasm/register-interface@0.0.0-DEV;
import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-1a709bf;
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-1a709bf.{output};

record args {
keepers: borrow<output>,
@@ -47,7 +47,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-1a709bf.{output};

record args {
byte-length: borrow<output>,
@@ -73,7 +73,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-1a709bf.{output};

record args {
keepers: borrow<output>,
@@ -98,7 +98,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-1a709bf.{output};

record args {
keepers: borrow<output>,
@@ -140,7 +140,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-1a709bf.{output};

record args {
keepers: borrow<output>,
@@ -164,7 +164,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-1a709bf.{output};

record args {
inputs: borrow<output>,
@@ -189,7 +189,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-1a709bf.{output};

record args {
keepers: borrow<output>,
@@ -230,7 +230,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-1a709bf.{output};

record args {
keepers: borrow<output>,
2 changes: 1 addition & 1 deletion providers/pulumi_wasm_provider_random_rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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-1a709bf"
edition = "2021"

[dependencies]
2 changes: 1 addition & 1 deletion providers/pulumi_wasm_provider_random_rust/src/lib.rs
Original file line number Diff line number Diff line change
@@ -9,7 +9,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": pulumi_wasm_wit::client_bindings::component::pulumi_wasm::output_interface
"component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-1a709bf": pulumi_wasm_wit::client_bindings::component::pulumi_wasm::output_interface
}
});
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package component:pulumi-wasm@0.0.0-DEV;
package component:pulumi-wasm@0.0.0-NIGHTLY-1a709bf;

interface output-interface {

20 changes: 10 additions & 10 deletions providers/pulumi_wasm_provider_random_rust/wit/world.wit
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package pulumi:random@4.15.0-DIVIDER-ZERO.ZERO.ZERO-DEV;
package pulumi:random@4.15.0-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-ONEaSEVENZERONINEbf;

world random-pulumi {
import component:pulumi-wasm/register-interface@0.0.0-DEV;
import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-1a709bf;
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-1a709bf.{output};

record args {
keepers: borrow<output>,
@@ -47,7 +47,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-1a709bf.{output};

record args {
byte-length: borrow<output>,
@@ -73,7 +73,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-1a709bf.{output};

record args {
keepers: borrow<output>,
@@ -98,7 +98,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-1a709bf.{output};

record args {
keepers: borrow<output>,
@@ -140,7 +140,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-1a709bf.{output};

record args {
keepers: borrow<output>,
@@ -164,7 +164,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-1a709bf.{output};

record args {
inputs: borrow<output>,
@@ -189,7 +189,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-1a709bf.{output};

record args {
keepers: borrow<output>,
@@ -230,7 +230,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-1a709bf.{output};

record args {
keepers: borrow<output>,
97 changes: 49 additions & 48 deletions pulumi_wasm/src/bindings.rs
Original file line number Diff line number Diff line change
@@ -562,7 +562,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-1a709bf"
)]
extern "C" {
#[link_name = "[resource-drop]output"]
@@ -640,7 +640,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-1a709bf"
)]
extern "C" {
#[link_name = "[resource-new]output"]
@@ -662,7 +662,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-1a709bf"
)]
extern "C" {
#[link_name = "[resource-rep]output"]
@@ -675,31 +675,31 @@ pub mod exports {
fn map(&self, function_name: _rt::String) -> Output;
}
#[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_1a709bf_cabi {
($ty:ident with_types_in $($path_to_types:tt)*) => {
const _ : () = { #[export_name =
"component:pulumi-wasm/output-interface@0.0.0-DEV#[constructor]output"]
"component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-1a709bf#[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"]
"component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-1a709bf#[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#combine"]
"component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-1a709bf#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"]
"component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-1a709bf#[dtor]output"]
#[allow(non_snake_case)] unsafe extern "C" fn dtor(rep : * mut
u8) { $($path_to_types)*:: Output::dtor::< <$ty as
$($path_to_types)*:: Guest >::Output > (rep) } }; };
};
}
#[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_1a709bf_cabi;
}
#[allow(dead_code, clippy::all)]
pub mod register_interface {
@@ -1060,31 +1060,31 @@ pub mod exports {
) -> ResourceInvokeResult;
}
#[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_1a709bf_cabi {
($ty:ident with_types_in $($path_to_types:tt)*) => {
const _ : () = { #[export_name =
"component:pulumi-wasm/register-interface@0.0.0-DEV#register"]
"component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-1a709bf#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"]
"cabi_post_component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-1a709bf#register"]
unsafe extern "C" fn _post_return_register(arg0 : * mut u8,) {
$($path_to_types)*:: __post_return_register::<$ty > (arg0) }
#[export_name =
"component:pulumi-wasm/register-interface@0.0.0-DEV#invoke"]
"component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-1a709bf#invoke"]
unsafe extern "C" fn export_invoke(arg0 : * mut u8, arg1 : usize,
arg2 : * mut u8, arg3 : usize, arg4 : * mut u8, arg5 : usize,) ->
* mut u8 { $($path_to_types)*:: _export_invoke_cabi::<$ty >
(arg0, arg1, arg2, arg3, arg4, arg5) } #[export_name =
"cabi_post_component:pulumi-wasm/register-interface@0.0.0-DEV#invoke"]
"cabi_post_component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-1a709bf#invoke"]
unsafe extern "C" fn _post_return_invoke(arg0 : * mut u8,) {
$($path_to_types)*:: __post_return_invoke::<$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_1a709bf_cabi;
#[repr(align(4))]
struct _RetArea([::core::mem::MaybeUninit<u8>; 8]);
static mut _RET_AREA: _RetArea = _RetArea(
@@ -1245,25 +1245,25 @@ pub mod exports {
) -> _rt::Vec<FunctionInvocationRequest>;
}
#[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_1a709bf_cabi {
($ty:ident with_types_in $($path_to_types:tt)*) => {
const _ : () = { #[export_name =
"component:pulumi-wasm/stack-interface@0.0.0-DEV#add-export"]
"component:pulumi-wasm/stack-interface@0.0.0-NIGHTLY-1a709bf#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"] 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"]
"component:pulumi-wasm/stack-interface@0.0.0-NIGHTLY-1a709bf#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-NIGHTLY-1a709bf#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_1a709bf_cabi;
#[repr(align(4))]
struct _RetArea([::core::mem::MaybeUninit<u8>; 8]);
static mut _RET_AREA: _RetArea = _RetArea(
@@ -1466,13 +1466,13 @@ macro_rules! __export_pulumi_wasm_impl {
};
($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
exports::component::pulumi_wasm::output_interface::__export_component_pulumi_wasm_output_interface_0_0_0_nightly_1a709bf_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
exports::component::pulumi_wasm::register_interface::__export_component_pulumi_wasm_register_interface_0_0_0_nightly_1a709bf_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
exports::component::pulumi_wasm::stack_interface::__export_component_pulumi_wasm_stack_interface_0_0_0_nightly_1a709bf_cabi!($ty
with_types_in $($path_to_types_root)*::
exports::component::pulumi_wasm::stack_interface);
};
@@ -1482,8 +1482,8 @@ pub(crate) use __export_pulumi_wasm_impl as export;
#[cfg(target_arch = "wasm32")]
#[link_section = "component-type:wit-bindgen:0.30.0:pulumi-wasm:encoded world"]
#[doc(hidden)]
pub static __WIT_BINDGEN_COMPONENT_TYPE: [u8; 1775] = *b"\
\0asm\x0d\0\x01\0\0\x19\x16wit-component-encoding\x04\0\x07\xed\x0c\x01A\x02\x01\
pub static __WIT_BINDGEN_COMPONENT_TYPE: [u8; 1823] = *b"\
\0asm\x0d\0\x01\0\0\x19\x16wit-component-encoding\x04\0\x07\x9d\x0d\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\
@@ -1500,26 +1500,27 @@ source\x01\x0b\x01p\x06\x01@\0\0\x0c\x04\0\x1cwait-for-resource-operations\x01\x
B\x0a\x04\0\x06output\x03\x01\x01i\0\x01@\x01\x05values\0\x01\x04\0\x13[construc\
tor]output\x01\x02\x01h\0\x01@\x02\x04self\x03\x0dfunction-names\0\x01\x04\0\x12\
[method]output.map\x01\x04\x01p\x03\x01@\x01\x07outputs\x05\0\x01\x04\0\x07combi\
ne\x01\x06\x04\x010component:pulumi-wasm/output-interface@0.0.0-DEV\x05\x02\x02\x03\
\0\x02\x06output\x01B\x1c\x02\x03\x02\x01\x03\x04\0\x06output\x03\0\0\x01h\x01\x01\
r\x02\x04names\x05value\x02\x04\0\x0cobject-field\x03\0\x03\x01r\x01\x04names\x04\
\0\x0cresult-field\x03\0\x05\x01i\x01\x01r\x02\x04names\x06output\x07\x04\0\x1er\
egister-resource-result-field\x03\0\x08\x01p\x04\x01p\x06\x01r\x04\x04types\x04n\
ames\x06object\x0a\x07results\x0b\x04\0\x19register-resource-request\x03\0\x0c\x01\
p\x09\x01r\x01\x06fields\x0e\x04\0\x18register-resource-result\x03\0\x0f\x01r\x02\
\x04names\x06output\x07\x04\0\x1cresource-invoke-result-field\x03\0\x11\x01r\x03\
\x05tokens\x06object\x0a\x07results\x0b\x04\0\x17resource-invoke-request\x03\0\x13\
\x01p\x12\x01r\x01\x06fields\x15\x04\0\x16resource-invoke-result\x03\0\x16\x01@\x01\
\x07request\x0d\0\x10\x04\0\x08register\x01\x18\x01@\x01\x07request\x14\0\x17\x04\
\0\x06invoke\x01\x19\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\x01r\x03\x02i\
d\x02\x0bfunction-ids\x05values\x04\0\x1bfunction-invocation-request\x03\0\x03\x01\
h\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/component:pulum\
i-wasm/stack-interface@0.0.0-DEV\x05\x05\x04\x01+component:pulumi-wasm/pulumi-wa\
sm@0.0.0-DEV\x04\0\x0b\x11\x01\0\x0bpulumi-wasm\x03\0\0\0G\x09producers\x01\x0cp\
rocessed-by\x02\x0dwit-component\x070.215.0\x10wit-bindgen-rust\x060.30.0";
ne\x01\x06\x04\x01<component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-1a709bf\x05\
\x02\x02\x03\0\x02\x06output\x01B\x1c\x02\x03\x02\x01\x03\x04\0\x06output\x03\0\0\
\x01h\x01\x01r\x02\x04names\x05value\x02\x04\0\x0cobject-field\x03\0\x03\x01r\x01\
\x04names\x04\0\x0cresult-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\x04\
types\x04names\x06object\x0a\x07results\x0b\x04\0\x19register-resource-request\x03\
\0\x0c\x01p\x09\x01r\x01\x06fields\x0e\x04\0\x18register-resource-result\x03\0\x0f\
\x01r\x02\x04names\x06output\x07\x04\0\x1cresource-invoke-result-field\x03\0\x11\
\x01r\x03\x05tokens\x06object\x0a\x07results\x0b\x04\0\x17resource-invoke-reques\
t\x03\0\x13\x01p\x12\x01r\x01\x06fields\x15\x04\0\x16resource-invoke-result\x03\0\
\x16\x01@\x01\x07request\x0d\0\x10\x04\0\x08register\x01\x18\x01@\x01\x07request\
\x14\0\x17\x04\0\x06invoke\x01\x19\x04\x01>component:pulumi-wasm/register-interf\
ace@0.0.0-NIGHTLY-1a709bf\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-inv\
ocation-request\x03\0\x03\x01h\x01\x01r\x02\x02id\x05\x05values\x04\0\x1afunctio\
n-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;component:pulumi-wasm/stack-interface@0.0.0-NIGHTLY-1a709bf\x05\
\x05\x04\x017component:pulumi-wasm/pulumi-wasm@0.0.0-NIGHTLY-1a709bf\x04\0\x0b\x11\
\x01\0\x0bpulumi-wasm\x03\0\0\0G\x09producers\x01\x0cprocessed-by\x02\x0dwit-com\
ponent\x070.215.0\x10wit-bindgen-rust\x060.30.0";
#[inline(never)]
#[doc(hidden)]
pub fn __link_custom_section_describing_imports() {
Original file line number Diff line number Diff line change
@@ -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-1a709bf"
edition = "2021"

[dependencies]
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package component:pulumi-wasm@0.0.0-DEV;
package component:pulumi-wasm@0.0.0-NIGHTLY-1a709bf;

interface output-interface {

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package pulumi:example@0.0.1-DIVIDER-ZERO.ZERO.ZERO-DEV;
package pulumi:example@0.0.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-ONEaSEVENZERONINEbf;

world example-pulumi {
import component:pulumi-wasm/register-interface@0.0.0-DEV;
import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-1a709bf;
}

world example-pulumi-client {
Original file line number Diff line number Diff line change
@@ -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-1a709bf"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package component:pulumi-wasm@0.0.0-DEV;
package component:pulumi-wasm@0.0.0-NIGHTLY-1a709bf;

interface output-interface {

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package pulumi:example@0.0.1-DIVIDER-ZERO.ZERO.ZERO-DEV;
package pulumi:example@0.0.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-ONEaSEVENZERONINEbf;

world example-pulumi {
import component:pulumi-wasm/register-interface@0.0.0-DEV;
import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-1a709bf;
}

world example-pulumi-client {
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pulumi_wasm_mypkg"
version = "0.0.1-0.0.0-DEV"
version = "0.0.1-0.0.0-NIGHTLY-1a709bf"
edition = "2021"

[dependencies]
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ mod bindings {
// the name of the world in the `*.wit` input file
world: "mypkg-pulumi-client",
with: {
"component:pulumi-wasm/output-interface@0.0.0-DEV": pulumi_wasm_wit::client_bindings::component::pulumi_wasm::output_interface
"component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-1a709bf": pulumi_wasm_wit::client_bindings::component::pulumi_wasm::output_interface
}
});
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package component:pulumi-wasm@0.0.0-DEV;
package component:pulumi-wasm@0.0.0-NIGHTLY-1a709bf;

interface output-interface {

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package pulumi:mypkg@0.0.1-DIVIDER-ZERO.ZERO.ZERO-DEV;
package pulumi:mypkg@0.0.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-ONEaSEVENZERONINEbf;

world mypkg-pulumi {
import component:pulumi-wasm/register-interface@0.0.0-DEV;
import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-1a709bf;
export func-with-secrets;
}

@@ -12,7 +12,7 @@ world mypkg-pulumi-client {

interface func-with-secrets {

use component:pulumi-wasm/output-interface@0.0.0-DEV.{output};
use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-1a709bf.{output};

record args {
crypto-key: borrow<output>,
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pulumi_wasm_mypkg_provider"
version = "0.0.1-0.0.0-DEV"
version = "0.0.1-0.0.0-NIGHTLY-1a709bf"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package component:pulumi-wasm@0.0.0-DEV;
package component:pulumi-wasm@0.0.0-NIGHTLY-1a709bf;

interface output-interface {

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package pulumi:mypkg@0.0.1-DIVIDER-ZERO.ZERO.ZERO-DEV;
package pulumi:mypkg@0.0.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-ONEaSEVENZERONINEbf;

world mypkg-pulumi {
import component:pulumi-wasm/register-interface@0.0.0-DEV;
import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-1a709bf;
export func-with-secrets;
}

@@ -12,7 +12,7 @@ world mypkg-pulumi-client {

interface func-with-secrets {

use component:pulumi-wasm/output-interface@0.0.0-DEV.{output};
use component:pulumi-wasm/output-interface@0.0.0-NIGHTLY-1a709bf.{output};

record args {
crypto-key: borrow<output>,
Original file line number Diff line number Diff line change
@@ -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-1a709bf"
edition = "2021"

[dependencies]
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package component:pulumi-wasm@0.0.0-DEV;
package component:pulumi-wasm@0.0.0-NIGHTLY-1a709bf;

interface output-interface {

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package pulumi:aws-native@0.0.1-DIVIDER-ZERO.ZERO.ZERO-DEV;
package pulumi:aws-native@0.0.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-ONEaSEVENZERONINEbf;

world aws-native-pulumi {
import component:pulumi-wasm/register-interface@0.0.0-DEV;
import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-1a709bf;
}

world aws-native-pulumi-client {
Original file line number Diff line number Diff line change
@@ -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-1a709bf"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package component:pulumi-wasm@0.0.0-DEV;
package component:pulumi-wasm@0.0.0-NIGHTLY-1a709bf;

interface output-interface {

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package pulumi:aws-native@0.0.1-DIVIDER-ZERO.ZERO.ZERO-DEV;
package pulumi:aws-native@0.0.1-DIVIDER-ZERO.ZERO.ZERO-NIGHTLY-ONEaSEVENZERONINEbf;

world aws-native-pulumi {
import component:pulumi-wasm/register-interface@0.0.0-DEV;
import component:pulumi-wasm/register-interface@0.0.0-NIGHTLY-1a709bf;
}

world aws-native-pulumi-client {
2 changes: 1 addition & 1 deletion pulumi_wasm_wit/wit/world.wit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package component:pulumi-wasm@0.0.0-DEV;
package component:pulumi-wasm@0.0.0-NIGHTLY-1a709bf;

world pulumi-wasm {
export output-interface;

0 comments on commit 67a5608

Please sign in to comment.