codeplay-common 3.1.3 → 3.1.4
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.
|
@@ -1356,9 +1356,11 @@ if (pluginDef.isFolder) {
|
|
|
1356
1356
|
|
|
1357
1357
|
await downloadAndExtractZip(url, newPath);
|
|
1358
1358
|
|
|
1359
|
-
// 🔥 FIX: update imports
|
|
1360
1359
|
updateImports(pluginInfo.name, `${baseName}-${latestVersion}`);
|
|
1361
1360
|
|
|
1361
|
+
// ✅ ADD THIS
|
|
1362
|
+
writeUpdateLine(`${pluginInfo.name} -> ${baseName}-${latestVersion}`);
|
|
1363
|
+
|
|
1362
1364
|
console.log(`✅ Folder updated → ${baseName}-${latestVersion}`);
|
|
1363
1365
|
|
|
1364
1366
|
return true;
|