esoftplay 0.0.112-x → 0.0.112-y

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/error.ts +2 -2
  2. package/package.json +1 -1
package/error.ts CHANGED
@@ -1,8 +1,8 @@
1
1
  import AsyncStorage from '@react-native-async-storage/async-storage';
2
2
  import { LibCurl, UserClass } from 'esoftplay';
3
- import esp from 'esoftplay/esp';
4
3
  import Constants from 'expo-constants';
5
- import { Alert, Platform } from 'react-native';
4
+ import { Platform } from 'react-native';
5
+ import esp from './esp';
6
6
  import { default as UserRoutes } from './modules/user/routes';
7
7
  let pack = require('../../package.json');
8
8
  let app = require('../../app.json');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "esoftplay",
3
- "version": "0.0.112-x",
3
+ "version": "0.0.112-y",
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",