esoftplay 0.0.126-d → 0.0.126-e

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/esp.ts +1 -1
  2. package/package.json +1 -1
package/esp.ts CHANGED
@@ -186,7 +186,7 @@ const esp = {
186
186
  theme: ["light", "dark"],
187
187
  comment_login: 1,
188
188
  notification: 0,
189
- ...conf
189
+ ...conf.config
190
190
  }
191
191
 
192
192
  if (!config.hasOwnProperty('url') || config.url.length == 0) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "esoftplay",
3
- "version": "0.0.126-d",
3
+ "version": "0.0.126-e",
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",