esoftplay 0.0.112-l → 0.0.112-m

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
@@ -272,7 +272,6 @@ export default function App() {
272
272
  'buffer',
273
273
  'expo-av',
274
274
  'expo-application',
275
- 'expo-blur',
276
275
  'expo-camera',
277
276
  'expo-clipboard',
278
277
  'expo-constants',
package/bin/cli.js CHANGED
@@ -679,7 +679,7 @@ function build() {
679
679
  }
680
680
  }
681
681
 
682
- if (args[0] == "build") {
682
+ if (args[0] == "build" || args[0] == "b") {
683
683
  let d
684
684
  const rl = readline.createInterface({
685
685
  input: process.stdin,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "esoftplay",
3
- "version": "0.0.112-l",
3
+ "version": "0.0.112-m",
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",