Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
update effect
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Oct 4, 2023
1 parent 51be9c8 commit c2bcc96
Show file tree
Hide file tree
Showing 12 changed files with 57 additions and 260 deletions.
8 changes: 8 additions & 0 deletions .changeset/fresh-ducks-burn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@effect/platform-browser": minor
"@effect/platform-node": minor
"@effect/platform-bun": minor
"@effect/platform": minor
---

update effect
8 changes: 8 additions & 0 deletions .changeset/silver-cameras-hammer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@effect/platform-browser": minor
"@effect/platform-node": minor
"@effect/platform-bun": minor
"@effect/platform": minor
---

remove index.ts to workaround tree-shaking issues
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@babel/preset-typescript": "^7.23.0",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@effect/build-utils": "^0.1.5",
"@effect/build-utils": "^0.1.6",
"@effect/docgen": "^0.1.8",
"@effect/eslint-plugin": "^0.1.2",
"@effect/language-service": "0.0.21",
Expand Down
6 changes: 3 additions & 3 deletions packages/platform-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
},
"effect": {
"generateIndex": true
"generateIndex": false
},
"publishConfig": {
"access": "public"
Expand All @@ -39,11 +39,11 @@
"@effect/platform": "workspace:^"
},
"devDependencies": {
"effect": "2.0.0-next.44",
"effect": "2.0.0-next.45",
"vitest-localstorage-mock": "^0.0.1"
},
"peerDependencies": {
"effect": "^2.0.0-next.44"
"effect": "^2.0.0-next.45"
},
"files": [
"src",
Expand Down
38 changes: 0 additions & 38 deletions packages/platform-browser/src/index.ts

This file was deleted.

8 changes: 4 additions & 4 deletions packages/platform-bun/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
},
"effect": {
"generateIndex": true
"generateIndex": false
},
"publishConfig": {
"access": "public"
Expand All @@ -41,12 +41,12 @@
"@effect/platform-node": "workspace:^"
},
"devDependencies": {
"@effect/schema": "^0.39.2",
"@effect/schema": "^0.40.0",
"bun-types": "^1.0.3",
"effect": "2.0.0-next.44"
"effect": "2.0.0-next.45"
},
"peerDependencies": {
"effect": "^2.0.0-next.44"
"effect": "^2.0.0-next.45"
},
"files": [
"src",
Expand Down
66 changes: 0 additions & 66 deletions packages/platform-bun/src/index.ts

This file was deleted.

8 changes: 4 additions & 4 deletions packages/platform-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
},
"effect": {
"generateIndex": true
"generateIndex": false
},
"publishConfig": {
"access": "public"
Expand All @@ -40,13 +40,13 @@
"license": "MIT",
"sideEffects": false,
"devDependencies": {
"@effect/schema": "^0.39.2",
"@effect/schema": "^0.40.0",
"@types/busboy": "^1.5.1",
"@types/mime": "^3.0.2",
"effect": "2.0.0-next.44"
"effect": "2.0.0-next.45"
},
"peerDependencies": {
"effect": "^2.0.0-next.44"
"effect": "^2.0.0-next.45"
},
"dependencies": {
"@effect/platform": "workspace:^",
Expand Down
66 changes: 0 additions & 66 deletions packages/platform-node/src/index.ts

This file was deleted.

10 changes: 5 additions & 5 deletions packages/platform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
},
"effect": {
"generateIndex": true
"generateIndex": false
},
"publishConfig": {
"access": "public"
Expand All @@ -41,13 +41,13 @@
"path-browserify": "^1.0.1"
},
"devDependencies": {
"@effect/schema": "^0.39.2",
"@effect/schema": "^0.40.0",
"@types/path-browserify": "^1.0.0",
"effect": "2.0.0-next.44"
"effect": "2.0.0-next.45"
},
"peerDependencies": {
"@effect/schema": "^0.39.1",
"effect": "^2.0.0-next.44"
"@effect/schema": "^0.40.0",
"effect": "^2.0.0-next.45"
},
"files": [
"src",
Expand Down
49 changes: 0 additions & 49 deletions packages/platform/src/index.ts

This file was deleted.

Loading

0 comments on commit c2bcc96

Please sign in to comment.