create-catalyst-app-internal 0.0.3-canary.8 → 0.0.3-canary.9
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/Readme.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# Creating a Catalyst App
|
|
2
2
|
|
|
3
|
-
Scaffold your Catalyst app swiftly with `create-catalyst-app`. This tool expedites the process by initializing your project with predefined configurations. To kickstart your project, execute the following command:
|
|
3
|
+
Scaffold your Catalyst app swiftly with `create-catalyst-app-internal`. This tool expedites the process by initializing your project with predefined configurations. To kickstart your project, execute the following command:
|
|
4
4
|
|
|
5
5
|
```bash
|
|
6
|
-
npx create-catalyst-app@latest
|
|
6
|
+
npx create-catalyst-app-internal@latest
|
|
7
7
|
```
|
|
8
8
|
|
|
9
9
|
Upon execution, you'll be prompted to name your project. Once named, a template will be cloned into the specified directory.
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "create-catalyst-app-starter",
|
|
2
|
+
"name": "create-catalyst-app-internal-starter",
|
|
3
3
|
"version": "1.0.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"start": "catalyst start",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@loadable/component": "^5.16.3",
|
|
28
28
|
"@tata1mg/router": "^0.0.1-beta.6",
|
|
29
|
-
"catalyst-core-internal": "^0.0.3-canary.
|
|
29
|
+
"catalyst-core-internal": "^0.0.3-canary.9"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"eslint": "^8.26.0",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "create-catalyst-app-starter",
|
|
2
|
+
"name": "create-catalyst-app-internal-starter",
|
|
3
3
|
"version": "1.0.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"start": "catalyst start",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@loadable/component": "^5.16.3",
|
|
29
29
|
"@tata1mg/router": "^0.0.1-beta.6",
|
|
30
|
-
"catalyst-core-internal": "^0.0.3-canary.
|
|
30
|
+
"catalyst-core-internal": "^0.0.3-canary.9",
|
|
31
31
|
"@reduxjs/toolkit": "1.9.3",
|
|
32
32
|
"react-redux": "^8.1.3"
|
|
33
33
|
},
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "create-catalyst-app-starter",
|
|
2
|
+
"name": "create-catalyst-app-internal-starter",
|
|
3
3
|
"version": "1.0.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"start": "catalyst start",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@loadable/component": "^5.16.3",
|
|
29
29
|
"@tata1mg/router": "^0.0.1-beta.6",
|
|
30
|
-
"catalyst-core-internal": "^0.0.3-canary.
|
|
30
|
+
"catalyst-core-internal": "^0.0.3-canary.9",
|
|
31
31
|
"@reduxjs/toolkit": "1.9.3",
|
|
32
32
|
"react-redux": "^8.1.3"
|
|
33
33
|
},
|