@effect/platform-bun 4.0.0-beta.72 → 4.0.0-beta.74

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.
@@ -53,7 +53,7 @@ import * as BunServices from "./BunServices.ts";
53
53
  /**
54
54
  * Bun serve options accepted by the HTTP server, extended with typed route definitions.
55
55
  *
56
- * @category Options
56
+ * @category options
57
57
  * @since 4.0.0
58
58
  */
59
59
  export type ServeOptions<R extends string> = (Bun.Serve.UnixServeOptions<WebSocketContext> | Bun.Serve.HostnamePortServeOptions<WebSocketContext>) & {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@effect/platform-bun",
3
3
  "type": "module",
4
- "version": "4.0.0-beta.72",
4
+ "version": "4.0.0-beta.74",
5
5
  "license": "MIT",
6
6
  "description": "Platform specific implementations for the Bun runtime",
7
7
  "homepage": "https://effect.website",
@@ -45,14 +45,14 @@
45
45
  "provenance": true
46
46
  },
47
47
  "peerDependencies": {
48
- "effect": "^4.0.0-beta.72"
48
+ "effect": "^4.0.0-beta.74"
49
49
  },
50
50
  "dependencies": {
51
- "@effect/platform-node-shared": "^4.0.0-beta.72"
51
+ "@effect/platform-node-shared": "^4.0.0-beta.74"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@types/bun": "^1.3.13",
55
- "effect": "^4.0.0-beta.72"
55
+ "effect": "^4.0.0-beta.74"
56
56
  },
57
57
  "scripts": {
58
58
  "codegen": "effect-utils codegen",
@@ -77,7 +77,7 @@ import * as BunStream from "./BunStream.ts"
77
77
  /**
78
78
  * Bun serve options accepted by the HTTP server, extended with typed route definitions.
79
79
  *
80
- * @category Options
80
+ * @category options
81
81
  * @since 4.0.0
82
82
  */
83
83
  export type ServeOptions<R extends string> =