esoftplay 0.0.266 → 0.0.268-3c49d10

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.
package/bin/build.js CHANGED
@@ -336,7 +336,7 @@ export default function App() {
336
336
  'react-native-mmkv',
337
337
  'react-native-reanimated',
338
338
  'react-native-safe-area-context',
339
- "react-native-worklets",
339
+ // "react-native-worklets",
340
340
  'react-native-screens',
341
341
  'react-native-webview',
342
342
  'shorthash',
package/bin/cli.js CHANGED
@@ -27,6 +27,7 @@ var args = process.argv.slice(2);
27
27
 
28
28
  // console.log(modpath, "sdofsjdofjsd")
29
29
  async function execution() {
30
+ command('bun ./node_modules/esoftplay/bin/connector.js')
30
31
  const preload = await preload_api()
31
32
  console.log("PRELOAD", preload)
32
33
  if (preload) {
package/bin/mover.js CHANGED
@@ -107,7 +107,7 @@ if (fs.existsSync("../" + mainModule + "/" + moduleName)) {
107
107
  if (fs.existsSync("../" + mainModule + "/mover.js")) {
108
108
  shell("bun ../" + mainModule + "/mover.js", { stdio: 'inherit' })
109
109
  }
110
- shell('bun ../../node_modules/esoftplay/bin/connector.js')
110
+ shell('cd ../../ && bun ./node_modules/esoftplay/bin/connector.js')
111
111
  }
112
112
  function mergeDeep(target, ...sources) {
113
113
  target = Object(target);