esoftplay 0.0.262 → 0.0.265
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 +0 -1
- package/bin/cli.js +0 -1
- package/bin/mover.js +1 -0
- package/package.json +1 -1
package/bin/build.js
CHANGED
|
@@ -331,7 +331,6 @@ export default function App() {
|
|
|
331
331
|
'react-fast-compare',
|
|
332
332
|
'react-native-gesture-handler',
|
|
333
333
|
'react-native-awesome-gallery',
|
|
334
|
-
'react-native-global-exception-handler',
|
|
335
334
|
'react-native-image-crop-picker',
|
|
336
335
|
'react-native-keyboard-controller',
|
|
337
336
|
'react-native-mmkv',
|
package/bin/cli.js
CHANGED
|
@@ -27,7 +27,6 @@ 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')
|
|
31
30
|
const preload = await preload_api()
|
|
32
31
|
console.log("PRELOAD", preload)
|
|
33
32
|
if (preload) {
|
package/bin/mover.js
CHANGED
|
@@ -107,6 +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
111
|
}
|
|
111
112
|
function mergeDeep(target, ...sources) {
|
|
112
113
|
target = Object(target);
|