@pizzapi/pizza 0.2.2-dev.1 → 0.2.2-dev.3

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PizzaPi
2
2
 
3
- A self-hosted web interface and relay server for the [pi coding agent](https://github.com/mariozechner/pi). Stream live AI coding sessions to any browser and interact remotely from mobile or desktop.
3
+ A self-hosted web interface and relay server for the [pi coding agent](https://github.com/badlogic/pi-mono). Stream live AI coding sessions to any browser and interact remotely from mobile or desktop.
4
4
 
5
5
  ## Quick Start
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pizzapi/pizza",
3
- "version": "0.2.2-dev.1",
3
+ "version": "0.2.2-dev.3",
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
  "scripts": {
@@ -16,11 +16,11 @@
16
16
  "LICENSE"
17
17
  ],
18
18
  "optionalDependencies": {
19
- "@pizzapi/cli-linux-x64": "0.2.2-dev.1",
20
- "@pizzapi/cli-linux-arm64": "0.2.2-dev.1",
21
- "@pizzapi/cli-darwin-x64": "0.2.2-dev.1",
22
- "@pizzapi/cli-darwin-arm64": "0.2.2-dev.1",
23
- "@pizzapi/cli-win32-x64": "0.2.2-dev.1"
19
+ "@pizzapi/cli-linux-x64": "0.2.2-dev.3",
20
+ "@pizzapi/cli-linux-arm64": "0.2.2-dev.3",
21
+ "@pizzapi/cli-darwin-x64": "0.2.2-dev.3",
22
+ "@pizzapi/cli-darwin-arm64": "0.2.2-dev.3",
23
+ "@pizzapi/cli-win32-x64": "0.2.2-dev.3"
24
24
  },
25
25
  "engines": {
26
26
  "node": ">=18"