create-catalyst-app-internal 0.0.1-beta.20 → 0.0.1-beta.22

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.1-beta.20",
4
+ "version": "0.0.1-beta.22",
5
5
  "description": "cli package to scaffold Catalyst application",
6
6
  "dependencies": {
7
7
  "commander": "^8.2.0",
@@ -16,4 +16,4 @@
16
16
  "prettier": "^3.2.5"
17
17
  },
18
18
  "license": "MIT"
19
- }
19
+ }
package/scripts/cli.cjs CHANGED
@@ -85,7 +85,7 @@ const program = new Commander.Command()
85
85
  console.log(cyan(bold("\n npm run build")))
86
86
  console.log(" Bundles the app for production ")
87
87
 
88
- console.log(cyan(bold("\n npm run serves")))
88
+ console.log(cyan(bold("\n npm run serve")))
89
89
  console.log(" Serves the production build ")
90
90
 
91
91
  console.log("\nWe suggest you to begin, by running")
@@ -20,11 +20,11 @@
20
20
  "dependencies": {
21
21
  "@loadable/component": "^5.16.3",
22
22
  "@tata1mg/router": "^0.0.1-beta.1",
23
- "catalyst-core-internal": "^0.0.1-beta.14"
23
+ "catalyst-core-internal": "^0.0.1-beta.16"
24
24
  },
25
25
  "devDependencies": {
26
26
  "eslint": "^8.26.0",
27
27
  "eslint-plugin-react": "^7.34.1",
28
28
  "eslint-plugin-react-hooks": "^4.6.0"
29
29
  }
30
- }
30
+ }
@@ -21,7 +21,7 @@
21
21
  "dependencies": {
22
22
  "@loadable/component": "^5.16.3",
23
23
  "@tata1mg/router": "^0.0.1-beta.1",
24
- "catalyst-core-internal": "^0.0.1-beta.14",
24
+ "catalyst-core-internal": "^0.0.1-beta.16",
25
25
  "@reduxjs/toolkit": "1.9.3",
26
26
  "react-redux": "^8.1.3"
27
27
  },
@@ -30,4 +30,4 @@
30
30
  "eslint-plugin-react": "^7.34.1",
31
31
  "eslint-plugin-react-hooks": "^4.6.0"
32
32
  }
33
- }
33
+ }
@@ -21,7 +21,7 @@
21
21
  "dependencies": {
22
22
  "@loadable/component": "^5.16.3",
23
23
  "@tata1mg/router": "^0.0.1-beta.1",
24
- "catalyst-core-internal": "^0.0.1-beta.14",
24
+ "catalyst-core-internal": "^0.0.1-beta.16",
25
25
  "@reduxjs/toolkit": "1.9.3",
26
26
  "react-redux": "^8.1.3"
27
27
  },
@@ -30,4 +30,4 @@
30
30
  "eslint-plugin-react": "^7.34.1",
31
31
  "eslint-plugin-react-hooks": "^4.6.0"
32
32
  }
33
- }
33
+ }