diff --git a/package.json b/package.json index 994d788..a8a31f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "purescript-cbor-stream", - "version": "v1.1.0", + "version": "v1.2.0", "type": "module", "dependencies": { "cbor-x": "^1.5.9", diff --git a/spago.yaml b/spago.yaml index de9eef2..aafa434 100644 --- a/spago.yaml +++ b/spago.yaml @@ -1,7 +1,7 @@ package: name: cbor-stream publish: - version: '1.1.0' + version: '1.2.0' license: 'GPL-3.0-or-later' location: githubOwner: 'cakekindel' @@ -10,8 +10,6 @@ package: strict: true pedanticPackages: true dependencies: - - pipes - - profunctor - aff: ">=7.1.0 <8.0.0" - arrays: ">=7.3.0 <8.0.0" - bifunctors: ">=6.0.0 <7.0.0" @@ -32,7 +30,9 @@ package: - node-streams: ">=9.0.0 <10.0.0" - nullable: ">=6.0.0 <7.0.0" - ordered-collections: ">=3.2.0 <4.0.0" + - pipes: ">=8.0.0 <9.0.0" - prelude: ">=6.0.1 <7.0.0" + - profunctor: ">=6.0.1 <7.0.0" - record: ">=4.0.0 <5.0.0" - simple-json: ">=9.0.0 <10.0.0" - tailrec: ">=6.1.0 <7.0.0"