esoftplay 0.0.265 → 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/mover.js +1 -1
- package/config.json +1 -2
- package/connect +0 -0
- package/package.json +1 -1
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
|
|
110
|
+
shell('bun ../../node_modules/esoftplay/bin/connector.js')
|
|
111
111
|
}
|
|
112
112
|
function mergeDeep(target, ...sources) {
|
|
113
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
|