@caffeineai/cli 0.1.0-dev.5 → 0.1.0-dev.7
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 +0 -1
- package/package.json +11 -14
package/README.md
CHANGED
|
@@ -90,7 +90,6 @@ See the `@caffeineai/mcp` README for host configuration.
|
|
|
90
90
|
|
|
91
91
|
## Links
|
|
92
92
|
|
|
93
|
-
- Source, issues, and release notes: https://github.com/caffeinelabs/caffeine-cli
|
|
94
93
|
- Caffeine platform: https://caffeine.ai
|
|
95
94
|
|
|
96
95
|
This package installs the matching platform binary through npm optional dependencies. Install the main package rather than a platform package directly.
|
package/package.json
CHANGED
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@caffeineai/cli",
|
|
3
|
-
"version": "0.1.0-dev.
|
|
3
|
+
"version": "0.1.0-dev.7",
|
|
4
4
|
"description": "Caffeine CLI",
|
|
5
|
-
"
|
|
6
|
-
"type": "git",
|
|
7
|
-
"url": "git+https://github.com/caffeinelabs/caffeine-cli.git"
|
|
8
|
-
},
|
|
5
|
+
"homepage": "https://caffeine.ai",
|
|
9
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
10
7
|
"bin": {
|
|
11
8
|
"caffeine": "bin/caffeine.js",
|
|
@@ -18,14 +15,14 @@
|
|
|
18
15
|
"LICENSE"
|
|
19
16
|
],
|
|
20
17
|
"optionalDependencies": {
|
|
21
|
-
"@caffeineai/cli-darwin-arm64": "0.1.0-dev.
|
|
22
|
-
"@caffeineai/cli-darwin-x64": "0.1.0-dev.
|
|
23
|
-
"@caffeineai/cli-linux-arm64-glibc": "0.1.0-dev.
|
|
24
|
-
"@caffeineai/cli-linux-x64-glibc": "0.1.0-dev.
|
|
25
|
-
"@caffeineai/cli-linux-arm64-musl": "0.1.0-dev.
|
|
26
|
-
"@caffeineai/cli-linux-x64-musl": "0.1.0-dev.
|
|
27
|
-
"@caffeineai/cli-win32-arm64": "0.1.0-dev.
|
|
28
|
-
"@caffeineai/cli-win32-x64": "0.1.0-dev.
|
|
18
|
+
"@caffeineai/cli-darwin-arm64": "0.1.0-dev.7",
|
|
19
|
+
"@caffeineai/cli-darwin-x64": "0.1.0-dev.7",
|
|
20
|
+
"@caffeineai/cli-linux-arm64-glibc": "0.1.0-dev.7",
|
|
21
|
+
"@caffeineai/cli-linux-x64-glibc": "0.1.0-dev.7",
|
|
22
|
+
"@caffeineai/cli-linux-arm64-musl": "0.1.0-dev.7",
|
|
23
|
+
"@caffeineai/cli-linux-x64-musl": "0.1.0-dev.7",
|
|
24
|
+
"@caffeineai/cli-win32-arm64": "0.1.0-dev.7",
|
|
25
|
+
"@caffeineai/cli-win32-x64": "0.1.0-dev.7"
|
|
29
26
|
},
|
|
30
27
|
"publishConfig": {
|
|
31
28
|
"access": "public"
|
|
@@ -33,6 +30,6 @@
|
|
|
33
30
|
"caffeine": {
|
|
34
31
|
"distribution": "npmjs",
|
|
35
32
|
"packageName": "@caffeineai/cli",
|
|
36
|
-
"publishedAt": "2026-
|
|
33
|
+
"publishedAt": "2026-05-01T09:32:35.165Z"
|
|
37
34
|
}
|
|
38
35
|
}
|