Current section
14 Versions
Jump to
Current section
14 Versions
Compare versions
2
files changed
+9
additions
-9
deletions
| @@ -1,5 +1,5 @@ | |
| 1 1 | name = "gleam_fetch" |
| 2 | - version = "1.1.0" |
| 2 | + version = "1.1.1" |
| 3 3 | licences = ["Apache-2.0"] |
| 4 4 | description = "Make HTTP requests in Gleam JavaScript with Fetch" |
| 5 5 | target = "javascript" |
| @@ -12,10 +12,10 @@ links = [ | |
| 12 12 | ] |
| 13 13 | |
| 14 14 | [dependencies] |
| 15 | - gleam_http = "~> 3.1" |
| 16 | - gleam_javascript = "~> 0.3 or ~> 1.0" |
| 17 | - gleam_stdlib = "~> 0.32 or ~> 1.0" |
| 15 | + gleam_http = ">= 3.1.0 and < 5.0.0" |
| 16 | + gleam_javascript = ">= 0.3.0 and < 2.0.0" |
| 17 | + gleam_stdlib = ">= 0.32.0 and < 2.0.0" |
| 18 18 | |
| 19 19 | [dev-dependencies] |
| 20 | - gleeunit = "~> 1.0" |
| 20 | + gleeunit = ">= 1.0.0 and < 2.0.0" |
| @@ -1,6 +1,6 @@ | |
| 1 1 | {<<"name">>, <<"gleam_fetch">>}. |
| 2 2 | {<<"app">>, <<"gleam_fetch">>}. |
| 3 | - {<<"version">>, <<"1.1.0">>}. |
| 3 | + {<<"version">>, <<"1.1.1">>}. |
| 4 4 | {<<"description">>, <<"Make HTTP requests in Gleam JavaScript with Fetch"/utf8>>}. |
| 5 5 | {<<"licenses">>, [<<"Apache-2.0">>]}. |
| 6 6 | {<<"build_tools">>, [<<"gleam">>]}. |
| @@ -13,17 +13,17 @@ | |
| 13 13 | {<<"gleam_http">>, [ |
| 14 14 | {<<"app">>, <<"gleam_http">>}, |
| 15 15 | {<<"optional">>, false}, |
| 16 | - {<<"requirement">>, <<"~> 3.1">>} |
| 16 | + {<<"requirement">>, <<">= 3.1.0 and < 5.0.0">>} |
| 17 17 | ]}, |
| 18 18 | {<<"gleam_stdlib">>, [ |
| 19 19 | {<<"app">>, <<"gleam_stdlib">>}, |
| 20 20 | {<<"optional">>, false}, |
| 21 | - {<<"requirement">>, <<"~> 0.32 or ~> 1.0">>} |
| 21 | + {<<"requirement">>, <<">= 0.32.0 and < 2.0.0">>} |
| 22 22 | ]}, |
| 23 23 | {<<"gleam_javascript">>, [ |
| 24 24 | {<<"app">>, <<"gleam_javascript">>}, |
| 25 25 | {<<"optional">>, false}, |
| 26 | - {<<"requirement">>, <<"~> 0.3 or ~> 1.0">>} |
| 26 | + {<<"requirement">>, <<">= 0.3.0 and < 2.0.0">>} |
| 27 27 | ]} |
| 28 28 | ]}. |
| 29 29 | {<<"files">>, [ |