squadrant 0.11.1 → 0.11.2
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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/squadrantd.js +1 -1
- package/dist/squadrantd.js.map +1 -1
- package/package.json +1 -1
package/dist/squadrantd.js
CHANGED
|
@@ -403,7 +403,7 @@ async function ensureCmuxAutoConfig(opts = {}) {
|
|
|
403
403
|
// packages/shared/dist/lib/compat-manifest.js
|
|
404
404
|
var compatManifest = {
|
|
405
405
|
tools: {
|
|
406
|
-
cmux: { min: "0.64.0", lastVerified: "0.64.
|
|
406
|
+
cmux: { min: "0.64.0", lastVerified: "0.64.17" },
|
|
407
407
|
claude: { min: "2.1.32" },
|
|
408
408
|
node: { min: "18.0.0", lastVerified: "24.6.0" },
|
|
409
409
|
// presence-checked; no floor enforced yet
|