chore: prepare v1.2.0
This commit is contained in:
parent
bf9fa5e1e9
commit
b89279a5ec
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "purescript-cbor-stream",
|
||||
"version": "v1.1.0",
|
||||
"version": "v1.2.0",
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"cbor-x": "^1.5.9",
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user