@firestartr/cli 1.59.0-snapshot-16 → 1.59.0-snapshot-18
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/build/index.js +2 -2
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -367052,7 +367052,7 @@ function transformRepoName(repoName) {
|
|
|
367052
367052
|
if (specialCharsRegex.test(transformedName)) {
|
|
367053
367053
|
transformedName = transformedName.replace(/[._]/g, '');
|
|
367054
367054
|
// we add a random 2 letter suffix
|
|
367055
|
-
return (transformedName + '-imp
|
|
367055
|
+
return (transformedName + '-imp-' + Math.random().toString(36).substring(2, 4));
|
|
367056
367056
|
}
|
|
367057
367057
|
else {
|
|
367058
367058
|
return transformedName;
|
|
@@ -377106,7 +377106,7 @@ const crs_analyzerSubcommand = {
|
|
|
377106
377106
|
};
|
|
377107
377107
|
|
|
377108
377108
|
;// CONCATENATED MODULE: ./package.json
|
|
377109
|
-
const package_namespaceObject = JSON.parse('{"i8":"1.59.0-snapshot-
|
|
377109
|
+
const package_namespaceObject = JSON.parse('{"i8":"1.59.0-snapshot-18"}');
|
|
377110
377110
|
;// CONCATENATED MODULE: ../../package.json
|
|
377111
377111
|
const package_namespaceObject_1 = {"i8":"1.59.3"};
|
|
377112
377112
|
;// CONCATENATED MODULE: ./src/subcommands/index.ts
|