esoftplay 0.0.111-d → 0.0.111-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
@@ -8,7 +8,7 @@ import routers from './cache/routers';
8
8
  import './oneplusfixfont';
9
9
  LogBox.ignoreLogs(['YellowBox has been replaced with LogBox. Please call LogBox.ignoreLogs() instead.']);
10
10
  LogBox.ignoreLogs(['VirtualizedLists should never be nested inside plain ScrollViews with the same orientation - use another VirtualizedList-backed container instead.']);
11
- LogBox.ignoreLogs([`Got a component with the name 'm' me.`]);
11
+ LogBox.ignoreLogs([`Got a component with the name 'm'`]);
12
12
  let app = require('../../app.json');
13
13
  let conf = require('../../config.json');
14
14
  let lconf
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "esoftplay",
3
- "version": "0.0.111-d",
3
+ "version": "0.0.111-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",