@pizzapi/pizza 0.1.0 → 0.1.1
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/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pizzapi/pizza",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
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.1",
|
|
17
|
+
"@pizzapi/cli-linux-arm64": "0.1.1",
|
|
18
|
+
"@pizzapi/cli-darwin-x64": "0.1.1",
|
|
19
|
+
"@pizzapi/cli-darwin-arm64": "0.1.1",
|
|
20
|
+
"@pizzapi/cli-win32-x64": "0.1.1"
|
|
21
21
|
},
|
|
22
22
|
"engines": {
|
|
23
23
|
"node": ">=18"
|