@plori/cli 0.2.2 → 0.2.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.
- package/README.md +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plori/cli",
|
|
3
|
-
"description": "plori (plori.ai): a cloud AI agent with its own computer - persistent disk, real CLI tools, and memory
|
|
4
|
-
"version": "0.2.
|
|
3
|
+
"description": "plori (plori.ai): a cloud AI agent with its own computer - persistent disk, real CLI tools, and memory. The official plori CLI.",
|
|
4
|
+
"version": "0.2.3",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://plori.ai",
|
|
7
7
|
"repository": {
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"node": ">=18"
|
|
27
27
|
},
|
|
28
28
|
"optionalDependencies": {
|
|
29
|
-
"@plori/cli-darwin-arm64": "0.2.
|
|
30
|
-
"@plori/cli-darwin-x64": "0.2.
|
|
31
|
-
"@plori/cli-linux-x64": "0.2.
|
|
32
|
-
"@plori/cli-linux-arm64": "0.2.
|
|
33
|
-
"@plori/cli-win32-x64": "0.2.
|
|
29
|
+
"@plori/cli-darwin-arm64": "0.2.3",
|
|
30
|
+
"@plori/cli-darwin-x64": "0.2.3",
|
|
31
|
+
"@plori/cli-linux-x64": "0.2.3",
|
|
32
|
+
"@plori/cli-linux-arm64": "0.2.3",
|
|
33
|
+
"@plori/cli-win32-x64": "0.2.3"
|
|
34
34
|
}
|
|
35
35
|
}
|