purescript / registry

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

Update protobuf #498

Closed jamesdbrock closed 1 month ago

jamesdbrock commented 1 month ago
{
  "name": "protobuf",
  "ref": "v4.4.0",
  "compiler": "0.15.8"
}
pacchettibotti commented 1 month ago

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

pacchettibotti commented 1 month ago

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


  "name": "protobuf",
  "version": "4.4.0",
  "license": "BSD-3-Clause",
  "location": {
    "githubOwner": "xc-jp",
    "githubRepo": "purescript-protobuf"
  },
  "dependencies": {
    "arraybuffer": ">=13.1.1 <14.0.0",
    "arraybuffer-builder": ">=3.1.0 <4.0.0",
    "arraybuffer-types": ">=3.0.2 <4.0.0",
    "arrays": ">=7.2.0 <8.0.0",
    "control": ">=6.0.0 <7.0.0",
    "effect": ">=4.0.0 <5.0.0",
    "either": ">=6.1.0 <7.0.0",
    "enums": ">=6.0.1 <7.0.0",
    "exceptions": ">=6.0.0 <7.0.0",
    "float32": ">=2.0.0 <3.0.0",
    "foldable-traversable": ">=6.0.0 <7.0.0",
    "functions": ">=6.0.0 <7.0.0",
    "int64": ">=3.0.0 <4.0.0",
    "lists": ">=7.0.0 <8.0.0",
    "maybe": ">=6.0.0 <7.0.0",
    "newtype": ">=5.0.0 <6.0.0",
    "parsing": ">=10.2.0 <11.0.0",
    "parsing-dataview": ">=3.2.4 <4.0.0",
    "prelude": ">=6.0.1 <7.0.0",
    "record": ">=4.0.0 <5.0.0",
    "strings": ">=6.0.1 <7.0.0",
    "tailrec": ">=6.1.0 <7.0.0",
    "transformers": ">=6.0.0 <7.0.0",
    "tuples": ">=7.0.0 <8.0.0",
    "uint": ">=7.0.0 <8.0.0",
    "web-encoding": ">=3.0.0 <4.0.0"
  }
}```
pacchettibotti commented 1 month ago

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

pacchettibotti commented 1 month ago

Successfully uploaded package to the registry! 🎉 🚀

pacchettibotti commented 1 month ago

Successfully uploaded package docs to Pursuit! 🎉 🚀

pacchettibotti commented 1 month ago

Mirrored registry operation to the legacy registry.