@fabiofiorita/porcelain 0.61.1 → 0.61.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @fabiofiorita/porcelain (0.61.1)
1
+ # @fabiofiorita/porcelain (0.61.2)
2
2
 
3
3
  Headless **Porcelain** backend — the Electron-free daemon + renderer, packaged for
4
4
  plain Node on any machine (Linux mini-PC, cloud VM, laptop). Same credential-gated
@@ -15069,7 +15069,7 @@ function daemonIdentity(host = process.env.PORCELAIN_DAEMON_HOST?.trim() || (0,
15069
15069
 
15070
15070
  // ../daemon/src/net/daemon-version.ts
15071
15071
  function daemonVersion() {
15072
- return "0.61.1";
15072
+ return "0.61.2";
15073
15073
  }
15074
15074
 
15075
15075
  // ../daemon/src/stores/review-store.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fabiofiorita/porcelain",
3
- "version": "0.61.1",
3
+ "version": "0.61.2",
4
4
  "description": "Headless Porcelain daemon — plain Node backend for remote machines (npx @fabiofiorita/porcelain@latest serve)",
5
5
  "license": "MIT",
6
6
  "author": "Fabio Fiorita <fabiolfp@gmail.com>",