Skip to content

Commit b3f647e

Browse files
alexcasalboniCLEMENTINATOR
authored andcommitted
use WIT 0.5.0, rename edgee::protocols to edgee::components
1 parent 5b0c1b5 commit b3f647e

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

wit/deps.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[edgee]
2-
url = "https://github.com/edgee-cloud/edgee-wit/archive/refs/tags/v0.4.0.tar.gz"
3-
sha256 = "8b5c8ea97c81d1d6cf4f227e75afb8c4dc5c0a411c3a0401fb7e4f7b745e21ba"
4-
sha512 = "16771cd12095409e7c4857a8f5c0b4ad680959e3c35dcd7999e11131bcce05d3b1a1b829daefceabbd853ae5b7f6453e3e359ddfbdebd6e2a94db6c55780368f"
2+
url = "https://github.com/edgee-cloud/edgee-wit/archive/refs/tags/v0.5.0.tar.gz"
3+
sha256 = "f6e11c5cde39ec04b024b1181f45e896f154f7677ff5a904c99f6af5224dc371"
4+
sha512 = "21b045d0fb82a793a6176f6d9e98dab868563ab7906e3762601e14f06a715e36c965e83e6f5c76cf016af03df48d219b86165a7c18d14284e967d0b837bf99e4"

wit/deps.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
edgee = "https://github.com/edgee-cloud/edgee-wit/archive/refs/tags/v0.4.0.tar.gz"
1+
edgee = "https://github.com/edgee-cloud/edgee-wit/archive/refs/tags/v0.5.0.tar.gz"

wit/deps/edgee/consent-mapping.wit

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package edgee:protocols;
1+
package edgee:components;
22

33
interface consent-mapping {
44
type dict = list<tuple<string,string>>;

wit/deps/edgee/data-collection.wit

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package edgee:protocols;
1+
package edgee:components;
22

33
interface data-collection {
44
type dict = list<tuple<string,string>>;

wit/world.wit

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package edgee:native;
22

33
world data-collection {
4-
export edgee:protocols/data-collection;
4+
export edgee:components/data-collection;
55
}

0 commit comments

Comments
 (0)