From 84d0cfe00495e38f41fab3fa85dca501f0f5c290 Mon Sep 17 00:00:00 2001 From: Docusaurus bot Date: Thu, 12 Dec 2024 02:02:59 +0000 Subject: [PATCH] Deploy website Deploy website version based on aa8c42f953bcd26cf38cbc9dffd40722d6308a9e --- 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 4d2411bd..10322e25 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$1703467426
+// res1: ConfigValue[IO, Int] = ConfigValue$605280827
 
 port.covary[IO]
-// res2: ConfigValue[IO, Int] = ConfigValue$1703467426
+// res2: ConfigValue[IO, Int] = ConfigValue$605280827
 

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 4d2411bd..10322e25 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$1703467426
+// res1: ConfigValue[IO, Int] = ConfigValue$605280827
 
 port.covary[IO]
-// res2: ConfigValue[IO, Int] = ConfigValue$1703467426
+// res2: ConfigValue[IO, Int] = ConfigValue$605280827
 

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 ae49c705..9bb27574 100644
--- a/docs/modules.html
+++ b/docs/modules.html
@@ -72,7 +72,7 @@ 

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

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$1576024451 +// res2: ConfigValue[Effect, SerialNumber] = ConfigValue$1184711321

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$516748735 +// res4: ciris.ConfigValue[ciris.package.Effect, Suit] = ConfigValue$744521992

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$1282063234 +// res6: ciris.ConfigValue[ciris.package.Effect, Color] = ConfigValue$1821229911

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$1294444096 +// res8: ciris.ConfigValue[ciris.package.Effect, Uri] = ConfigValue$1386491530

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$1909601163 +// res10: ciris.ConfigValue[ciris.package.Effect, PosInt] = ConfigValue$1699120270

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$1697747857 +// res12: ciris.ConfigValue[ciris.package.Effect, Money] = ConfigValue$1590194742

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

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

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$1576024451 +// res2: ConfigValue[Effect, SerialNumber] = ConfigValue$1184711321

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$516748735 +// res4: ciris.ConfigValue[ciris.package.Effect, Suit] = ConfigValue$744521992

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$1282063234 +// res6: ciris.ConfigValue[ciris.package.Effect, Color] = ConfigValue$1821229911

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$1294444096 +// res8: ciris.ConfigValue[ciris.package.Effect, Uri] = ConfigValue$1386491530

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$1909601163 +// res10: ciris.ConfigValue[ciris.package.Effect, PosInt] = ConfigValue$1699120270

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$1697747857 +// res12: ciris.ConfigValue[ciris.package.Effect, Money] = ConfigValue$1590194742

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

resolvers += Resolver.sonatypeRepo("snapshots") -libraryDependencies += "is.cir" %% "ciris" % "3.7.0+4-bd311a11-SNAPSHOT" +libraryDependencies += "is.cir" %% "ciris" % "3.7.0+6-aa8c42f9-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 f3026497..3ee43a2a 100644 --- a/docs/overview/index.html +++ b/docs/overview/index.html @@ -120,7 +120,7 @@

resolvers += Resolver.sonatypeRepo("snapshots") -libraryDependencies += "is.cir" %% "ciris" % "3.7.0+4-bd311a11-SNAPSHOT" +libraryDependencies += "is.cir" %% "ciris" % "3.7.0+6-aa8c42f9-SNAPSHOT"

Dependencies

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