codeplay-common 2.0.6 → 2.0.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.
@@ -1005,7 +1005,7 @@ const checkAndupdateDropInViteConfig = () => {
1005
1005
  return;
1006
1006
  }
1007
1007
 
1008
- console.log("📄 Using:", viteConfigPath.split("/").pop());
1008
+ //console.log("📄 Using:", viteConfigPath.split("/").pop());
1009
1009
 
1010
1010
  let viteContent = fs.readFileSync(viteConfigPath, "utf8");
1011
1011
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codeplay-common",
3
- "version": "2.0.6",
3
+ "version": "2.0.7",
4
4
  "description": "Common build scripts and files",
5
5
  "scripts": {
6
6
  "postinstall": "node scripts/sync-files.js",