esoftplay 0.0.266 → 0.0.267

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.
Files changed (2) hide show
  1. package/bin/mover.js +1 -1
  2. 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 ../../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.267",
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",