esoftplay 0.0.112-e → 0.0.112-f

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/cli.js +2 -2
  2. package/package.json +1 -1
package/bin/cli.js CHANGED
@@ -561,7 +561,7 @@ function command(command) {
561
561
  function build() {
562
562
  const types = [
563
563
  {
564
- name: "1. IOS (Debug) - Simulator",
564
+ name: "1. IOS (Development) - Simulator",
565
565
  cmd: "eas build --platform ios --profile development",
566
566
  pre: () => {
567
567
  jsEng(appjson, false)
@@ -591,7 +591,7 @@ function build() {
591
591
  }
592
592
  },
593
593
  {
594
- name: "4. Android (Debug) - apk",
594
+ name: "4. Android (Development) - apk",
595
595
  cmd: "eas build --platform android --profile development",
596
596
  pre: () => {
597
597
  jsEng(appjson, false)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "esoftplay",
3
- "version": "0.0.112-e",
3
+ "version": "0.0.112-f",
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",