esoftplay 0.0.259 → 0.0.261

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.
Files changed (2) hide show
  1. package/bin/build.js +5 -3
  2. package/package.json +1 -1
package/bin/build.js CHANGED
@@ -146,8 +146,10 @@ if (fs.existsSync(packjson)) {
146
146
  ]
147
147
 
148
148
  if (fs.existsSync("../../node_modules/esoftplay/assets/plugins")) {
149
+ // console.log("SAMPE SINI", "cd ../../ && mkdir -p ./raw && cp -r ./node_modules/esoftplay/assets/plugins ./raw")
149
150
  execSync("cd ../../ && mkdir -p ./raw && cp -r ./node_modules/esoftplay/assets/plugins ./raw");
150
151
  } else {
152
+ // console.log(__dirname, "DIRNAMEEE")
151
153
  console.warn("Skipping copy: ./node_modules/esoftplay/assets/plugins not found");
152
154
  }
153
155
  // execSync("mkdir -p ./raw && cp -rf ./node_modules/esoftplay/assets/plugins ./raw/")
@@ -359,9 +361,9 @@ export default function App() {
359
361
  expoLib.forEach((exlib) => {
360
362
  if (fs.existsSync("../../node_modules/" + exlib)) {
361
363
  console.log(exlib + " is Exist, Skipped")
362
- if (exlib == '@expo/vector-icons') {
363
- installExpoLibs.push(exlib)
364
- }
364
+ // if (exlib == '@expo/vector-icons') {
365
+ // installExpoLibs.push(exlib)
366
+ // }
365
367
  } else {
366
368
  console.log("⚙⚙⚙ INSTALLING ... " + exlib)
367
369
  installExpoLibs.push(exlib)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "esoftplay",
3
- "version": "0.0.259",
3
+ "version": "0.0.261",
4
4
  "description": "embedding data from esoftplay framework (web based) into mobile app",
5
5
  "main": "cache/index.js",
6
6
  "types": "../../index.d.ts",