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