esoftplay 0.0.141-d → 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 +1 -0
  2. package/package.json +1 -1
package/bin/build.js CHANGED
@@ -314,6 +314,7 @@ export default UserIndex`;
314
314
  'expo-status-bar',
315
315
  'expo-splash-screen',
316
316
  'expo-secure-store',
317
+ 'expo-sqlite',
317
318
  'expo-updates',
318
319
  'immhelper',
319
320
  'dayjs',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "esoftplay",
3
- "version": "0.0.141-d",
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",