purescript / registry

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

Update `react-basic-dom` #501

Closed pete-murphy closed 2 weeks ago

pete-murphy commented 2 weeks ago
{
  "name": "react-basic-dom",
  "ref": "v7.0.0",
  "compiler": "0.15.4"
}
pacchettibotti commented 2 weeks ago

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

pacchettibotti commented 2 weeks ago

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


  "name": "react-basic-dom",
  "version": "7.0.0",
  "license": "Apache-2.0",
  "location": {
    "githubOwner": "purescript-react",
    "githubRepo": "purescript-react-basic-dom"
  },
  "dependencies": {
    "arrays": ">=7.0.0 <8.0.0",
    "effect": ">=4.0.0 <5.0.0",
    "foldable-traversable": ">=6.0.0 <7.0.0",
    "foreign-object": ">=4.0.0 <5.0.0",
    "maybe": ">=6.0.0 <7.0.0",
    "nullable": ">=6.0.0 <7.0.0",
    "prelude": ">=6.0.0 <7.0.0",
    "react-basic": ">=17.0.0 <18.0.0",
    "record": ">=4.0.0 <5.0.0",
    "unsafe-coerce": ">=6.0.0 <7.0.0",
    "web-dom": ">=6.0.0 <7.0.0",
    "web-events": ">=4.0.0 <5.0.0",
    "web-file": ">=4.0.0 <5.0.0",
    "web-html": ">=4.0.0 <5.0.0"
  }
}```
pacchettibotti commented 2 weeks ago

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

pacchettibotti commented 2 weeks ago

Successfully uploaded package to the registry! 🎉 🚀

pacchettibotti commented 2 weeks ago

Successfully uploaded package docs to Pursuit! 🎉 🚀

pacchettibotti commented 2 weeks ago

Mirrored registry operation to the legacy registry.