purescript / registry

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

Update `record-ptional-fields` owner field #454

Closed katsujukou closed 11 months ago

katsujukou commented 11 months ago
{
  "name": "record-ptional-fields",
  "ref": "v.0.1.0",
  "compiler": "0.15.13",
  "owner": {
    "email": "katsujukou@gmail.com",
    "keytype": "ssh-ed25519",
    "public": "AAAAC3NzaC1lZDI1NTE5AAAAIFjOphbIE8clUGO8cboLWvkcnJDR70wY5YARF/gxkylf"
  }
}
pacchettibotti commented 11 months ago

Failed to clone repository katsujukou/purescript-record-optional-fields at ref v.0.1.0

katsujukou commented 11 months ago
{
  "name": "record-ptional-fields",
  "ref": "v0.1.0",
  "compiler": "0.15.13",
  "owner": {
    "email": "katsujukou@gmail.com",
    "keytype": "ssh-ed25519",
    "public": "AAAAC3NzaC1lZDI1NTE5AAAAIFjOphbIE8clUGO8cboLWvkcnJDR70wY5YARF/gxkylf"
  }
}
pacchettibotti commented 11 months ago

Package source does not have a purs.json file, creating one from your spago.yaml file...

pacchettibotti commented 11 months ago

Converted your spago.yaml into a purs.json manifest to use for publishing:


  "name": "record-ptional-fields",
  "version": "0.1.0",
  "license": "MIT",
  "location": {
    "githubOwner": "katsujukou",
    "githubRepo": "purescript-record-optional-fields"
  },
  "dependencies": {
    "maybe": ">=6.0.0 <7.0.0",
    "partial": ">=4.0.0 <5.0.0",
    "prelude": ">=6.0.1 <7.0.0",
    "record": ">=4.0.0 <5.0.0",
    "type-equality": ">=4.0.1 <5.0.0",
    "unsafe-coerce": ">=6.0.0 <7.0.0"
  }
}```
pacchettibotti commented 11 months ago

You tried to upload a version that already exists: 0.1.0

Its metadata is:

{
  "bytes": 4506,
  "hash": "sha256-gsj1z7VVwbNN7WRjsxTne17lPpiYPKAwHmrr+xj8Jy8=",
  "publishedTime": "2023-12-24T17:19:50.745Z",
  "ref": "v0.1.0"
}

and its documentation is available here: https://pursuit.purescript.org/packages/purescript-record-ptional-fields/0.1.0

katsujukou commented 11 months ago
{
  "name": "record-ptional-fields",
  "ref": "v0.1.1",
  "compiler": "0.15.13",
  "owner": {
    "email": "katsujukou@gmail.com",
    "keytype": "ssh-ed25519",
    "public": "AAAAC3NzaC1lZDI1NTE5AAAAIFjOphbIE8clUGO8cboLWvkcnJDR70wY5YARF/gxkylf"
  }
}
pacchettibotti commented 11 months ago

Package source does not have a purs.json file, creating one from your spago.yaml file...

pacchettibotti commented 11 months ago

Converted your spago.yaml into a purs.json manifest to use for publishing:


  "name": "record-ptional-fields",
  "version": "0.1.1",
  "license": "MIT",
  "location": {
    "githubOwner": "katsujukou",
    "githubRepo": "purescript-record-optional-fields"
  },
  "dependencies": {
    "maybe": ">=6.0.0 <7.0.0",
    "partial": ">=4.0.0 <5.0.0",
    "prelude": ">=6.0.1 <7.0.0",
    "record": ">=4.0.0 <5.0.0",
    "type-equality": ">=4.0.1 <5.0.0",
    "unsafe-coerce": ">=6.0.0 <7.0.0"
  }
}```
pacchettibotti commented 11 months ago

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

pacchettibotti commented 11 months ago

Successfully uploaded package to the registry! 🎉 🚀

pacchettibotti commented 11 months ago

Successfully uploaded package docs to Pursuit! 🎉 🚀

pacchettibotti commented 11 months ago

Mirrored registry operation to the legacy registry.