codeplay-common 2.1.9 → 2.1.10

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.
@@ -253,14 +253,19 @@ const ANDROID_FILE_REGEX = /^(?!\s*\/\/).*['"](?:.*\/)?saveToGalleryAndSaveAnyFi
253
253
  const SKIP_FILES = [
254
254
  'pdf-3.11.174.min.js',
255
255
  'pdf.worker-3.11.174.min.js'
256
+ ,'index.browser.js'
256
257
  ];
257
258
 
258
259
 
259
260
  function scanDirectory(dir) {
260
261
 
262
+ /*
263
+ //######################### DO NOT DELETE THIS - START [Appid base validation] #####################################
261
264
  const config = JSON.parse(fs.readFileSync(configPath, 'utf8'));
262
265
  const appUniqueId = config.android?.APP_UNIQUE_ID;
263
266
  if (appUniqueId == "206") return;
267
+ //######################### DO NOT DELETE THIS - END [Appid base validation] #####################################
268
+ */
264
269
 
265
270
  const stat = fs.statSync(dir);
266
271
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codeplay-common",
3
- "version": "2.1.9",
3
+ "version": "2.1.10",
4
4
  "description": "Common build scripts and files",
5
5
  "scripts": {
6
6
  "postinstall": "node scripts/sync-files.js",