@pizzapi/pizza 0.1.21 → 0.1.24
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/package.json +8 -8
package/README.md
CHANGED
|
@@ -60,7 +60,7 @@ PizzaPi is designed to be self-hosted. You'll need:
|
|
|
60
60
|
1. A PizzaPi relay server (the web UI + API)
|
|
61
61
|
2. One or more PizzaPi CLI nodes connected to the relay
|
|
62
62
|
|
|
63
|
-
See the [full documentation](https://github.com/
|
|
63
|
+
See the [full documentation](https://github.com/Pizzaface/PizzaPi) for server setup instructions.
|
|
64
64
|
|
|
65
65
|
## Configuration
|
|
66
66
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pizzapi/pizza",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.24",
|
|
4
4
|
"description": "PizzaPi — a self-hosted web interface and relay server for the pi coding agent. Stream live AI coding sessions to any browser.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"bin": {
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
"LICENSE"
|
|
14
14
|
],
|
|
15
15
|
"optionalDependencies": {
|
|
16
|
-
"@pizzapi/cli-linux-x64": "0.1.
|
|
17
|
-
"@pizzapi/cli-linux-arm64": "0.1.
|
|
18
|
-
"@pizzapi/cli-darwin-x64": "0.1.
|
|
19
|
-
"@pizzapi/cli-darwin-arm64": "0.1.
|
|
20
|
-
"@pizzapi/cli-win32-x64": "0.1.
|
|
16
|
+
"@pizzapi/cli-linux-x64": "0.1.24",
|
|
17
|
+
"@pizzapi/cli-linux-arm64": "0.1.24",
|
|
18
|
+
"@pizzapi/cli-darwin-x64": "0.1.24",
|
|
19
|
+
"@pizzapi/cli-darwin-arm64": "0.1.24",
|
|
20
|
+
"@pizzapi/cli-win32-x64": "0.1.24"
|
|
21
21
|
},
|
|
22
22
|
"engines": {
|
|
23
23
|
"node": ">=18"
|
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
],
|
|
36
36
|
"repository": {
|
|
37
37
|
"type": "git",
|
|
38
|
-
"url": "git+https://github.com/
|
|
38
|
+
"url": "git+https://github.com/Pizzaface/PizzaPi.git"
|
|
39
39
|
},
|
|
40
|
-
"homepage": "https://github.com/
|
|
40
|
+
"homepage": "https://github.com/Pizzaface/PizzaPi",
|
|
41
41
|
"publishConfig": {
|
|
42
42
|
"access": "public"
|
|
43
43
|
}
|