create-catalyst-app-internal 0.0.3-canary.4 → 0.0.3-canary.5

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-catalyst-app-internal",
3
3
  "bin": "scripts/cli.cjs",
4
- "version": "0.0.3-canary.4",
4
+ "version": "0.0.3-canary.5",
5
5
  "description": "cli package to scaffold Catalyst application",
6
6
  "dependencies": {
7
7
  "commander": "^8.2.0",
@@ -8,5 +8,14 @@
8
8
  "PUBLIC_STATIC_ASSET_URL": "http://localhost:3005",
9
9
  "API_URL": "",
10
10
  "ANALYZE_BUNDLE": false,
11
- "CLIENT_ENV_VARIABLES": ["API_URL"]
11
+ "CLIENT_ENV_VARIABLES": ["API_URL"],
12
+ "WEBVIEW_CONFIG": {
13
+ "port": "3005",
14
+ "android": {
15
+ "buildType": "debug"
16
+ },
17
+ "ios": {
18
+ "buildType": "debug"
19
+ }
20
+ }
12
21
  }
@@ -7,7 +7,13 @@
7
7
  "serve": "catalyst serve",
8
8
  "lint": "eslint .",
9
9
  "devBuild": "catalyst devBuild",
10
- "devServe": "catalyst devServe"
10
+ "devServe": "catalyst devServe",
11
+ "buildApp": "catalyst buildApp",
12
+ "buildApp:ios": "catalyst buildApp:ios",
13
+ "buildApp:android": "catalyst buildApp:android",
14
+ "setupEmulator": "catalyst setupEmulator",
15
+ "setupEmulator:ios": "catalyst setupEmulator:ios",
16
+ "setupEmulator:android": "catalyst setupEmulator:android"
11
17
  },
12
18
  "_moduleAliases": {
13
19
  "@api": "api.js",
@@ -7,7 +7,13 @@
7
7
  "serve": "catalyst serve",
8
8
  "lint": "eslint .",
9
9
  "devBuild": "catalyst devBuild",
10
- "devServe": "catalyst devServe"
10
+ "devServe": "catalyst devServe",
11
+ "buildApp": "catalyst buildApp",
12
+ "buildApp:ios": "catalyst buildApp:ios",
13
+ "buildApp:android": "catalyst buildApp:android",
14
+ "setupEmulator": "catalyst setupEmulator",
15
+ "setupEmulator:ios": "catalyst setupEmulator:ios",
16
+ "setupEmulator:android": "catalyst setupEmulator:android"
11
17
  },
12
18
  "_moduleAliases": {
13
19
  "@api": "api.js",
@@ -7,7 +7,13 @@
7
7
  "serve": "catalyst serve",
8
8
  "lint": "eslint .",
9
9
  "devBuild": "catalyst devBuild",
10
- "devServe": "catalyst devServe"
10
+ "devServe": "catalyst devServe",
11
+ "buildApp": "catalyst buildApp",
12
+ "buildApp:ios": "catalyst buildApp:ios",
13
+ "buildApp:android": "catalyst buildApp:android",
14
+ "setupEmulator": "catalyst setupEmulator",
15
+ "setupEmulator:ios": "catalyst setupEmulator:ios",
16
+ "setupEmulator:android": "catalyst setupEmulator:android"
11
17
  },
12
18
  "_moduleAliases": {
13
19
  "@api": "api.js",