Skip to content

Commit 17dbcce

Browse files
committed
refactor(manifest): rename wit-world-version field to wit-version
1 parent 60389df commit 17dbcce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

edgee-component.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "Example Python component for data collection"
99
documentation = "https://github.com/edgee-cloud/example-py-component"
1010
repository = "https://github.com/edgee-cloud/example-py-component"
1111
language = "Python"
12-
wit-world-version = "0.5.0"
12+
wit-version = "0.5.0"
1313

1414
[component.build]
1515
command = "uv sync && (test -d edgee_world || uv run componentize-py --wit-path .edgee/wit/ bindings edgee_world) && uv run componentize-py --wit-path .edgee/wit/ --world data-collection componentize dc_component -o dc_component.wasm"

0 commit comments

Comments
 (0)