@effect/platform 0.87.0 → 0.87.1
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/README.md +1 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1121,8 +1121,7 @@ import {
|
|
|
1121
1121
|
HttpApiEndpoint,
|
|
1122
1122
|
HttpApiGroup,
|
|
1123
1123
|
HttpMiddleware,
|
|
1124
|
-
HttpServer
|
|
1125
|
-
HttpServerRequest
|
|
1124
|
+
HttpServer
|
|
1126
1125
|
} from "@effect/platform"
|
|
1127
1126
|
import { NodeHttpServer, NodeRuntime } from "@effect/platform-node"
|
|
1128
1127
|
import { Effect, Layer, Schema } from "effect"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@effect/platform",
|
|
3
|
-
"version": "0.87.
|
|
3
|
+
"version": "0.87.1",
|
|
4
4
|
"description": "Unified interfaces for common platform-specific services",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"multipasta": "^0.2.5"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
|
-
"effect": "^3.16.
|
|
19
|
+
"effect": "^3.16.10"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"provenance": true
|