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

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.3",
4
+ "version": "0.0.3-canary.4",
5
5
  "description": "cli package to scaffold Catalyst application",
6
6
  "dependencies": {
7
7
  "commander": "^8.2.0",
@@ -8,14 +8,5 @@
8
8
  "PUBLIC_STATIC_ASSET_URL": "http://localhost:3005",
9
9
  "API_URL": "",
10
10
  "ANALYZE_BUNDLE": false,
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
- }
11
+ "CLIENT_ENV_VARIABLES": ["API_URL"]
21
12
  }
@@ -7,12 +7,7 @@ function Home() {
7
7
  <header className={css.appHeader}>
8
8
  <h1 className={css.heading}>Catalyst</h1>
9
9
  <p>Edit files inside src directory and save to reload.</p>
10
- <a
11
- className={css.appLink}
12
- href="https://catalyst.1mg.com"
13
- target="_blank"
14
- rel="noopener noreferrer"
15
- >
10
+ <a className={css.appLink} href="https://catalyst.1mg.com" rel="noopener noreferrer">
16
11
  Learn Catalyst
17
12
  </a>
18
13
  </header>
@@ -7,13 +7,7 @@
7
7
  "serve": "catalyst serve",
8
8
  "lint": "eslint .",
9
9
  "devBuild": "catalyst devBuild",
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"
10
+ "devServe": "catalyst devServe"
17
11
  },
18
12
  "_moduleAliases": {
19
13
  "@api": "api.js",
@@ -26,7 +20,7 @@
26
20
  "dependencies": {
27
21
  "@loadable/component": "^5.16.3",
28
22
  "@tata1mg/router": "^0.0.1-beta.6",
29
- "catalyst-core-internal": "^0.0.1-beta.47"
23
+ "catalyst-core-internal": "0.0.3-canary.0"
30
24
  },
31
25
  "devDependencies": {
32
26
  "eslint": "^8.26.0",
@@ -7,13 +7,7 @@
7
7
  "serve": "catalyst serve",
8
8
  "lint": "eslint .",
9
9
  "devBuild": "catalyst devBuild",
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"
10
+ "devServe": "catalyst devServe"
17
11
  },
18
12
  "_moduleAliases": {
19
13
  "@api": "api.js",
@@ -27,7 +21,7 @@
27
21
  "dependencies": {
28
22
  "@loadable/component": "^5.16.3",
29
23
  "@tata1mg/router": "^0.0.1-beta.6",
30
- "catalyst-core-internal": "^0.0.1-beta.47",
24
+ "catalyst-core-internal": "0.0.3-canary.0",
31
25
  "@reduxjs/toolkit": "1.9.3",
32
26
  "react-redux": "^8.1.3"
33
27
  },
@@ -7,13 +7,7 @@
7
7
  "serve": "catalyst serve",
8
8
  "lint": "eslint .",
9
9
  "devBuild": "catalyst devBuild",
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"
10
+ "devServe": "catalyst devServe"
17
11
  },
18
12
  "_moduleAliases": {
19
13
  "@api": "api.js",
@@ -27,7 +21,7 @@
27
21
  "dependencies": {
28
22
  "@loadable/component": "^5.16.3",
29
23
  "@tata1mg/router": "^0.0.1-beta.6",
30
- "catalyst-core-internal": "^0.0.1-beta.47",
24
+ "catalyst-core-internal": "0.0.3-canary.0",
31
25
  "@reduxjs/toolkit": "1.9.3",
32
26
  "react-redux": "^8.1.3"
33
27
  },