esoftplay 0.0.123-s → 0.0.123-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/build.js CHANGED
@@ -151,13 +151,15 @@ if (fs.existsSync(packjson)) {
151
151
  "developmentClient": true,
152
152
  "distribution": "internal",
153
153
  "ios": {
154
- "simulator": true
154
+ "simulator": true,
155
+ "resourceClass": "m1-medium"
155
156
  }
156
157
  },
157
158
  "preview": {
158
159
  "distribution": "internal",
159
160
  "ios": {
160
- "simulator": true
161
+ "simulator": true,
162
+ "resourceClass": "m1-medium"
161
163
  }
162
164
  },
163
165
  "preview_build": {
@@ -375,7 +375,7 @@ export default class m {
375
375
  // } else {
376
376
  // }
377
377
  if (__DEV__) {
378
- LibToastProperty.show(JSON.stringify(r))
378
+ console.warn(r)
379
379
  } else
380
380
  LibToastProperty.show("Koneksi internet kamu tidak stabil, silahkan coba lagi")
381
381
  this.onFetchFailed(r)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "esoftplay",
3
- "version": "0.0.123-s",
3
+ "version": "0.0.123-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",