esoftplay 0.0.142-k → 0.0.142-m

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 CHANGED
@@ -267,6 +267,7 @@ npm-debug.*\n\
267
267
  package-lock.json\n\
268
268
  assets/esoftplaymodules/\n\
269
269
  bun.lockb\n\
270
+ bun.lock\n\
270
271
  yarn.lock\n\
271
272
  yarn-error.log\n\
272
273
  `
@@ -422,7 +422,7 @@ export default class m {
422
422
  return out
423
423
  }
424
424
 
425
- private onError(msg: string): void {
425
+ protected onError(msg: string): void {
426
426
  esp.log("\x1b[31m", msg)
427
427
  esp.log("\x1b[0m")
428
428
  this.fetchConf.options["status_code"] = this.resStatus
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "esoftplay",
3
- "version": "0.0.142-k",
3
+ "version": "0.0.142-m",
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",