purescript-protobuf
purescript-protobuf copied to clipboard
v4.5.0 spago@next publishing
I have tagged v4.5.0 but I can't publish it to the Registry yet.
In the meantime I think you can add protobuf to spago.yaml dependencies like this:
package:
dependencies:
- protobuf
workspace:
packageSet:
registry: 60.5.1
extraPackages:
protobuf:
git: https://github.com/rowtype-yoga/purescript-protobuf.git
ref: v4.5.0
subdir: library
We will need to do a transfer operation.
Your package "protobuf" is not ready for publishing yet, encountered 1 error:
✘ The manifest file specifies a location (
{"githubOwner":"rowtype-yoga","githubRepo":"purescript-protobuf","subdir":"library"}
) that differs from the location in the registry metadata (
{"githubOwner":"rowtype-yoga","githubRepo":"purescript-protobuf"}
). If you would like to change the location of your package you should
submit a transfer operation.
Does the registry support publishing monorepo subdirectories yet?
https://discourse.purescript.org/t/pursuit-the-registry-and-monorepos/4685