@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 +1 -1
- package/main/daemon/server.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/main/daemon/server.js
CHANGED
|
@@ -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.
|
|
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.
|
|
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>",
|