Skip to content

Commit 8528e38

Browse files
committed
use generated code for netlify api response bodies
1 parent c052bad commit 8528e38

File tree

5 files changed

+9467
-17
lines changed

5 files changed

+9467
-17
lines changed

gleam.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "midas_sdk"
2-
version = "0.1.5"
2+
version = "0.2.0"
33
target = "javascript"
44

55
description = "A bag of SDK's that can be used with midas."
@@ -13,6 +13,7 @@ gleam_http = ">= 3.7.0 and < 4.0.0"
1313
midas = ">= 1.0.0 and < 2.0.0"
1414
gleam_json = ">= 1.0.0 and < 3.0.0"
1515
snag = ">= 0.3.0 and < 1.0.0"
16+
decode = ">= 0.4.1 and < 1.0.0"
1617

1718
[dev-dependencies]
1819
gleeunit = ">= 1.0.0 and < 2.0.0"

manifest.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# You typically do not need to edit this file
33

44
packages = [
5+
{ name = "decode", version = "0.4.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "decode", source = "hex", outer_checksum = "90C83E830B380EAF64A0A20D0116C4C173AD753594AF1A37E692C1A699244244" },
56
{ name = "gleam_http", version = "3.7.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_http", source = "hex", outer_checksum = "EA66440C2269F7CED0F6845E5BD0DB68095775D627FA709A841CA78A398D6D56" },
67
{ name = "gleam_json", version = "2.0.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_json", source = "hex", outer_checksum = "CB10B0E7BF44282FB25162F1A24C1A025F6B93E777CCF238C4017E4EEF2CDE97" },
78
{ name = "gleam_stdlib", version = "0.40.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "86606B75A600BBD05E539EB59FABC6E307EEEA7B1E5865AFB6D980A93BCB2181" },
@@ -11,6 +12,7 @@ packages = [
1112
]
1213

1314
[requirements]
15+
decode = { version = ">= 0.4.1 and < 1.0.0" }
1416
gleam_http = { version = ">= 3.7.0 and < 4.0.0" }
1517
gleam_json = { version = ">= 1.0.0 and < 3.0.0" }
1618
gleam_stdlib = { version = ">= 0.34.0 and < 2.0.0" }

0 commit comments

Comments
 (0)