esoftplay 0.0.266 → 0.0.268

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/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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "esoftplay",
3
- "version": "0.0.266",
3
+ "version": "0.0.268",
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",