Current section

14 Versions

Jump to

Compare versions

2 files changed
+8 additions
-2 deletions
  @@ -1,5 +1,5 @@
1 1 name = "gleam_fetch"
2 - version = "0.2.0"
2 + version = "0.2.1"
3 3 licences = ["Apache-2.0"]
4 4 description = "Make HTTP requests in Gleam JavaScript with Fetch"
5 5 target = "javascript"
  @@ -14,6 +14,7 @@ links = [
14 14 [dependencies]
15 15 gleam_http = "~> 3.1"
16 16 gleam_javascript = "~> 0.3"
17 + gleam_stdlib = "~> 0.31"
17 18
18 19 [dev-dependencies]
19 20 gleeunit = "~> 0.8"
  @@ -1,6 +1,6 @@
1 1 {<<"name">>, <<"gleam_fetch">>}.
2 2 {<<"app">>, <<"gleam_fetch">>}.
3 - {<<"version">>, <<"0.2.0">>}.
3 + {<<"version">>, <<"0.2.1">>}.
4 4 {<<"description">>, <<"Make HTTP requests in Gleam JavaScript with Fetch">>}.
5 5 {<<"licenses">>, [<<"Apache-2.0">>]}.
6 6 {<<"build_tools">>, [<<"gleam">>]}.
  @@ -15,6 +15,11 @@
15 15 {<<"optional">>, false},
16 16 {<<"requirement">>, <<"~> 0.3">>}
17 17 ]},
18 + {<<"gleam_stdlib">>, [
19 + {<<"app">>, <<"gleam_stdlib">>},
20 + {<<"optional">>, false},
21 + {<<"requirement">>, <<"~> 0.31">>}
22 + ]},
18 23 {<<"gleam_http">>, [
19 24 {<<"app">>, <<"gleam_http">>},
20 25 {<<"optional">>, false},