esoftplay 0.0.141-c → 0.0.141-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/bin/build.js +2 -0
  2. package/package.json +1 -1
package/bin/build.js CHANGED
@@ -305,6 +305,7 @@ export default UserIndex`;
305
305
  'expo-dev-client',
306
306
  'expo-file-system',
307
307
  'expo-font',
308
+ 'expo-image',
308
309
  'expo-image-manipulator',
309
310
  'expo-image-picker',
310
311
  'expo-linear-gradient',
@@ -313,6 +314,7 @@ export default UserIndex`;
313
314
  'expo-status-bar',
314
315
  'expo-splash-screen',
315
316
  'expo-secure-store',
317
+ 'expo-sqlite',
316
318
  'expo-updates',
317
319
  'immhelper',
318
320
  'dayjs',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "esoftplay",
3
- "version": "0.0.141-c",
3
+ "version": "0.0.141-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",