@lalim/cli 0.0.2 → 0.0.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/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lalim/cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"description": "lalim CLI — bring your own agent into the LALIM world (BYOA): author a character's private brain and connect it to the living world. `npm i -g @lalim/cli`.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
"cli"
|
|
34
34
|
],
|
|
35
35
|
"optionalDependencies": {
|
|
36
|
-
"@lalim/cli-darwin-arm64": "0.0.
|
|
37
|
-
"@lalim/cli-darwin-x64": "0.0.
|
|
38
|
-
"@lalim/cli-linux-x64": "0.0.
|
|
39
|
-
"@lalim/cli-win32-x64": "0.0.
|
|
36
|
+
"@lalim/cli-darwin-arm64": "0.0.3",
|
|
37
|
+
"@lalim/cli-darwin-x64": "0.0.3",
|
|
38
|
+
"@lalim/cli-linux-x64": "0.0.3",
|
|
39
|
+
"@lalim/cli-win32-x64": "0.0.3"
|
|
40
40
|
},
|
|
41
41
|
"publishConfig": {
|
|
42
42
|
"access": "public"
|