chore: prepare v1.1.3

This commit is contained in:
orion 2024-05-01 09:55:28 -05:00
parent 10fe682cc9
commit 60346c9c10
Signed by: orion
GPG Key ID: 6D4165AE4C928719
2 changed files with 3 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "purescript-csv-stream",
"version": "v1.1.2",
"version": "v1.1.3",
"dependencies": {
"csv-parse": "^5.5.5",
"csv-stringify": "^6.4.6"

View File

@ -1,7 +1,7 @@
package:
name: csv-stream
publish:
version: '1.1.2'
version: '1.1.3'
license: 'GPL-3.0-or-later'
location:
githubOwner: 'cakekindel'
@ -10,9 +10,6 @@ package:
strict: true
pedanticPackages: true
dependencies:
- control
- filterable
- ordered-collections
- aff: ">=7.1.0 <8.0.0"
- arrays: ">=7.3.0 <8.0.0"
- bifunctors: ">=6.0.0 <7.0.0"
@ -20,6 +17,7 @@ package:
- effect: ">=4.0.0 <5.0.0"
- either: ">=6.1.0 <7.0.0"
- exceptions: ">=6.0.0 <7.0.0"
- filterable: ">=5.0.0 <6.0.0"
- foldable-traversable: ">=6.0.0 <7.0.0"
- foreign: ">=7.0.0 <8.0.0"
- foreign-object: ">=4.1.0 <5.0.0"