codeplay-common 1.5.4 → 1.5.5

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.
@@ -113,6 +113,7 @@ const saveToGalleryAndSaveFileCheck_iOS = () => {
113
113
  //console.error(`\n❌❌❌ BIG ERROR: iOS-specific import detected in: ${fullPath}`);
114
114
  //console.error(`🔍 Matched: ${matches[0]}\n`);
115
115
  if (!isMac) {
116
+ console.error(`\n❌❌❌ BIG ERROR: iOS-specific import detected in: ${fullPath}`);
116
117
  console.error(`🚫 STOPPED: This file should not be imported in Android/Windows/Linux builds.\n`);
117
118
  process.exit(1);
118
119
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codeplay-common",
3
- "version": "1.5.4",
3
+ "version": "1.5.5",
4
4
  "description": "Common build scripts and files",
5
5
  "scripts": {
6
6
  "postinstall": "node scripts/sync-files.js",