From f399367250eb1f75361eaf47ebfc73d628669f5f Mon Sep 17 00:00:00 2001 From: Docusaurus bot Date: Wed, 18 Sep 2024 09:03:43 +0000 Subject: [PATCH] Deploy website Deploy website version based on ed6a64c6bc12c19ab5c740a921ec73f61aadec4c --- docs/configurations.html | 4 ++-- docs/configurations/index.html | 4 ++-- docs/modules.html | 14 +++++++------- docs/modules/index.html | 14 +++++++------- docs/overview.html | 2 +- docs/overview/index.html | 2 +- 6 files changed, 20 insertions(+), 20 deletions(-) diff --git a/docs/configurations.html b/docs/configurations.html index ccbb4a67..e32594ae 100644 --- a/docs/configurations.html +++ b/docs/configurations.html @@ -66,10 +66,10 @@
import cats.effect.IO
 
 port: ConfigValue[IO, Int]
-// res1: ConfigValue[IO, Int] = ConfigValue$1463067426
+// res1: ConfigValue[IO, Int] = ConfigValue$1538486618
 
 port.covary[IO]
-// res2: ConfigValue[IO, Int] = ConfigValue$1463067426
+// res2: ConfigValue[IO, Int] = ConfigValue$1538486618
 

Multiple values can be loaded and combined in parallel, and errors accumulated, using parMapN.

import cats.syntax.all._
diff --git a/docs/configurations/index.html b/docs/configurations/index.html
index ccbb4a67..e32594ae 100644
--- a/docs/configurations/index.html
+++ b/docs/configurations/index.html
@@ -66,10 +66,10 @@
 
import cats.effect.IO
 
 port: ConfigValue[IO, Int]
-// res1: ConfigValue[IO, Int] = ConfigValue$1463067426
+// res1: ConfigValue[IO, Int] = ConfigValue$1538486618
 
 port.covary[IO]
-// res2: ConfigValue[IO, Int] = ConfigValue$1463067426
+// res2: ConfigValue[IO, Int] = ConfigValue$1538486618
 

Multiple values can be loaded and combined in parallel, and errors accumulated, using parMapN.

import cats.syntax.all._
diff --git a/docs/modules.html b/docs/modules.html
index d8320759..ae0059b8 100644
--- a/docs/modules.html
+++ b/docs/modules.html
@@ -72,7 +72,7 @@ 

"SERIAL").as[SerialNumber] -// res0: ConfigValue[Effect, SerialNumber] = ConfigValue$1493659053 +// res0: ConfigValue[Effect, SerialNumber] = ConfigValue$1445462342

Circe YAML

The ciris-circe-yaml module provides ConfigDecoders for YAML using circe-yaml.

@@ -91,7 +91,7 @@

"SERIAL").as[SerialNumber] -// res2: ConfigValue[Effect, SerialNumber] = ConfigValue$1815895396 +// res2: ConfigValue[Effect, SerialNumber] = ConfigValue$2022981476

Enumeratum

The ciris-enumeratum module provides ConfigDecoders for Enumeratum enumerations.

@@ -112,7 +112,7 @@

"SUIT").as[Suit] -// res4: ciris.ConfigValue[ciris.package.Effect, Suit] = ConfigValue$825033307 +// res4: ciris.ConfigValue[ciris.package.Effect, Suit] = ConfigValue$1032396641

For ValueEnums, also mix in the matching CirisValueEnum to derive a ConfigDecoder instance.

import ciris.env
@@ -129,7 +129,7 @@ 

"COLOR").as[Color] -// res6: ciris.ConfigValue[ciris.package.Effect, Color] = ConfigValue$1277702471 +// res6: ciris.ConfigValue[ciris.package.Effect, Color] = ConfigValue$2089563449

Http4s

The ciris-http4s module provides ConfigDecoders for the http4s Uri type.

@@ -138,7 +138,7 @@

import org.http4s.Uri env("URI").as[Uri] -// res8: ciris.ConfigValue[ciris.package.Effect, Uri] = ConfigValue$2058886078 +// res8: ciris.ConfigValue[ciris.package.Effect, Uri] = ConfigValue$98144402

Refined

The ciris-refined module provides ConfigDecoders for refined refinement types.

@@ -147,7 +147,7 @@

import eu.timepit.refined.types.numeric.PosInt env("POS_INT").as[PosInt] -// res10: ciris.ConfigValue[ciris.package.Effect, PosInt] = ConfigValue$937891245 +// res10: ciris.ConfigValue[ciris.package.Effect, PosInt] = ConfigValue$1262185130

