@autofleet/cli 1.0.18 → 1.0.19

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.
Files changed (2) hide show
  1. package/bin/index.js +1 -1
  2. package/package.json +1 -1
package/bin/index.js CHANGED
@@ -63,7 +63,7 @@ yargs(hideBin(process.argv))
63
63
  const formattedName = name.replace(/[^a-z0-9]/gi, '');
64
64
  const E2E_SCRIPT_TEMPLATE_FILE_PATH = `${path.resolve()}/bin/utils/e2e.sh`;
65
65
  const NEW_E2E_SCRIPT_FILE_PATH = `${path.resolve()}/e2e.sh`;
66
- replaceInFile({
66
+ replaceInFile({
67
67
  newFilePath: NEW_E2E_SCRIPT_FILE_PATH,
68
68
  filePath: E2E_SCRIPT_TEMPLATE_FILE_PATH,
69
69
  linesToReplace: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autofleet/cli",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {