purescript/registry

Add meowclient

Closed this issue · 8 comments

{
  "name": "meowclient",
  "ref": "v0.0.1",
  "compiler": "0.15.4",
  "location": {
    "githubOwner": "userfriendanonymous",
    "githubRepo": "purescript-meowclient"
  }
}

Package source does not have a purs.json file. Creating one from your bower.json and/or spago.dhall files...

Converted your legacy manifest(s) into a purs.json manifest to use for publishing:

  "name": "meowclient",
  "version": "0.0.1",
  "license": "ISC AND MIT",
  "location": {
    "githubOwner": "userfriendanonymous",
    "githubRepo": "purescript-meowclient"
  },
  "dependencies": {
    "aff": ">=7.1.0 <8.0.0",
    "argonaut": ">=9.0.0 <10.0.0",
    "arrays": ">=7.2.1 <8.0.0",
    "console": ">=6.1.0 <7.0.0",
    "effect": ">=4.0.0 <5.0.0",
    "either": ">=6.1.0 <7.0.0",
    "exceptions": ">=6.0.0 <7.0.0",
    "js-date": ">=8.0.0 <9.0.0",
    "js-promise": ">=1.0.0 <2.0.0",
    "js-promise-aff": ">=1.0.0 <2.0.0",
    "maybe": ">=6.0.0 <7.0.0",
    "node-buffer": ">=9.0.0 <10.0.0",
    "node-fs": ">=9.1.0 <10.0.0",
    "partial": ">=4.0.0 <5.0.0",
    "prelude": ">=6.0.1 <7.0.0",
    "spec": ">=7.5.5 <8.0.0",
    "strings": ">=6.0.1 <7.0.0",
    "tuples": ">=7.0.0 <8.0.0"
  }
}```

Generated legacy manifest contains unused dependencies which will be removed: console, node-fs, spec

Package is verified! Uploading it to the storage backend...

Successfully uploaded package to the registry! 🎉 🚀

Publishing failed for your package due to an unknown compiler error:


There is a problem with your package, which meant that it could not be         
published.                                                                     
Details:                                                                       
  The currently checked out commit seems to have been tagged with more than 1  
  version, and I don't know which one should be used. Please either delete some
  of the tags, or create a new commit to tag the desired version with.         
                                                                               
  Tags for the currently checked out commit:                                   
    * 0.0.0                                                                    
    * 0.0.1                                                                    
An error occurred while decoding a JSON value:
  Expected value of type 'JSON: Unexpected end of JSON input'.

that was close I almost did it

The JSON input for this package update is malformed:

An error occurred while decoding a JSON value:
  Expected value of type 'Object'.

You can try again by commenting on this issue with a corrected payload.