Squants

The ciris-squants module provides ConfigDecoders for squants quantities.

@@ -156,6 +156,6 @@

import squants.market.Money env("MONEY").as[Money] -// res12: ciris.ConfigValue[ciris.package.Effect, Money] = ConfigValue$2092471896 +// res12: ciris.ConfigValue[ciris.package.Effect, Money] = ConfigValue$768664950

\ No newline at end of file diff --git a/docs/modules/index.html b/docs/modules/index.html index d8320759..ae0059b8 100644 --- a/docs/modules/index.html +++ b/docs/modules/index.html @@ -72,7 +72,7 @@

"SERIAL").as[SerialNumber] -// res0: ConfigValue[Effect, SerialNumber] = ConfigValue$1493659053 +// res0: ConfigValue[Effect, SerialNumber] = ConfigValue$1445462342

Circe YAML

The ciris-circe-yaml module provides ConfigDecoders for YAML using circe-yaml.

@@ -91,7 +91,7 @@

"SERIAL").as[SerialNumber] -// res2: ConfigValue[Effect, SerialNumber] = ConfigValue$1815895396 +// res2: ConfigValue[Effect, SerialNumber] = ConfigValue$2022981476

Enumeratum

The ciris-enumeratum module provides ConfigDecoders for Enumeratum enumerations.

@@ -112,7 +112,7 @@

"SUIT").as[Suit] -// res4: ciris.ConfigValue[ciris.package.Effect, Suit] = ConfigValue$825033307 +// res4: ciris.ConfigValue[ciris.package.Effect, Suit] = ConfigValue$1032396641

For ValueEnums, also mix in the matching CirisValueEnum to derive a ConfigDecoder instance.

import ciris.env
@@ -129,7 +129,7 @@ 

"COLOR").as[Color] -// res6: ciris.ConfigValue[ciris.package.Effect, Color] = ConfigValue$1277702471 +// res6: ciris.ConfigValue[ciris.package.Effect, Color] = ConfigValue$2089563449

Http4s

The ciris-http4s module provides ConfigDecoders for the http4s Uri type.

@@ -138,7 +138,7 @@

import org.http4s.Uri env("URI").as[Uri] -// res8: ciris.ConfigValue[ciris.package.Effect, Uri] = ConfigValue$2058886078 +// res8: ciris.ConfigValue[ciris.package.Effect, Uri] = ConfigValue$98144402

Refined

The ciris-refined module provides ConfigDecoders for refined refinement types.

@@ -147,7 +147,7 @@

import eu.timepit.refined.types.numeric.PosInt env("POS_INT").as[PosInt] -// res10: ciris.ConfigValue[ciris.package.Effect, PosInt] = ConfigValue$937891245 +// res10: ciris.ConfigValue[ciris.package.Effect, PosInt] = ConfigValue$1262185130

Squants

The ciris-squants module provides ConfigDecoders for squants quantities.

@@ -156,6 +156,6 @@

import squants.market.Money env("MONEY").as[Money] -// res12: ciris.ConfigValue[ciris.package.Effect, Money] = ConfigValue$2092471896 +// res12: ciris.ConfigValue[ciris.package.Effect, Money] = ConfigValue$768664950

\ No newline at end of file diff --git a/docs/overview.html b/docs/overview.html index ffdeaf3c..92cdde4d 100644 --- a/docs/overview.html +++ b/docs/overview.html @@ -120,7 +120,7 @@

resolvers += Resolver.sonatypeRepo("snapshots") -libraryDependencies += "is.cir" %% "ciris" % "3.6.0+26-7da27ae7-SNAPSHOT" +libraryDependencies += "is.cir" %% "ciris" % "3.6.0+28-ed6a64c6-SNAPSHOT"

Dependencies

Refer to the table below for dependencies and version support across modules.

diff --git a/docs/overview/index.html b/docs/overview/index.html index ffdeaf3c..92cdde4d 100644 --- a/docs/overview/index.html +++ b/docs/overview/index.html @@ -120,7 +120,7 @@

resolvers += Resolver.sonatypeRepo("snapshots") -libraryDependencies += "is.cir" %% "ciris" % "3.6.0+26-7da27ae7-SNAPSHOT" +libraryDependencies += "is.cir" %% "ciris" % "3.6.0+28-ed6a64c6-SNAPSHOT"

Dependencies

Refer to the table below for dependencies and version support across modules.