@jelou/cli 1.33.2 → 1.33.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 +10 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jelou/cli",
|
|
3
|
-
"version": "1.33.
|
|
3
|
+
"version": "1.33.3",
|
|
4
4
|
"description": "Build AI agents on the Jelou platform — from your terminal or your AI editor.",
|
|
5
5
|
"author": "Jelou Inc. (https://jelou.ai)",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
@@ -23,11 +23,11 @@
|
|
|
23
23
|
"THIRD_PARTY_NOTICES.md"
|
|
24
24
|
],
|
|
25
25
|
"optionalDependencies": {
|
|
26
|
-
"@jelou/cli-darwin-arm64": "1.33.
|
|
27
|
-
"@jelou/cli-darwin-x64": "1.33.
|
|
28
|
-
"@jelou/cli-linux-x64": "1.33.
|
|
29
|
-
"@jelou/cli-linux-arm64": "1.33.
|
|
30
|
-
"@jelou/cli-win32-x64": "1.33.
|
|
26
|
+
"@jelou/cli-darwin-arm64": "1.33.3",
|
|
27
|
+
"@jelou/cli-darwin-x64": "1.33.3",
|
|
28
|
+
"@jelou/cli-linux-x64": "1.33.3",
|
|
29
|
+
"@jelou/cli-linux-arm64": "1.33.3",
|
|
30
|
+
"@jelou/cli-win32-x64": "1.33.3"
|
|
31
31
|
},
|
|
32
32
|
"keywords": [
|
|
33
33
|
"jelou",
|
|
@@ -58,13 +58,13 @@
|
|
|
58
58
|
"jelou": {
|
|
59
59
|
"minVersion": "1.33.0",
|
|
60
60
|
"release_notes": {
|
|
61
|
-
"version": "1.33.
|
|
61
|
+
"version": "1.33.3",
|
|
62
62
|
"date": "2026-05-24",
|
|
63
|
-
"headline": "`jelou.minVersion` floor
|
|
63
|
+
"headline": "Floor cache TTL drops from 1h to 5 min — `jelou.minVersion` floor bumps now propagate across the fleet in under 10 min.",
|
|
64
64
|
"highlights": [
|
|
65
65
|
{
|
|
66
|
-
"type": "
|
|
67
|
-
"text": "The `jelou.minVersion`
|
|
66
|
+
"type": "improved",
|
|
67
|
+
"text": "The local cache that backs the `jelou.minVersion` hard-stop check refreshes every 5 min instead of every 1h. When we raise the floor in a release, every CLI in the wild picks up the new floor within ~10 min worst-case (instead of up to an hour). Cost is one ~50–200ms npm call per 5 min of active CLI use; a 1.5s fetch timeout with cached fallback means slow networks never pay full freight."
|
|
68
68
|
}
|
|
69
69
|
]
|
|
70
70
|
}
|