@effect/platform-bun 4.0.0-beta.97 → 4.0.0-beta.99

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # `@effect/platform-bun`
2
2
 
3
- Provides Bun-specific implementations for the abstractions defined in [`@effect/platform`](https://github.com/Effect-TS/effect/tree/main/packages/platform), allowing you to write platform-independent code that runs smoothly in Bun environments.
3
+ Provides Bun-specific implementations for Effect's platform abstractions, allowing you to write platform-independent code that runs smoothly in Bun environments.
4
4
 
5
5
  ## Documentation
6
6
 
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Node.js implementation of `ChildProcessSpawner`.
2
+ * Bun implementation of `ChildProcessSpawner`.
3
3
  *
4
4
  * @since 4.0.0
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Node.js implementation of `ChildProcessSpawner`.
2
+ * Bun implementation of `ChildProcessSpawner`.
3
3
  *
4
4
  * @since 4.0.0
5
5
  */
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@effect/platform-bun",
3
3
  "type": "module",
4
- "version": "4.0.0-beta.97",
4
+ "version": "4.0.0-beta.99",
5
5
  "license": "MIT",
6
6
  "description": "Platform specific implementations for the Bun runtime",
7
7
  "homepage": "https://effect.website",
8
8
  "repository": {
9
9
  "type": "git",
10
- "url": "https://github.com/Effect-TS/effect-smol.git",
10
+ "url": "https://github.com/Effect-TS/effect.git",
11
11
  "directory": "packages/platform-bun"
12
12
  },
13
13
  "bugs": {
14
- "url": "https://github.com/Effect-TS/effect-smol/issues"
14
+ "url": "https://github.com/Effect-TS/effect/issues"
15
15
  },
16
16
  "tags": [
17
17
  "bun",
@@ -45,14 +45,14 @@
45
45
  "provenance": true
46
46
  },
47
47
  "peerDependencies": {
48
- "effect": "^4.0.0-beta.97"
48
+ "effect": "^4.0.0-beta.99"
49
49
  },
50
50
  "dependencies": {
51
- "@effect/platform-node-shared": "^4.0.0-beta.97"
51
+ "@effect/platform-node-shared": "^4.0.0-beta.99"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@types/bun": "^1.3.14",
55
- "effect": "^4.0.0-beta.97"
55
+ "effect": "^4.0.0-beta.99"
56
56
  },
57
57
  "scripts": {
58
58
  "codegen": "effect-utils codegen",
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Node.js implementation of `ChildProcessSpawner`.
2
+ * Bun implementation of `ChildProcessSpawner`.
3
3
  *
4
4
  * @since 4.0.0
5
5
  */