esoftplay 0.0.112-v → 0.0.112-w

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.
@@ -527,7 +527,7 @@ export default class ecurl {
527
527
  // return
528
528
  // }
529
529
  delete this.fetchConf.options.cancelToken
530
- reportApiError(this.fetchConf.options, msg)
530
+ reportApiError(this.fetchConf, msg)
531
531
  LibProgress.hide()
532
532
  }
533
533
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "esoftplay",
3
- "version": "0.0.112-v",
3
+ "version": "0.0.112-w",
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",