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

Commit

Permalink
update to latest /data (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti authored Sep 4, 2023
1 parent c84befe commit c54d4a7
Show file tree
Hide file tree
Showing 5 changed files with 74 additions and 136 deletions.
5 changes: 5 additions & 0 deletions .changeset/purple-poems-deliver.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@effect/typeclass": minor
---

update to latest /data
74 changes: 0 additions & 74 deletions docs/modules/HKT.ts.md

This file was deleted.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
}
},
"peerDependencies": {
"@effect/data": "^0.17.5"
"@effect/data": "^0.18.3"
},
"devDependencies": {
"@babel/cli": "^7.22.6",
Expand All @@ -62,8 +62,8 @@
"@changesets/cli": "^2.26.2",
"@definitelytyped/dtslint": "^0.0.163",
"@effect/build-utils": "^0.1.3",
"@effect/data": "^0.17.5",
"@effect/docgen": "^0.1.2",
"@effect/data": "^0.18.3",
"@effect/docgen": "^0.1.4",
"@effect/eslint-plugin": "^0.1.2",
"@effect/language-service": "^0.0.19",
"@repo-tooling/eslint-plugin-dprint": "^0.0.4",
Expand Down
123 changes: 65 additions & 58 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/data/Either.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import type * as traversable from "@effect/typeclass/Traversable"

const of = Either.right

const map = Either.mapRight
const map = Either.map

const imap = covariant.imap<Either.EitherTypeLambda>(map)

Expand Down

0 comments on commit c54d4a7

Please sign in to comment.