chore: prepare v2.1.5

This commit is contained in:
orion 2024-07-08 12:43:58 -05:00
parent dc7a2d3387
commit 7d03850623
Signed by: orion
GPG Key ID: 6D4165AE4C928719
3 changed files with 7 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{
"name": "purescript-node-stream-pipes",
"version": "v2.1.4",
"version": "v2.1.5",
"type": "module",
"dependencies": {
"csv-parse": "^5.5.6",

View File

@ -302,8 +302,8 @@ packages:
- unfoldable
exceptions:
type: registry
version: 6.0.0
integrity: sha256-y/xTAEIZIARCE+50/u1di0ncebJ+CIwNOLswyOWzMTw=
version: 6.1.0
integrity: sha256-K0T89IHtF3vBY7eSAO7eDOqSb2J9kZGAcDN5+IKsF8E=
dependencies:
- effect
- either
@ -867,8 +867,8 @@ packages:
- refs
transformers:
type: registry
version: 6.0.0
integrity: sha256-Pzw40HjthX77tdPAYzjx43LK3X5Bb7ZspYAp27wksFA=
version: 6.1.0
integrity: sha256-3Bm+Z6tsC/paG888XkywDngJ2JMos+JfOhRlkVfb7gI=
dependencies:
- control
- distributive
@ -881,6 +881,7 @@ packages:
- maybe
- newtype
- prelude
- st
- tailrec
- tuples
- unfoldable

View File

@ -1,7 +1,7 @@
package:
name: node-stream-pipes
publish:
version: '2.1.4'
version: '2.1.5'
license: 'GPL-3.0-or-later'
location:
githubOwner: 'cakekindel'