aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gleam.toml2
-rw-r--r--manifest.toml4
2 files changed, 3 insertions, 3 deletions
diff --git a/gleam.toml b/gleam.toml
index 2ff3b63..fde48c5 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -17,8 +17,8 @@ links = [{ title = "Wechat Miniprogram", href = "https://developers.weixin.qq.co
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
gleam_javascript = ">= 0.11.0 and < 1.0.0"
-wechat = { path = "../wechat" }
envoy = ">= 1.0.1 and < 2.0.0"
+weapp = ">= 1.0.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
diff --git a/manifest.toml b/manifest.toml
index 0735bd1..50e2119 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -8,7 +8,7 @@ packages = [
{ name = "gleam_stdlib", version = "0.39.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "2D7DE885A6EA7F1D5015D1698920C9BAF7241102836CE0C3837A4F160128A9C4" },
{ name = "gleeunit", version = "1.2.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "F7A7228925D3EE7D0813C922E062BFD6D7E9310F0BEE585D3A42F3307E3CFD13" },
{ name = "json", version = "1.4.1", build_tools = ["mix"], requirements = [], otp_app = "json", source = "hex", outer_checksum = "9ABF218DBE4EA4FCB875E087D5F904EF263D012EE5ED21D46E9DBCA63F053D16" },
- { name = "wechat", version = "0.1.0", build_tools = ["gleam"], requirements = ["gleam_javascript", "gleam_json", "gleam_stdlib", "json"], source = "local", path = "../wechat" },
+ { name = "weapp", version = "1.0.0", build_tools = ["gleam"], requirements = ["gleam_javascript", "gleam_json", "gleam_stdlib", "json"], otp_app = "weapp", source = "hex", outer_checksum = "54296B5EFAA85F26D9A3A80988990CD3645E6A7C66111C976641571744110F77" },
]
[requirements]
@@ -16,4 +16,4 @@ envoy = { version = ">= 1.0.1 and < 2.0.0" }
gleam_javascript = { version = ">= 0.11.0 and < 1.0.0" }
gleam_stdlib = { version = ">= 0.34.0 and < 2.0.0" }
gleeunit = { version = ">= 1.0.0 and < 2.0.0" }
-wechat = { path = "../wechat" }
+weapp = { version = ">= 1.0.0 and < 2.0.0"}