codeplay-common 1.5.2 → 1.5.3

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