esoftplay 0.0.262 → 0.0.266
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/config.json +1 -2
- package/connect +0 -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);
|
package/config.json
CHANGED
|
@@ -15,8 +15,7 @@
|
|
|
15
15
|
"111111111"
|
|
16
16
|
]
|
|
17
17
|
},
|
|
18
|
-
"group_id":
|
|
19
|
-
2', // string separated comma
|
|
18
|
+
"group_id":"1,2", // string separated comma
|
|
20
19
|
"isDebug": 1, // optional: display console on esp.log('any message'), don't use it for automatic detect the environment (production / development)
|
|
21
20
|
"salt": "CHANGE_INTO_YOUR_OWN_SALT", // SALT form config.php in your website
|
|
22
21
|
"notification": 1, // optional: to determine is this application have notification or not
|
package/connect
ADDED
|
File without changes
|