@effect/platform-bun 0.52.2 → 0.53.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.
@@ -0,0 +1,6 @@
1
+ {
2
+ "main": "../../dist/cjs/BunFileSystem/ParcelWatcher.js",
3
+ "module": "../../dist/esm/BunFileSystem/ParcelWatcher.js",
4
+ "types": "../../dist/dts/BunFileSystem/ParcelWatcher.d.ts",
5
+ "sideEffects": []
6
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effect/platform-bun",
3
- "version": "0.52.2",
3
+ "version": "0.53.1",
4
4
  "description": "Platform specific implementations for the Bun runtime",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -11,11 +11,11 @@
11
11
  "sideEffects": [],
12
12
  "dependencies": {
13
13
  "multipasta": "^0.2.5",
14
- "@effect/platform-node-shared": "^0.22.2"
14
+ "@effect/platform-node-shared": "^0.23.1"
15
15
  },
16
16
  "peerDependencies": {
17
- "@effect/platform": "^0.72.2",
18
- "effect": "^3.12.2"
17
+ "@effect/platform": "^0.73.1",
18
+ "effect": "^3.12.4"
19
19
  },
20
20
  "publishConfig": {
21
21
  "provenance": true
@@ -45,6 +45,11 @@
45
45
  "import": "./dist/esm/BunFileSystem.js",
46
46
  "default": "./dist/cjs/BunFileSystem.js"
47
47
  },
48
+ "./BunFileSystem/ParcelWatcher": {
49
+ "types": "./dist/dts/BunFileSystem/ParcelWatcher.d.ts",
50
+ "import": "./dist/esm/BunFileSystem/ParcelWatcher.js",
51
+ "default": "./dist/cjs/BunFileSystem/ParcelWatcher.js"
52
+ },
48
53
  "./BunHttpPlatform": {
49
54
  "types": "./dist/dts/BunHttpPlatform.d.ts",
50
55
  "import": "./dist/esm/BunHttpPlatform.js",
@@ -122,6 +127,9 @@
122
127
  "BunFileSystem": [
123
128
  "./dist/dts/BunFileSystem.d.ts"
124
129
  ],
130
+ "BunFileSystem/ParcelWatcher": [
131
+ "./dist/dts/BunFileSystem/ParcelWatcher.d.ts"
132
+ ],
125
133
  "BunHttpPlatform": [
126
134
  "./dist/dts/BunHttpPlatform.d.ts"
127
135
  ],