@effect/platform-bun 0.1.1 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Http/Server.d.ts +1 -1
- package/Http/Server.d.ts.map +1 -1
- package/HttpServer.d.ts +1 -1
- package/mjs/HttpServer.mjs +1 -1
- package/package.json +5 -5
- package/src/Http/Server.ts +1 -1
- package/src/HttpServer.ts +1 -1
package/Http/Server.d.ts
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* Also includes exports from [`@effect/platform/Http/Server`](https://effect-ts.github.io/platform/platform/Http/Server.ts.html).
|
|
6
6
|
*/
|
|
7
7
|
import type * as Config from "@effect/io/Config";
|
|
8
|
-
import type * as ConfigError from "@effect/io/
|
|
8
|
+
import type * as ConfigError from "@effect/io/ConfigError";
|
|
9
9
|
import type * as Effect from "@effect/io/Effect";
|
|
10
10
|
import type * as Layer from "@effect/io/Layer";
|
|
11
11
|
import type * as Scope from "@effect/io/Scope";
|
package/Http/Server.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Server.d.ts","sourceRoot":"","sources":["../src/Http/Server.ts"],"names":[],"mappings":";AAAA;;;;GAIG;AACH,OAAO,KAAK,KAAK,MAAM,MAAM,mBAAmB,CAAA;AAChD,OAAO,KAAK,KAAK,WAAW,MAAM,
|
|
1
|
+
{"version":3,"file":"Server.d.ts","sourceRoot":"","sources":["../src/Http/Server.ts"],"names":[],"mappings":";AAAA;;;;GAIG;AACH,OAAO,KAAK,KAAK,MAAM,MAAM,mBAAmB,CAAA;AAChD,OAAO,KAAK,KAAK,WAAW,MAAM,wBAAwB,CAAA;AAC1D,OAAO,KAAK,KAAK,MAAM,MAAM,mBAAmB,CAAA;AAChD,OAAO,KAAK,KAAK,KAAK,MAAM,kBAAkB,CAAA;AAC9C,OAAO,KAAK,KAAK,KAAK,MAAM,kBAAkB,CAAA;AAE9C,OAAO,KAAK,KAAK,IAAI,MAAM,4BAA4B,CAAA;AACvD,OAAO,KAAK,KAAK,MAAM,MAAM,8BAA8B,CAAA;AAC3D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,KAAK,CAAA;AAEvC;;GAEG;AACH,cAAc,8BAA8B,CAAA;AAE5C;;;GAGG;AACH,eAAO,MAAM,IAAI,EAAE,CACjB,OAAO,EAAE,IAAI,CAAC,YAAY,EAAE,OAAO,GAAG,OAAO,CAAC,KAC3C,MAAM,CAAC,MAAM,CAAC,KAAK,CAAC,KAAK,EAAE,KAAK,EAAE,MAAM,CAAC,MAAM,CAAiB,CAAA;AAErE;;;GAGG;AACH,eAAO,MAAM,KAAK,EAAE,CAClB,OAAO,EAAE,IAAI,CAAC,YAAY,EAAE,OAAO,GAAG,OAAO,CAAC,KAC3C,KAAK,CAAC,KAAK,CAAC,KAAK,EAAE,KAAK,EAAE,MAAM,CAAC,MAAM,GAAG,IAAI,CAAC,SAAS,CAAkB,CAAA;AAE/E;;;GAGG;AACH,eAAO,MAAM,WAAW,EAAE,CACxB,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,YAAY,EAAE,OAAO,GAAG,OAAO,CAAC,CAAC,KAC/D,KAAK,CAAC,KAAK,CAAC,KAAK,EAAE,WAAW,CAAC,WAAW,EAAE,MAAM,CAAC,MAAM,GAAG,IAAI,CAAC,SAAS,CAAwB,CAAA"}
|
package/HttpServer.d.ts
CHANGED
|
@@ -87,7 +87,7 @@ router,
|
|
|
87
87
|
/**
|
|
88
88
|
* @since 1.0.0
|
|
89
89
|
*
|
|
90
|
-
* - Docs: [Http/
|
|
90
|
+
* - Docs: [Http/Server](https://effect-ts.github.io/platform/platform-bun/Http/Server.ts.html)
|
|
91
91
|
* - Module: `@effect/platform-bun/Http/Server`
|
|
92
92
|
*/
|
|
93
93
|
server,
|
package/mjs/HttpServer.mjs
CHANGED
|
@@ -87,7 +87,7 @@ router,
|
|
|
87
87
|
/**
|
|
88
88
|
* @since 1.0.0
|
|
89
89
|
*
|
|
90
|
-
* - Docs: [Http/
|
|
90
|
+
* - Docs: [Http/Server](https://effect-ts.github.io/platform/platform-bun/Http/Server.ts.html)
|
|
91
91
|
* - Module: `@effect/platform-bun/Http/Server`
|
|
92
92
|
*/
|
|
93
93
|
server,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@effect/platform-bun",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "Unified interfaces for common platform-specific services",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
"sideEffects": [],
|
|
26
26
|
"author": "Effect contributors",
|
|
27
27
|
"peerDependencies": {
|
|
28
|
-
"@effect/data": "^0.
|
|
29
|
-
"@effect/io": "^0.
|
|
30
|
-
"@effect/stream": "^0.
|
|
31
|
-
"@effect/platform-node": "^0.
|
|
28
|
+
"@effect/data": "^0.18.3",
|
|
29
|
+
"@effect/io": "^0.39.0",
|
|
30
|
+
"@effect/stream": "^0.35.1",
|
|
31
|
+
"@effect/platform-node": "^0.14.0"
|
|
32
32
|
}
|
|
33
33
|
}
|
package/src/Http/Server.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* Also includes exports from [`@effect/platform/Http/Server`](https://effect-ts.github.io/platform/platform/Http/Server.ts.html).
|
|
5
5
|
*/
|
|
6
6
|
import type * as Config from "@effect/io/Config"
|
|
7
|
-
import type * as ConfigError from "@effect/io/
|
|
7
|
+
import type * as ConfigError from "@effect/io/ConfigError"
|
|
8
8
|
import type * as Effect from "@effect/io/Effect"
|
|
9
9
|
import type * as Layer from "@effect/io/Layer"
|
|
10
10
|
import type * as Scope from "@effect/io/Scope"
|
package/src/HttpServer.ts
CHANGED
|
@@ -88,7 +88,7 @@ export {
|
|
|
88
88
|
/**
|
|
89
89
|
* @since 1.0.0
|
|
90
90
|
*
|
|
91
|
-
* - Docs: [Http/
|
|
91
|
+
* - Docs: [Http/Server](https://effect-ts.github.io/platform/platform-bun/Http/Server.ts.html)
|
|
92
92
|
* - Module: `@effect/platform-bun/Http/Server`
|
|
93
93
|
*/
|
|
94
94
|
server,
|