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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codeplay-common",
3
- "version": "3.1.3",
3
+ "version": "3.1.4",
4
4
  "description": "Common build scripts and files",
5
5
  "scripts": {
6
6
  "postinstall": "node scripts/sync-files.js",