@elliemae/ds-codemods 3.53.0-beta.3 → 3.53.0-beta.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.
|
@@ -78,7 +78,7 @@ export const helpMigrateToV3 = (options) => {
|
|
|
78
78
|
console.log('```');
|
|
79
79
|
console.log('\n');
|
|
80
80
|
console.log(brightRedStr('you must manually solve those import statements'));
|
|
81
|
-
console.log('check https://qa.dimsum.
|
|
81
|
+
console.log('check https://qa.dimsum.d1.ice.com/ documentation to find your new import statements');
|
|
82
82
|
}
|
|
83
83
|
}
|
|
84
84
|
console.log('\n');
|
|
@@ -22,7 +22,7 @@ const logUnAutoFixables = (fullMatch, unautofixables) => {
|
|
|
22
22
|
console.log(fullMatch);
|
|
23
23
|
console.log(brightCyanStr("we can't automatically suggest you any fix for"));
|
|
24
24
|
console.log(unautofixables);
|
|
25
|
-
console.log('please check https://qa.dimsum.
|
|
25
|
+
console.log('please check https://qa.dimsum.d1.ice.com/ documentation to update the import statements');
|
|
26
26
|
};
|
|
27
27
|
|
|
28
28
|
export const logMatch = (match) => {
|