esoftplay 0.0.138-t → 0.0.138-u

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/cli.js CHANGED
@@ -740,7 +740,7 @@ Pastikan data sudah benar sebelum anda melanjutkan, lanjut publish ketikkan runt
740
740
  if (cjson.config.connected_modules) {
741
741
  if (cjson.config.connected_modules.length > 0) {
742
742
  consoleSucces("<== CONNECTED MODULE DETECTED ==>")
743
- command('bun ./node_modules/esoftplay/bin/connector_modules.js')
743
+ command('bun ./node_modules/esoftplay/bin/connector.js')
744
744
  }
745
745
  }
746
746
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "esoftplay",
3
- "version": "0.0.138-t",
3
+ "version": "0.0.138-u",
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",
File without changes