Skip to content

Commit

Permalink
cleanup legacy Dictionary/Object/Record, and simply effect.
Browse files Browse the repository at this point in the history
  • Loading branch information
patroza committed Nov 13, 2024
1 parent dfa88b8 commit 24ed3be
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 776 deletions.
5 changes: 5 additions & 0 deletions .changeset/many-ants-hang.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"effect-app": minor
---

cleanup legacy
20 changes: 0 additions & 20 deletions packages/effect-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,16 +88,6 @@
"default": "./_cjs/Context.cjs"
}
},
"./Dictionary": {
"import": {
"types": "./dist/Dictionary.d.ts",
"default": "./dist/Dictionary.js"
},
"require": {
"types": "./dist/Dictionary.d.ts",
"default": "./_cjs/Dictionary.cjs"
}
},
"./Effect": {
"import": {
"types": "./dist/Effect.d.ts",
Expand Down Expand Up @@ -158,16 +148,6 @@
"default": "./_cjs/NonEmptySetBase.cjs"
}
},
"./Object": {
"import": {
"types": "./dist/Object.d.ts",
"default": "./dist/Object.js"
},
"require": {
"types": "./dist/Object.d.ts",
"default": "./_cjs/Object.cjs"
}
},
"./Operations": {
"import": {
"types": "./dist/Operations.d.ts",
Expand Down
Loading

0 comments on commit 24ed3be

Please sign in to comment.