purescript / registry

Registry of PureScript packages and metadata about them
46 stars 14 forks source link

Update purescript-apexcharts #480

Closed timdeputter closed 6 months ago

timdeputter commented 6 months ago
{
  "name": "purescript-apexcharts",
  "ref": "v0.5.0",
  "compiler": "0.15.4"
}
pacchettibotti commented 6 months ago

The JSON input for this package update is malformed:

An error occurred while decoding a JSON value:
  Under 'Publish':
  At object key name:
  Under 'PackageName':
  Unexpected value "purescript-apexcharts".

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

timdeputter commented 6 months ago
{
  "name": "apexcharts",
  "ref": "v0.5.0",
  "compiler": "0.15.4"
}
pacchettibotti commented 6 months ago

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

pacchettibotti commented 6 months ago

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


  "name": "apexcharts",
  "version": "0.5.0",
  "license": "MIT",
  "location": {
    "githubOwner": "timdeputter",
    "githubRepo": "purescript-apexcharts"
  },
  "dependencies": {
    "contravariant": ">=6.0.0 <7.0.0",
    "effect": ">=4.0.0 <5.0.0",
    "foreign": ">=7.0.0 <8.0.0",
    "options": ">=7.0.0 <8.0.0",
    "prelude": ">=6.0.1 <7.0.0",
    "web-dom": ">=6.0.0 <7.0.0"
  }
}```
pacchettibotti commented 6 months ago

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

pacchettibotti commented 6 months ago

Successfully uploaded package to the registry! 🎉 🚀

pacchettibotti commented 6 months ago

Successfully uploaded package docs to Pursuit! 🎉 🚀

pacchettibotti commented 6 months ago

Mirrored registry operation to the legacy registry.