create-catalyst-app-internal 0.0.1-beta.28 → 0.0.1-beta.29
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
|
@@ -97,7 +97,7 @@ function addNewComponent(componentName) {
|
|
|
97
97
|
|
|
98
98
|
// Function to run the codemod with the provided inputs
|
|
99
99
|
function addNewRoute(componentName, routePath) {
|
|
100
|
-
const codemodPath = path.join(__dirname,
|
|
100
|
+
const codemodPath = path.join(__dirname, 'createRoute.js');
|
|
101
101
|
const command = `jscodeshift --silent -t ${codemodPath} --routePath ${routePath} --componentName ${componentName} src/js/routes/index.js`;
|
|
102
102
|
|
|
103
103
|
try {
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@loadable/component": "^5.16.3",
|
|
23
|
-
"@tata1mg/router": "^0.0.2-test.
|
|
24
|
-
"catalyst-core-internal": "^0.0.1-beta.
|
|
23
|
+
"@tata1mg/router": "^0.0.2-test.2",
|
|
24
|
+
"catalyst-core-internal": "^0.0.1-beta.23",
|
|
25
25
|
"commander": "^12.1.0",
|
|
26
26
|
"jscodeshift": "^0.16.0",
|
|
27
27
|
"prompts": "^2.4.2"
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@loadable/component": "^5.16.3",
|
|
24
|
-
"@tata1mg/router": "^0.0.2-test.
|
|
25
|
-
"catalyst-core-internal": "^0.0.1-beta.
|
|
24
|
+
"@tata1mg/router": "^0.0.2-test.2",
|
|
25
|
+
"catalyst-core-internal": "^0.0.1-beta.23",
|
|
26
26
|
"@reduxjs/toolkit": "1.9.3",
|
|
27
27
|
"react-redux": "^8.1.3",
|
|
28
28
|
"commander": "^12.1.0",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@loadable/component": "^5.16.3",
|
|
24
|
-
"@tata1mg/router": "^0.0.2-test.
|
|
25
|
-
"catalyst-core-internal": "^0.0.1-beta.
|
|
24
|
+
"@tata1mg/router": "^0.0.2-test.2",
|
|
25
|
+
"catalyst-core-internal": "^0.0.1-beta.23",
|
|
26
26
|
"@reduxjs/toolkit": "1.9.3",
|
|
27
27
|
"react-redux": "^8.1.3",
|
|
28
28
|
"commander": "^12.1.0",
|